Burke Libbey
Burke Libbey
I'll think about it next time I find myself bored. It probably wouldn't be hard!
Thanks for the report, this is news to me! I'm open to anyone taking a run at fixing this but I'm unlikely to find time to work on it myself.
I think something like this makes sense in general, and I'm even okay with a first version of it hardcoding `node_modules` as the only blacklisted item, but I don't have...
This was done in #63; `z` is the key for it.
Just stumbled across this old issue—the issue is that `authbind` wants `/etc/authbind/$something` to exist but isn't very good at communicating it. See the manpage for details: https://manpages.ubuntu.com/manpages/precise/man1/authbind.1.html#access%20control
My thought process here was that if a user obtains an OTC and wants to use it maliciously, one way or another, they'll eventually get to insert 28 keys into...
FWIW I'm adapting this code into an analogous feature for models running on torch. In my implementation, I'm doing grammar enforcement logit masking on the GPU across the full token...
Hm, I refined this to: ```nix let hostnameFromURL = url: # String -> String builtins.elemAt ( builtins.match "https?://([^/]+)/.*" url # [ "packages.shopify.io" ] ) 0; # "packages.shopify.io" bundlerVarFromHostname = hostname:...
Thanks. I like that idea. I'll play with that when I get a chance.
Done! Thanks!