-
### Expected Behavior
Plan is successful and displays resource `module.test.github_repository.this` to be imported
### Actual Behavior
Plan errors with message
> ╷
│ Error: Cannot import non-exis…
-
## Module
l10n_it_reverse_charge
## Describe the bug
Mancanza valorizzazione importo in valuta in registrazione automatica riconciliazione autofatture
## To Reproduce
Odoo 16.0 EE
Fattura …
-
Especially "run" tests that compile a program and run it are very slow on macOS. The reason is the built-in macOS malware scanner that automatically checks each freshly compiled executable before it c…
-
### 🐛 Describe the bug
The following code fails:
```python
import torch
a = torch.tensor([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
a = a.to("mps", non_blocking=True)
print(a)
```
Resulting tensor …
-
### What software would you like us to add to wolfi-os. Ideally include a URL to the project and its source.
Dear wolfi-team, would it be possible to add the following two additional modules to the…
-
This is an issue with framer-motion running on certain setups including Create React App, NextJS, and Storybook.
The issue is more explained here: https://github.com/framer/motion/issues/1307, but …
-
服务端报错:
C:\Users\ZhaoFeng>macaca server --port 4444 --verbose
(node:4176) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(Use `node --trace-warnings ...`…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
Probably just need to add the trigger to update() or something. Would likely fix the issue where it's gone from loaded saves as well.
Not sure how adding it to update() will impact performance thou…
-
Is it possible to generate with this plugin one big SBOM file that would include all dependencies from a multi-module project?
We have a common setup where there is `app` module which includes othe…