Jairo Llopis
Jairo Llopis
@moduon MT-9339 ###### Description of changes ###### Things done - [x] Tested the changes in your own NixOS Configuration - [x] Tested the changes end-to-end by using your fork of...
This enables a boot option that switches off NVIDIA GPU. Allows for battery saving. @moduon MT-9339 ###### Description of changes ###### Things done - [x] Tested the changes in your...
- Remind user to connect to WiFi. - Remove the IP section. Just connect to localhost and it will work always. - Remind to add experimental features to CLI. -...
Aquí revierto https://github.com/OCA/l10n-spain/pull/3954 pues el fix empezó a romper nuestro CI: ``` ERROR: Cannot install requests_pkcs12 because these package versions have conflicting dependencies. The conflict is caused by: requests-pkcs12 1.22...
Remove lots of code thanks to https://github.com/OCA/multi-company/pull/760. Also, call the new `fill_company_ids` hook, to respect company assignments done before the module installation. Draft until: - [x] https://github.com/OCA/multi-company/pull/760 **Instructions for functional...
Running `nix run github:nix-community/nix4vscode/7d24961 ./config.toml` doesn't work. The process becomes completely stuck and seems to do nothing. Any clues? ```toml # config.toml vscode_version = "1.99.3" [[extensions]] extension_name = "tasks" publisher_name...
Try to install this project in editable mode and see how it fails: ```shell uv pip install -e . Using Python 3.11.11 environment at /home/yajo/prodevel/buffet-odoo/.data/venv/odoo-16.0 Resolved 2 packages in 55ms...
### Issue description It seems to me like the terminal that is opened by opening Exec on any container has no TTy. Or something similar. The point is that it...
A system with an NVIDIA GPU card with CUDA capabilities shows this: ```shell $ nvidia-settings -q CUDACores -t 2048 ``` You can also get the CUDA version with `nvidia-smi -q`....
**Describe the bug** Following [this example from docs](https://github.com/numtide/blueprint/blob/49bbd5d072b577072f4a1d07d4b0621ecce768af/docs/content/getting-started/folder_structure.md), `nix check` fails. **To Reproduce** Steps to reproduce the behavior: 1. Unzip [test.zip](https://github.com/user-attachments/files/19976735/test.zip). 2. Enter the folder. 3. Run `nix flake check`...