Christian glacet

Results 99 comments of Christian glacet

Further investigations lead me to a somewhat [unrelated thread (different crash with drawer)](https://github.com/software-mansion/react-native-reanimated/issues/3049#issuecomment-1074873091) that advises to use the `useLegacyImplementation`, which indeed worked in my case too: ```diff const Drawer =...

@habovh Did you found a clean solution to this?

I use **react-native-vector-icons** [v9.2.0](https://github.com/oblador/react-native-vector-icons/releases/tag/v9.2.0) I feel like the error is not related to `react-native-vector-icons` in particular and that the issue is compiling JSX. I managed to compile JSX using a...

Finally found a workaround. I stumbled upon this question: [Self-Hosted FontAwesome Icons Not Rendering on OS X Sierra](https://stackoverflow.com/q/42588186/1720199), so I tested it. I replaced my local file by the one...

That's strange, some things, work, some other don't. For example if you edit the text content of a `p` it works, but if you add `style="display: none"` to the tag,...

I tried: ```ts import iconv from 'mysql2/node_modules/iconv-lite'; iconv.encodingExists('foo'); ``` But I get this error: ```bash Cannot find module 'mysql2/node_modules/iconv-lite' from 'src/tests-utils/jestSetupAfterEnv.ts' ``` Eventhough the file does exist (but maybe its...

@krassowski I don't get it, how do you disable these shortcuts? I mean for a end user not for a Jupterlab dev point of view. Do I have access to...

Ah, I found how to edit shortcuts (bypassing the broken UI), if anyone else is looking for a solution, you can go to settings and click the JSON editor button...

I also tried the following style of config override, but it doesn't work either: ```json { "shortcuts": [ { "command": "application:toggle-side-tabbar", "keys": [""], "selector": "body", "args": { "side": "left", "index":...

It seems this bug is not present in 3.x versions, so if you want to work today and need a quick fix, what worked for me was to simply downgrade...