Euan Torano
Euan Torano
Note that a repository could have a different name to the main nimble file. For example, take my repository [`euantorano/sever.nim`](https://github.com/euantorano/semver.nim) where the `.nimble` file name is actually [`semver.nimble`](https://github.com/euantorano/semver.nim). I believe...
@coocheenin Yes, because Nimble doesn't actuallly use GitHub releases when it does version resolution itself - it always looks at the `.nimble` file for the package. It decides upon this...
Yes, it definitely needs improving in some way. I’m not sure what the best option is personally. > On 28 Mar 2019, at 17:42, Konstantin Kuchinin wrote: > > @euantorano...
Probably the best way to do this would be to have users add a webhook to their project if it's in the directory. The eventual plan is to have the...
I'm not sure why but it looks like the CI may be stalled on this one. Would someone mind giving it a nudge? The changes mentioned in the previous comment...
Hi Samuel, Thanks for the speedy response. I'll see what we can do depending on resources and time, but glad to know you're open to pull requests.
> > Openbsd.... I've found the relavant pr: #12137 > > In that pr, @euantorano mentioned: > > > ... as I can't get detect.nim to run on OpenBSD >...
> Thanks for your reply! > > I currently rely on online doc https://man.openbsd.org/sigaction.2 to amend the sigaction struct's definition. > > For current issue, It'll be helpful if you...