divad1196

Results 7 issues of 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...

enhancement
good first issue
help wanted

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: ![image](https://github.com/user-attachments/assets/9aa8ac23-0e54-48a9-97d6-95165b57ea17) Is it legit and the PCB should be fixed here or are they doing something wrong ?

fix/pcb

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...

enhancement
graphiql

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...