Farhan Khan
Farhan Khan
I plan on contributing to this. Just did my own implementation and it worked! Until then, why not rename internal functions from "Yubikey" to U2F? YubiKey is my favorite provider...
Hi all, seeing this discussion for the first time, a bit late :) I was about to report the same issue. While the specification says to hide the algorithm, in...
I used the following hand-jam to replace `hs20191 with 1rsa-sha2561. The specific reason was because the pleroma relay application uses the algorithm name, so `hs2019` fails. ```golang req.Header["Signature"][0] = strings.Replace(req.Header["Signature"][0],...
I figured out how to do this, but its definitely not through editing the file in MS/Libre Office. 1. In short you have to unzip the docx file, then edit...
This is exactly the sort of feedback I want, thank you very much! I'll try to get to these ASAP. Did you run anything in specific or just the Makefile...
Finally found time, pardon the lengthy delay. Please review d0fcca8a0250ef5a8826137ba4bcf5fc149bf4ec to see if the issues have been resolved. Additionally, I recognize code-quality issues in general with the ini code, which...
Thanks for the assistance everyone. @ibara provided the initial feedback, which I incorporated and I have since incorporated @kevans91's changes. Going forward, I am not familiar with the tooling that...
Thank you very much for the comments. Can you please verify that this (f7eb0d21ebaa25af33c9238afab05c469ecd7922) is the right direction I should be headed? The problem I frequently ran into is, `dotgitpath`'s...
Just to be clear, would this entail something like: `#define LARGEST_FILE_PATH 4096` and then replacing `PATH_MAX` with `LARGEST_FILE_PATH`? I don't see how that changes the overflow condition or why gcc...
Reducing this to a lot fewer warnings: ``` $ scan-build15 --status-bugs make -s -j 5 scan-build: Using '/usr/local/llvm15/bin/clang-15' for static analysis ===> lib (all) protocol.c:212:22: warning: Result of 'realloc' is...