w1ntermute
w1ntermute
When selecting an dependencie in the .toml file it could redirect the user to the crates.io site of it. Kinda like intellij is doing it. This would open the browser...
I saw that hex.pm can do 2FA, but only with OTP. A new and better option would be to also allow 2FA with FIDO2. The advantage is, that fido2 is...
To better track progress and also when do I need to update my sources, it would be nice to have tagged releases in GitHub. Even tagged pre-releases would help. I'm...
With this i don't know who the website is. So this is easy phishable as i can just forward the signature.
As descrbed in #338, a attempt for better documentation of the anonymous function usage in combination with halt. Closes #338
When using the prepend_request_steps functions in combination with Rq.Request.halt, it is quite confusing that i have to return a tuple in my step function. I think the documentation should point...
I have a test-resource folder where my data sits for testing purpose. I have to load the testdata as File because this is what my API excepts. I thought i...
https://github.com/sjamesr/jfreesane/blob/d6531b419b8249d5e3258017758ca86f01875715/src/main/java/au/com/southsky/jfreesane/SaneInputStream.java#L83 I was reading the code and had the same question and found the source for this. This is because, that after the status and length of the array gets...