Antoine Gallix

Results 22 issues of Antoine Gallix

Each one of those two spec work separately. ```python from glom import Spec, T, glom d = {'a': [1, {'b': 2}, 3], 'c': {'d': [4, 5]}} spec = Spec(T['a'][1]['b'], T['c']['d'][1])...

**Describe the bug** when working with environments, the command `dynaconf -i path.to.settings list` displays by default `working in development environment`. It's confusing because it seems more logical to call it...

enhancement

There are two buttons on the side of my mouse that are binded by default by firefox to "previous page" and "next page". I'd like to rebind them to something...

In the following model, with a tree-structure of nested groups: ``` # model Group name: String parent_group: Group ``` I would like to implement a permission like "You can edit...

using the restore option of the install script, files installed by it previously are still there after the operation. I also don't seem to be able to remove them neither...

I'm using the extend layer option, after installing the xkb files on my system. All seems to work well on most applications, but the extend layer appears to break my...

After struggling with this problem in my application, I managed to recreate the smallest application that triggers this error. The smallest application using flask restless I could think about is...

The doc for [APIManager.create_api_blueprint](https://flask-restless.readthedocs.io/en/stable/api.html#flask.ext.restless.APIManager.create_api_blueprint) is not clear. It states first that the function: > Creates and returns a ReSTful API interface as a blueprint, but does not register it on...

I have different configuration for my application that I intend to be composable. For example imagine I have env files with config values for database server hosts, and other env...

Readme file says: > Single and multi line editing mode with the usual key bindings implemented. What are those "usual keybindings"? Could they be documented in the readme?