Giter Site home page Giter Site logo

Comments (8)

GJNilsen avatar GJNilsen commented on June 16, 2024 2

I do understand your point of view, I really do.

The problem is when someone is looking for a library, and if there are a lot of open issues, most just assume there is a lot wrong with the library and move on. As mentioned before, support requests do clutter the space, making the important stuff, like bugs and feature requests, drown in the noise. Also for the issue tracker to do its work, issues have to stay open until solved. Since I do not have the time to support the class, and I can't rely on random users to pitch in, there would accumulate open issues. In addition, I have an OCD regarding unfinished business. If it was not for that, the issues could stay open for someone else to answer. It is not my intention to appear douchy, but I really have an issue with open issues. 🤪

from ypdrawsignatureview.

davidseek avatar davidseek commented on June 16, 2024 1

i think it's actually a pretty legit question and totally something that would be answered
in the issues section of other reps.
also this is way too broad for stackoverflow.
pretty much a guarantee to remain unanswered.
but whatevs

from ypdrawsignatureview.

davidseek avatar davidseek commented on June 16, 2024 1

@GJNilsen I understand your point. But I'm also a 3 year active member on Stack and I have more than 1.5M views on my answers and questions and in my experience questions for specific frameworks such as yours tend to remain under the radar as most of the Users are answering core questions such as "How to resize UIView", but are not familiar with specific frameworks and it might take a couple weeks if ever to get an answer.

And here is the problem. People asking those questions are usually rookies.
And they either move on from your framework or get frustrated and quiet the whole thing.
I'm regularly using around 30 github repos such as yours.
And I try to "give back" by being an active member of those repos.

I get it that you dont have the time to answer questions.
I barely do in my own open repos either.
Not even claiming that I own even one that has nearly as much traction as yours.
But questions might be answered by other people such as I did on this question to the original author.
And when other people then have similar or same questions they will find it here in your board.

And if you like it or not, this is the norm on github.
Look into ANY other repo with >100 starts.
80% of the issues are howto questions and they are commonly answered by the community.

But nevertheless.
This is just how I feel.
This is your repo and I respect that your rules apply.
Just tried to give you feedback.

from ypdrawsignatureview.

davidseek avatar davidseek commented on June 16, 2024 1

I completely get your OCD. I'm the same way! :-)

from ypdrawsignatureview.

GJNilsen avatar GJNilsen commented on June 16, 2024

Use StackOverflow for support. GitHub Issues are for bugs only

from ypdrawsignatureview.

davidseek avatar davidseek commented on June 16, 2024

but to answer the question @LinusGeffarth :
from my observation there is no image to signature option.
also i assume that it would quiet hard to accomplish.

the best option (and what i did) was something like the following:

you will want to have a "remove signature" button anyways.
so when you load the view (for example through a 2nd controller),
you would usually pass an optional image (or database link).

then you could do something like:

if let image = image {
   let imageView = UIImageView(image: image)
   signatureView.addSubview(imageView)
}

And then set the constraints of the imageView to match the signatureView.
If the user then presses the reset button,
you would hide and removeFromParent... the imageView and then the user can sign again.

I think this should give you an idea how to accomplish it.

from ypdrawsignatureview.

LinusGeffarth avatar LinusGeffarth commented on June 16, 2024

@davidseek thanks for your answer. This was actually exactly the workaround that I chose. It worked fairly well, although I had to go in an manually take a snapshot of the view to get the image back, because the built-in one wasn't respecting the view hierarchy.

from ypdrawsignatureview.

GJNilsen avatar GJNilsen commented on June 16, 2024

i think it's actually a pretty legit question and totally something that would be answered
in the issues section of other reps.
also this is way too broad for stackoverflow.
pretty much a guarantee to remain unanswered.
but whatevs

The issue tracker is for tracking issues, meaning bugs, as well as feature requests. This is not the place for support questions.

The reason why I'm so strongly against having support questions in the tracker is mainly that I do not have the time to answer these questions. StackOverflow is built for community support, so you are more likely to get a quick answer over there. Also, the search function is better over there.

from ypdrawsignatureview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.