Florian Briand
Florian Briand
Il faudrait que ce genre de "feature" soit sous forme de "plugins", pour ne pas encombrer le code central afin de rester dans une philosophie KISS. Reste la question :...
It could be fine to use the options.php to define the list of keyword
Pourrais-tu documenter l'objectif de tes modifications ? Je crois comprendre à partir du diff' que tu veux utiliser Curl pour récupérer les info' d'un lien depuis une page HTTPS, mais...
Reading a lot various discussions about the subjects, I'm more and more convinced that this way of doing things (declaring in Graphene schema the permissions) is the "old way". The...
On Fedora 31, according to the config file found in `/etc/profile.d/bash_completion.sh`, the user directory to target is `${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion`
Indeed, it works well on `.local/share/bash_completion` but not in `.config`
Hi ! Is it really a bug ? The graphene documentation suggest to use `graphene.Enum` in your schema and, if you already have a defined enum, to use `graphene.Enum.from_enum(AlreadyExistingPyEnum)` source:...
Thanks a lot for your contribution, @yanghg-basefx I take a look at your code in the week and see what we could do :)
Hi @hoffrocket ! This is a "hot" subject in the graphene community ([here](https://github.com/graphql-python/graphene-django/issues/79#issuecomment-474458656) for example) and no "official" answer have been defined yet, so the framework is not opiniated for...
I share both point of views, and the "right" solution is not clear for the moment, because of what @ProjectCheshire said about the recent team expansion. There are similar discussion...