Alex Muller
Alex Muller
``` yaourt -S gitflow-git error: target not found: gitflow-git ``` https://github.com/nvie/gitflow/wiki/Linux I'm not sure which package is the correct one to update it to.
https://github.com/jbreams/gonepass/blob/22ea0695a8a7261be4417d2671e0c3f6e7bf1f88/keychain.cpp#L130 ```cpp if (!hasAllKeys(input, "data", "iterations", "validation", "level", "identifier")) ``` My `encryptionKeys.js` file contains all of the required keys except for `iterations` which isn't present.
There's an environment variable which is set to `/var/log/router/errors.json.log` which is what every `log.Println` uses, which includes stuff that isn't errors. This is confusing. We should use standard out and...
I believe this is the same issue reported by [Svetlin 3 days ago](https://chrome.google.com/extensions/detail/fldildgghjoohccppflaohodcnmlacpb). Some text entry (sending a Facebook message, logging into GitHub) causes that page to save to Instapaper...
TOTP is based on the time of the device that the TOTP is calculated on. When a user fails 2SV, we should ask them to check the time of their...
Feature request! We have some OAuth UIDs and secrets which are not as long as some other ones, and should be longer. I think we should do the following: -...
It would be really cool if we could control the list of users in Slack rather than having to make pull requests to the config file. For example with these...
All relevant repos now use main as their default branch Relates to nodejs/Release#775
Not sure what the current behaviour is, but maybe the behaviour should be: - Create an HTML file with a meta refresh to point to the target location - Add...
Will URLs further down the page get parsed? ``` go for _, u := range urls { u, err := url.Parse(u) if err != nil { return parsedURLs, err }...