Les Aker
Les Aker
Trying to predict how to modify ciphers based on what vulnerabilities might be discovered in the future quickly becomes a wild goose chase. I suspect if you submitted a PR...
It seems pretty much impossible to do this without at least breaking the part of the API where otp.TOTP and otp.HOTP use uint8s, unless I'm missing something. I'm also kinda...
On a related note, I'm curious about the utility of ASDF_PKG_MISSING. It's set inside os_based_configure_options, but doesn't bubble up since it's using a subshell, so it'll always be empty everywhere...
Are the settings files stored in a specific location by the extension, and if so, is there a way to tell the extension to reload them? I'd be happy to...
For what it's worth, it appears to store the content in LevelDB files located here: ``` ~/Library/Application Support/Google/Chrome/Default/Local Extension Settings/{extension-id}/ ``` I can grab the extension ID with the following:...
Any movement here?
I'm not sure why y'all would need the author to list the iptables commands in the code, or update the docs. The code's right there for you to look at...
How would you tell it which gist to delete?
Found this repo, been running through it on my Macs, and had a feature idea that feels like it aligns with this. What I felt would perhaps work for this...
Didn’t v8 just go GA like days ago?