Juhan Oskar Hennoste

Results 173 comments of Juhan Oskar Hennoste

@PokeJofeJr4th really is working on it (https://github.com/PokeJofeJr4th/dreamberd-rs)

I think installing from pip is broken on Windows and you have to install from source with the Npcap SDK, but it would be great if one of the maintainers...

This appears to still be a problem and it is quite annoying because it makes using the Chai API with promises very inconvenient in TypeScript projects.

Together with https://github.com/vitest-dev/vitest/issues/3941 this seems to leave no good options for asserting errors thrown in async functions if you are using TypeScript.

Is there a currently recommended way to build cross-platform fat jar-s with JavaFX that would work on any mainstream OS? EDIT: If a single cross-platform jar isn't possible, is there...

> Generally speaking, CPython is removing a lock here that previously guarded all sorts of code, state and data structures against race conditions and concurrent modifications. That suggests that a...

> This worked for me > > ``` > export default defineNitroPlugin(nitroApp => { > nitroApp.h3App.stack.unshift({ > route: "/", > handler: () => { > console.log('middlware ran'); > }, >...

Wait what is the resolution of the original issue? Is there now a supported way to add middleware in a plugin?

For anyone who finds this looking for TypeScript support for this plugin, it is worth noting that there are type definitions available from DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/leaflet-rotatedmarker