𝒪𝑜𝓂

Results 26 comments of 𝒪𝑜𝓂

Wow @morrownr, thank you very much. I didn't expect a so nicely detailed and clear answer. I'm going to order the `AWUS036ACHM` as soon as my `AWUS1900` get refunded., I...

Since 1 May 2015 and still not fixed ...

Hello, could someone go forward on this ? Edit: I succeed to "bypass" my issue by subscribing to "[highlight](https://echarts.apache.org/en/api.html#events.highlight)" and "[downplay](https://echarts.apache.org/en/api.html#events.downplay)" events (kind of hard to guess).

Yes the best would be to have it optionally enabled per route and as native option. No plugins, no performance lost on the rest of the app.

Figured out that in `C:\Users\MyUser\AppData\Local\fnm_multishells` I have 471 folders 😶. I don't know what's going on but in each folder I have the whole `node`/`npm` etc... executables Update: ok its...

Hello @vseventer, sorry for the delay Yes not working as well: ``` npx sharp-cli tint 600 --input '.\test.png' -o out.png No input files Specify --help for available options ```

The issue on my side is that the `fake-data.client.ts` that is generated started to import the window path without escaping the `\` resulting in errors. ![Image](https://github.com/user-attachments/assets/0d704886-689e-4a94-81f8-73868b6c52df)

Hey thanks @luisrudge , but it seems that another issue arrised : ```json "prisma": "^6.12.0", "prisma-generator-fake-data": "^0.15.0", ``` `schema.prisma` is creating the client in `prisma/client` folder ```ts generator client {...