nujhong

Results 8 comments of nujhong

I think the contributor was re-using an existing command in the project as he mentioned https://github.com/prettier/prettier-vscode/blame/main/package.nls.json#L3 If I understood it correctly, the original commit https://github.com/prettier/prettier-vscode/commit/dcc531f6382fe0580edbf62386fc48ca233e9c2e was aimed to provide a...

Just dug into the source code https://github.com/facebook/react-native/blob/v0.69.0-rc.6/scripts/react_native_pods.rb#L135, the correct way to enable ~~`hermes` or~~ `fabric` is either: - ~~set `export USE_HERMES=true` in `.xcode.env`~~ (_evaluation of this var is no longer...

Yes we also found that the problem still persists when using RNGH's ScrollView. Adding to @hirbod's investigation with ours, I summarised this which may be used to conclude that it's...

An update that is hopefully useful @j-piasecki **This seems to be a problem specific to `[email protected]` + Android 12**, without regards to `react-native`, as Expo SDK 46 also bumped it...

I've also run into the issues a few time - I think it only occurred after a certain update, had to disable the plugin because I've lost lines of code...

Took me so long to get to the bottom of this - if anyone needs to test the tab change event and the `onIndexChange` function, you can add this mock...

Added a test in https://github.com/google/autocxx/pull/1402 I was able to create a simpler reproducible test case, I believe it's just name conflicts with the default prelude, using a different struct name...

It worked for me following https://developers.cloudflare.com/workers/testing/vitest-integration/known-issues/#module-resolution I don't think this is cf worker specific. GL ```ts // vitest.config.ts export default defineWorkersConfig({ /* `defineConfig` for non cloudflare worker configuration */ test:...