Jairo Llopis
Jairo Llopis
Around https://github.com/OCA/l10n-spain/actions/runs/7707368084/job/21004431015?pr=3389#step:4:347 you can see these logs: ``` + cat test-requirements.txt [...] cryptography [...] Requirement already satisfied: cryptography in /opt/odoo-venv/lib/python3.10/site-packages (from -r test-requirements.txt (line 3)) (3.4.8) [...] Collecting cryptography (from...
Adding docs for https://github.com/OCA/queue/issues/431#issuecomment-1172328590, which could be surprising and, if not taken into account, could easily block any DB using queue_job. @moduon MT-6106
I'm interested in whether these docs are (or could be) multilang, and if so, how to contribute a Spanish translation to some sections.
More docs?
Hey there, I was looking on how to use this, but there are absolutely no docs... Would you mind adding at least something basic?
### The Problem I want to keep some docnf settings dynamic, so I can change them freely with direct OS usage. For example, some apps store the last window position....
See https://github.com/copier-org/copier/pull/1676#issuecomment-2198051159
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Nix is becoming, little by little, the *only* dependency management tool...
This env var fixes building `python-ldap` in a pdm python project when `openldap` is added to `language.c.libraries`, just like explained in https://github.com/numtide/devshell/issues/172#issuecomment-1094675420.
When your project has editable dev dependencies, you can't build it with d2n: ``` pdm init # respond pdm add --dev -e ./sub-dep nix build .#my-package.config.groups.dev.sub-dep.1 # asuming you already...
Here you can see a real world usage of multiple invocations to the same hook: https://github.com/OCA/sale-workflow/blob/3016b43cef41a162c423be3322f2a3bc67447001/.pre-commit-config.yaml#L145-L156 They're essentially splitting pylint hook in 2: - once to run optional checks and...