divad1196
divad1196
### Actual Situation If we define `_tasks`, the end user will need to use `--UNSAFE/--trust` to generate the project from the template. In some situation, the `_tasks` commands are just...
I was checking the [TwoInstances example](https://chonky.io/storybook/2.x/?path=/story/file-browser-demos--two-instances). I am encountering the following issue: My 2 components are side-to-side. When I double-click one and then try to double-click the other, then the...
These changes are made to answer the issue https://github.com/divad1196/odoo_graphql/issues/37 . This is a backport of https://github.com/divad1196/odoo_graphql/pull/38
## Summary I am trying to run a Golang http server through python but then the program cannot be stopped. I tried to send SIGTERM(ctrl+c)/SIGKILL(ctrl+d) signals from the terminal but...
Here is the issue they reported by email:  Is it legit and the PCB should be fixed here or are they doing something wrong ?
Hi, Thank you for the work. I just implemented subscription with SSE (Server Side Event) on my server but it seems that it's not support or I didn't find any...
This is currently just a PoC. The main challenge was to find a way to check for the changes in an efficient way. Using 2 requests per query depths, we...