Andrew M
Andrew M
I can't for the life of me get fingerprinting to work consistently. It's very frustrating! I can release a version to the stores then attempt to eas update to that...
This appears to be an issue with eszip https://github.com/denoland/eszip/issues/121 Another problem here is that when the bundling process fails it does not give any useful debug output. I think this...
@soedirgo @laktek it works now, thank you!
Here's a short example file. It looks like this for all tsx files. The jsx elements are not shown but the properties of all their props show up. This is...
I asked Claude 3.7-thinking to make me a problem matcher, pointed it to the docs, and gave it a heap of example output. Here's what it came up with. I...
Possibly related to https://github.com/Shopify/react-native-skia/issues/3128 -- I'm also seeing things not rendering to the screen after updating to rn 0.79, the new arch, and skia 2.0.0-next.3. They are there internally because...
> My interest in using some sort of fsc-host/fsi-light in webassembly is to enable writing and executing a custom DSL code by the application users to extend the application features...
Also running into this, I have no idea why my patch isn't applying. I can't seem to get any more info out of pnpm. `pnpm install --loglevel debug` doesn't seem...
My patch to `react-native/ReactCommon/ReactCommon.podspec` seems to be problematic for pnpm. It generated the patch without issue using patch-commit but then cannot apply the patch it just generated. I see no...
@zkochan I've confirmed the following patch fails to apply on pnpm 7.18.2. Also rolled back to 7.11.0 where it also fails. I don't see anything wrong with the patch. ```patch...