Matt Harrison
Matt Harrison
**Is your feature request related to a problem? Please describe.** In addition to overall opacity, it would be great if we can have pen level opacity. **Describe the solution you'd...
After successfully installing your application on my Jetson Nano 2GB whenever I attempt to import the application I get this result: `Illegal instruction (core dumped)` - OS: Ubuntu 18.04 (Jetpack...
Please consider adding support for erasing penned lines. [ ] Erase by pixels with size adjustability. [ ] Erase by strokes [ ] Support erasing with a stylus button as...
Can we get the BOM/Routings documentation updated to reflect changes in v14? Including maybe some youtube videos/updated training videos?
This commit addresses the issue: https://github.com/OCA/queue/issues/564. # Refactor QueueJobRunner to Enhance Performance, Signal Handling, and Stability This pull request brings substantial improvements and new functionalities to the `QueueJobRunner`, which is...
I am working on implementing this celery repo in Odoo 17.0. I found the following issues that either prevented the application from installing or provided a less-than-desirable UI experience. This...
When using crewAI, I'm encountering deprecation warnings related to Pydantic V1 usage. These warnings suggest that the library is using some deprecated Pydantic V1 features that will be removed in...
The optional field, output_file, does not behave like an optional field, and the field_validator throws an exception because it does not handle the condition when the output_file is `None`. _The...
The `get_agent_by_role` method expects `agents` to be iterable, but the copy method initializes `None` when a list of `agents` is not provided. The simple solution matches the convention of passing...
### The Feature Consider adding a boolean to the new model dialog with "Load all Models" with the help text of "If this field is toggled, we will call the...