Results 262 comments of Andrew M

Also running into this bug. npm `8.7.0` crashes with `npm ERR! Cannot set properties of null (setting 'dev')` Like others have said `npm install -g [email protected]` reverts to a version...

@siderakis I haven't quite gotten my app running with react-native-web yet but the best approach I've found is to use react-scripts and customize-cra with a config-overrides.js like this: ``` //This...

I tried to install this brew recipe and it failed. Here is the output: > Andrews-MBP:~ imagio$ brew install --HEAD closh_zero ==> Cloning https://github.com/dundalek/closh.git Updating /Users/imagio/Library/Caches/Homebrew/closh_zero--git ==> Checking out branch...

More and more libraries are being ESM only these days. When popular libraries like Bugsnag don't provide ESM builds it makes the transition harder for everyone. Please consider adding an...

No, the documentation is still unclear

I think skia is the last blocker for our app to use the new architecture. Unfortunately I have no cpp experience so I'm unlikely to be able to meaningfully contribute...

Per https://github.com/oven-sh/bun/issues/83 it looks like some support for `workspace:` protocol was added but it doesn't appear to work with pnpm workspaces. Did I miss something or are there still additional...

I just discovered bun and got hit with this on the very first script I tried to run 😦 The script talks to firebase services so uses grpc so requires...

I'm guessing this is no longer a priority since codestream was acquired. I doubt the big companies they have as customers use Discord, Element, webhooks, etc like many small time...

I have also noticed that Hermes debugging seems to fail whenever the app is reloaded. You must detach the debugger and reattach it. That makes it impossible to hit breakpoints...