Karl Horky

Results 1222 comments of Karl Horky

Ok, thanks for the answer! So I guess it's waiting until `facebook/react-native` and `facebook/metro` are on Node.js version 20? Taking a quick look in those repos, maybe that is tracked...

Copying [my comment](https://github.com/react-native-community/cli/pull/2453#issuecomment-2456747824) from the PR, since the issue is probably more visible 🤔 --- Nice, thanks to all of the contributors and reviewers here, great to have ESM in...

@marklawlor This issue https://github.com/facebook/metro/issues/1377 is for a slightly different package actually - `@node-rs/bcrypt` instead of `bcrypt` - which does not have the same issues with `@mapbox/node-pre-gyp`. So the notes about...

@chrisvariety I didn't have a chance to follow up with @robhogan's suggestions in [his comment](https://github.com/facebook/metro/issues/1377#issuecomment-2440121091) - I would recommend following Rob's suggestions as a start: > at first glance I'd...

@heineiuo not sure I understand... does this allow for imports of [Node-API native addons](https://nodejs.org/api/n-api.html#usage)? For example, could `hashSync` from `@node-rs/bcrypt-darwin-arm64` be imported in an Expo Router API Route? My original...

Ohh it looks like @kraenhansen and others just announced Node-API Support for React Native on the Callstack blog 🔥 👀 - https://www.callstack.com/blog/announcing-node-api-support-for-react-native PR to add Node-API support to Hermes from...

@mattDavo what do you think of the switch to SwiftUI? Seems like it's a good reduction of code: ![Screenshot 2024-04-15 at 10 47 08](https://github.com/mattDavo/Yippy/assets/1935696/e71fb5e9-7710-4264-92ce-0b218d78b55a)

Ok, so to work around the ESLint problem above, you would instead suggest something like this? (this does make the problem disappear) ```diff const listrTasks: ListrTask[] = [ // =======...

@cenk1cenk2 I see you closed this - does that mean that you recommend adding the `Listr` type as I mentioned in [my comment](https://github.com/listr2/listr2/pull/722#issuecomment-2241054365) above? Or was there another reason?