bendem

Results 193 comments of bendem

This is kind of related to #4513 which I didn't find at first, but I feel more strongly about the solution required. Browser integration is already there, it works, I...

> Shameless advertisement: https://github.com/Frederick888/git-credential-keepassxc#scripting I wish, but that doesn't work on windows: ``` bendem> git-credential-keepassxc.exe configure Jul 15 13:57:36.999 ERRO Le fichier spécifié est introuvable. (os error 2), Caused by:...

> We can try and cache auth perhaps, that's what auth_query does, although it does only work with md5 at the moment. We can maybe hash the plaintext password we...

Been having that problem for a long time. So often that when my fan starts spinning, I just run `pkill -f 'redhat.ansible-.*/out/server'` before checking what's wrong.

Ah, I missed you linking the existing conversation, nvm then. 18 Sep 2023 17:11:53 pschoen-itsc ***@***.***>: > > See docker/for-linux#1443[https://github.com/docker/for-linux/issues/1443] > > From the Readme: > > This is a...

Pour info, la validation se fait sur base de la liste de confiance européenne : https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/tl-info Le site eidas a toute la démo et fournit une librairie ([DSS](https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/home)) pour simplifier...

I might be years late, but I'd like to provide my two cents so this issue can be closed: You say the browser tells you ``` Access to XMLHttpRequest at...

I have reopened #6. Can you confirm that this works correctly with h2? ```java SqlFunction preparer = connection -> connection.prepareStatement("insert into table(column) values (?) returning *", Statement.RETURN_GENERATED_KEYS); try (Update update...