jmwilkinson
jmwilkinson
What's the status on this? Is someone going to create an org called "verdaccio" and fork sinopia? I will do it if I have to. I have just about 0...
That's a good point about `filepath.Match` being designed for paths, totally valid. As an alternative, what about this linear time glob function which Russ Cox based the `filepath.Match` function on?...
Due to a lack of active development, this project has been replaced by https://github.com/verdaccio/verdaccio. It would be good if we could get more active developers.
This project is dead, check out verdaccio: https://github.com/verdaccio/verdaccio
@martinmarques Thanks for the replies. As stated in the issue: > I've checked the server logs during this process, and at no point is the SSH key used (which is...
Verified we hit this with constraints on 1.2.6 as well. Mitigation was reverting this to 1.1.5. I do not know how bugs are prioritized but this should probably be pretty...
There may be a fix in 1.3.2, at least it looks that way: https://github.com/hashicorp/nomad/blob/v1.3.2/scheduler/scheduler_system.go#L298
I think that would be useful, especially if there are enough keywords in the docs that someone searching would be able to find that section. Currently, even if you know...
I would also add, a few of the keywords that could help for those searching might be: `tls`, `ssl`, `verify`, `insecure`, and perhaps `CA`. Hopefully this github issue will also...
This would be an incredibly useful feature, especially for multi-tenant supported environments. The main need is bytes/time window. Where are we at on this? Any update?