Kilian Brachtendorf

Results 61 comments of Kilian Brachtendorf

If desired I can also fix the formatting which got added due to eclipse auto formatting

@MysteryDash can you give us a quick instruction on how to generate the bundle ourselves? There are a few unnecessary js files which can be stripped. I am currently getting...

If react-natives zIndex works similar to css, the value is relative to the next parent stack context. So you might get lucky by wrapping your Toast component inside a view...

This is caused by the locked babel parser version #141 #147

As @cncolder has mentioned we need to update the babel parser version. In general you can add the following to your package.json and all instances in your dependency tree will...

First approach. Not optimized and atomic. Be careful and backup your db before doing anything like this. ````ts import fs from 'node:fs'; /** * Fix until https://github.com/prisma/prisma/issues/4693 is resolved. *...

If somsone is looking for an alternative, I was in the need for this as well and created my own version only supporting node via skia-canvas, bumping dependencies and incorporating...

Is anyone having success with `bunx` and prisma cli in general? We attempted to execute `bunx prisma init` from within wsl2 and nothing was returned in the terminal. It did...

I implemented parts of the event system and forked your repository at https://github.com/KilianB/Java-Sonos-Controller. As I need the changes to be available via maven within days and changed quite some methods...

@NickStull do you still intend on publishing your fix?