Niklas Wenzel

Results 243 comments of Niklas Wenzel

@semmel Thank you so much for your detailed reply and the pointer to the VirtualKeyboard API! Do you have any code that you can share where you've used the VirtualKeyboard...

> @nikwen Sorry, I have not worked with the VirtualKeyboard API yet. Alright, thank you for your reply! I'm looking into the different APIs at the moment and if I...

I see that a similar request was filed when the version bump to v2 happened: https://github.com/wadey/node-microtime/issues/35

There is also `code === "insufficient_quota"` to consider. Has status code 429, too.

Workaround for me: adjusting my `tsconfig.json` to include the DOM lib: ```json { "compilerOptions": { "lib": ["es2020", "dom"] } } ``` Not perfect as DOM types should not be included...

> Adding `type File = unknown` to the top of the complaining `node_modules/openai/dist/api.d.ts` file silenced the 24 errors for me. Use [patch-package](https://www.npmjs.com/package/patch-package) for that. `node_modules` changes will overwritten by running...

I used axios in my project without thinking much about it (like most devs when they install an npm package). And now API tokens from request bodies showed up in...

Thank you for your reply, @rxhanson! Below are Rectangle logs from a time when LibreOffice stopped responding. I resized LibreOffice a couple of times and moved it between monitors and...

> If you disable snap windows by dragging, then you won't see this issue. After your last comment, I disabled "snap windows by dragging" but the issue reappeared again today....