Results 347 comments of Andrew M

It seems we need a way to tell the container which device to use. I think based on that xorg log it is also trying to initialize the integrated graphics,...

OK confirmed that's the issue. I restarted the unraid server in no gui mode and I can now connect to the steam docker container through vnc. Not quite sure how...

Yep just happened to me... again. I just can't keep using Brave. No sync and it loses all my tabs is just too much to deal with in a modern...

I'm using Firefox for now. Container tabs are really a killer feature in FF not available elsewhere -- I love being able to log into "privacy dangerous" sites like Facebook...

I'm just getting started with rescript, I'm not sure how to best work around this. Moving a file containing tests doesn't happen very often does it? A note in the...

The way to do it would be option 2, using [turbo native modules](https://github.com/reactwg/react-native-new-architecture/blob/main/docs/turbo-modules.md) and [cross platform turbo native modules](https://github.com/reactwg/react-native-new-architecture/blob/main/docs/turbo-modules-xplat.md). It may be as simple as plugging `PGliteInterface` into react native's...

Any progress on getting pglite running on react-native? A status update would be appreciated or some pointers to areas where help is needed.

I wish I could help push this forward but unfortunately I have little experience with C/C++ and time is too tight for me to spend time learning it at the...

wasi build won't help, there's no way to run wasm on react native. Due to iOS JIT restrictions the best you could do is a wasm interpreter so performance would...

https://nitro.margelo.com/docs/nitro-modules might help. Looks like a faster, easier to maintain, and overall better solution for including cross platform cpp in react native projects compared to expo modules or turbomodules. Just...