Lachlan Hunt
Lachlan Hunt
I agree it shouldn't be abused for things unrelated to node versions. Unfortunately, that code is maintained by a different team and I'm not entirely sure why they're doing it....
It's a shame this issue has been closed. I too came looking for a solution to this problem. Although, my setup is slightly different from OP's setup, the principle is...
I've tried this and unfortunately when ControlUsername and ControlPassword are left blank, it doesn't matter what RestrictedUsername/RestrictedPassword or AddUsername/AddPassword are set to, as nzbget allows unrestricted access to the rpc...
> Since the web UI goes through the RPC endpoint, I ended up authenticating twice when visiting the nzbget website: Once through Organizr, another via nzbget itself. If you're trying...
I can prepare a PR to implement this. What's the minimum supported version of Node that my PR would need to be compatible with?
OK, fair enough. But I expect that if the other implementations are also consuming 60 bits, then they too would run into the same bug because every programming language uses...
I have taken a look at the bucketUser implementations in Java, Go and PHP and they all make similar mistakes. The PHP implementation has slightly different number handling. The $LONG_SCALE...
I managed to work around this by first installing yarn 1.13.0, which appears to call `https://api.github.com/repos/yarnpkg/yarn/releases` without appending the github token to the end. Then I could use `yarn policies...
I'm looking into updating this based on feedback now. I'll see if I can get it done this weekend.
I actually thought about this issue as I was working on #16090. I thought the original intent of location "start" was only to match the start of a single line...