Benoît Geeraerts
Benoît Geeraerts
Since one could have run `docker-compose up` in the previous, the volume for the database could already exists, but without the `todos` database. Running `docker-compose down --volumes` would fix this...
For some fields, blanking the value is actually resulting as a NULL in the database and not an empty string, but since 0.4.0 NULL is considered as 'inherit from parent...
Fairly recently, in some queues, reviewing a post as "need closure" would also add the closure message as a comment on the question/answer. Wouldn't it be great to offer a...
Based on [this question](https://meta.stackexchange.com/questions/92060/add-data-se-style-magic-links-to-comments), wouldn't it be more future proof to use [the magic links](https://meta.stackexchange.com/a/94000/279135) rather than the links //$SITEURL$/some-resource, when possible? PS: I know I can change it for...
Let's say we have a list of list and want to select the sublist where a string starts with a letter. So, given the JSON ```json [ [ "ab", "cd"...
While writing the issue #108, I was wondering if an improvement shouldn't be to systematically reset projections. --- _Little background_: I came to JMESPath thanks to its usage In Ansible....
The documentation page of the filter `splitext` is currently not accurate. The filter is stated to return the extension without the dot, in the documentation, when, in reality, it does...
I am using manifestoo as a Python library rather than as a command line tool. That might be a non-common use case, but I find manifestoo way easier to use...
### Summary When investigating the issue #83501, I had a hard time understanding the issue, at first, because I left the package manager to `auto`, which effectively ends up making...
### Summary I was trying to get the packages of an Alpine node and was curious to see no result from the `package_facts` module. It turns out that the command...