Daniel

Results 11 comments of Daniel

> Hey @tderflinger, I found this Repo which fixes it without manually intervening, but it's dirty of course: https://www.npmjs.com/package/lamejstmp If you wanna do it manually, you have to import a...

Same Issue, GTX 1070 ``` Setting DAG epoch #383 for GPU0 Create GPU buffer for GPU0 GPU 0, CUDA error 11 - cannot write buffer for DAG ```

I'm facing the same issue using Nuxt,js routeRules proxy and my DELETE requests don't work. Putting `delete opts.fetchOptions.headers['content-length']` before this line https://github.com/unjs/h3/blob/12ccb81432a62783fe951a8170976c8162bce44a/src/utils/proxy.ts#L77 solves my issue, otherwise it fails with a...

@brc-dd can you explain what you mean by using nitro.experimental.nodeFetchCompat? I can't find much about it, what it is and how do I set it in my Nuxt config? :smile:...

Same issue with listing Attributes, this is the JSON returned from the API: `{ "name": "FORM", "category": "normal", "type": "multiple-choice", "multiCategoryOptions": [ "option1", "option2", "option3", "option4" ] }` and this...

Any updates on this? Given sib-api-v3-sdk is deprecated...

I was struggling with this bug and can confirm it is only happening in v8, upgrading to v9 resolves this issue. What causes this warning: - The router is trying...

@BobbieGoede In my testing, using a path instead of a route name seemed to solve this problem actually, however I can't confirm if this is always the case. I can...

@BobbieGoede I've tested a bit more, and can confirm the issue exists in v8.5.6 and is removed in v9.0.0. The proper solution for it is probably using the 'no_prefix' strategy,...