Paul Wolf

Results 16 comments of Paul Wolf

@Explosion-Scratch I had the same problem. If you disable ssr in svelte.config.js it works. This seems to be a problem, that was resolved in a newer sveltekit version. I updated...

Our company also maintains a fork of typeorm-seeding but with context support, that has been very important for us. Currently typeorm 0.3.12 is supported. https://github.com/paralo-official/typeorm-seeding

> > Our company also maintains a fork of typeorm-seeding but with context support, that has been very important for us. Currently typeorm 0.3.12 is supported. https://github.com/paralo-official/typeorm-seeding > > Hi...

Thanks @jonmaim! We adoped the following changes via pnpm patch: package.json ``` "nan": "^2.17.0" ``` binding.gyp ``` 'MACOSX_DEPLOYMENT_TARGET': '10.15', 'CLANG_CXX_LANGUAGE_STANDARD': 'c++17', # -std=gnu++1y ``` those changes came from this commit:...

@jcbhmr also interested in this. Some changes have taken place since the start of this repo. I am currently struggling with WPA3 and nmcli on linux and looking for a...

Also interested in this topic.

FYI: I used those two commits, to patch the package for us, pre release. I am still getting: ``` TS2709: Cannot use namespace  Ajv  as a type. ``` This is...

@benasher44 thanks for the fast reply. I installed the latest PR regarding the topic: ```` "ajv": "github:ajv-validator/ajv#pull/2365/head", ``` And that one seems to be working perfectly fine with ``` "lib":...