Jimmy Thrasibule
Jimmy Thrasibule
This is different (in my opinion) from issue #738 or [`fields.Method`](https://marshmallow.readthedocs.io/en/stable/api_reference.html#marshmallow.fields.Method). This request is to define a decorator (maybe named `@field`) to decorate a method that returns a field without...
Hi, I'm working on a generating an operations dictionary from plain reStructuredText. This allow to get rid of the YAML an only use a plain doctstring to generate the OpenAPI...
Add a build option to only generate compressed CSS and Javascript on demand. The default is kept on the previous behavior of building both flavours. ## Closes #1315
Fixes #82958 systemctl's `--machine` option execute the operation in the context of a local user session or a local container. This provides a failsafe way to run systemd on behalf...
### Summary When trying to run systemd as another user, the following is advised: ```yaml - name: Run a user service when XDG_RUNTIME_DIR is not set on remote login ansible.builtin.systemd_service:...
Following SQLAchemy's documentation, [savepoint with SQLite](https://docs.sqlalchemy.org/en/13/dialects/sqlite.html#savepoint-support) is supported (excluding some minro issues with the pysqlite driver where a workaround is avaible). When trying to use SAVEPOINT with SQLite, the following...