Georges Dubus
Georges Dubus
As of now, velruse consider the email from facebook verified if the the verified boolean in the payload is true (https://github.com/bbangert/velruse/blob/8ea6a1904171ef8b95449c4ff74a0526f6205630/velruse/providers/facebook.py#L145) According to the facebook documentation, verified is true if...
## The problem Here's a common use case for which I can't find an elegant solution : On each page of my application, there is a small login form. Once...
Some stuff (like the rustc or cargo snapshot) change everyday but stay at the same url, making it impossible to put them in nixpkgs. I've written a dirty script that...
This allows pinning the nixpkgs to use when there exist a flake for the current system (for example when using home-manager). I realized it would be useful to me to...
Hello When trying to communicated with my crummy server, I have to force the use of TLS10. Since it is not possible to do so with `TLSSettingsSimple`, I use the...
Disclaimer: this boils down to a direnv and `print-dev-env` issue, but it still relevant to the UX of devenv. Running `direnv allow` after running `devenv init`, on top of the...
Hi there! First of all, thanks for publishing this set of rdf-related libraries, I've been having a lot of fun getting back in LD and using them. I encountered something...
This is something that's quite common, and could be a good example on how to override pyramid_persona's defaults.
They are not trivial any more, and I should explain somewhere what they do exactly, to serve as a base for customizing the view and the javascript.
The current javascript login callback submits a form to the login view. Some people might want to change it so that it to avoid reloading the page without user consent,...