Matthias Gärtner

Results 9 comments of Matthias Gärtner

Hi. Please post or link to the actual code that does not work for you. I'm sure that it'll be easier for others to understand what the actual problem is....

Using a "Global Rules" approach, I was able to replace an even lower-level solution using AspectJ that had the goal of fixing certain things _centrally_, i.e. without having to change...

@Alviere Your PR with explicit command line options looks great. Thanks for sharing this.

Hello, have you considered the `masked-PBKDF-HMAC-SHA1` ... `masked-PBKDF-HMAC-SHA512` options that appear to come with WildFly Elytron? See https://docs.wildfly.org/17/WildFly_Elytron_Security.html#masked-password-types Also, [SCRAM](https://en.wikipedia.org/wiki/Salted_Challenge_Response_Authentication_Mechanism) ist available right away, as `scram-sha-1` ... `scram-sha-512`, cf. https://docs.wildfly.org/17/WildFly_Elytron_Security.html#scram...

Hello Panos, it's been a while since I did my last Android programming, but, **yes**, I think it should be possible to use this JAR file with Android. I made...

Yes, I believe that is "expected behaviour" with many (if not all) unixoid tools, such as `grep`: $ echo ABC > abc.txt $ grep -c ABC abc.txt 1 $ echo...

Thank you @SpenceKonde for all your great work and sharing of your know-how. To @freemovers, great sketch [above](https://github.com/SpenceKonde/megaTinyCore/issues/158#issuecomment-775279050) which worked right away for me, too. Thanks for sharing. I am...

I ran into that second issue as well from httpie.compat import bytes I think that line can just be removed.

Proposed fix: https://github.com/DavidMuller/aws-requests-auth/pull/64