Patrik Stutz

Results 42 comments of Patrik Stutz

How to recover from this? **edit** I just found out: Edit the encrypted yaml file and remove the duplicate key. Then run `sops --ignore-mac path/to/file.yaml`

@Andarist I have the same problem. Changing the "browser" property of package.json from ``` "browser": { "./dist/react-textarea-autosize.esm.js": "./dist/react-textarea-autosize.browser.esm.js" }, ``` to ``` "browser": { "./dist/react-textarea-autosize.esm.js": "./dist/react-textarea-autosize.browser.esm.js", "./dist/react-textarea-autosize.cjs.js":"./dist/react-textarea-autosize.browser.cjs.js" }, ``` seems...

> I'm not sure how getting rid of devenv would work, how do you enter the shell without devenv? The only idea I have would be through `nix develop` but...

@aexol Any way to the this merged in?

I today had this happening locally and it drove me crazy. Then I realized I had a dev-instance of the app open in a tab, that tried to make websocket...

Wow, there are still people interested in this? o.O What are you using this for? Or, what do you think this module can be useful for? When I created this...

I currently can't use vite because of this issue. I have a monorepo, where I build dependencies separately. but vite doesn't detect changes to them and there seems to be...

I think it would be sufficient if prisma supported sharing the connection pool between multiple clients connecting to the same host and database. The main problem of not having multi-tenancy...

This is still a problem in version 1.12.0. As @haines described, the build/index.js file contains only the content and all dependencies of the specified server file. So, when starting the...

Ah! Yes that's of course the reason. I think it might be a good idea to add an additional 9 :) But since I know the problem now, I'll be...