Grégeois Sylvère

Results 42 comments of Grégeois Sylvère

Hi, I managed to add the Xiaomi ALPD3.0 as a media player in Home Assistant using the Android Debug Bridge integration. Turn on / turn off work well and state...

I found the answer here : https://github.com/FusionAuth/fusionauth-issues/issues/218 Custom scopes are not supported, yet I'd prefer using only one piece of software to do both things, maybe I'm wrong, but it...

Hi, I don't know if it can help but I'm having the same problem with env and env-file attributes, also using zsh. My workaround is to use the resticprofile docker...

Thanks bot @dosu but I have no idea how to achieve this missing piece of your comment: Apply reversedTranslation to your shared value or logic (You may need to coordinate...

Managed to do it modfying the lib, I will create a PR proposal to add a prop for this

> Seems you have a duplicated `react-native`? What happens if you delete all `node_modules` recursively and re-install `npm install` and optionally run `npm dedupe`? I'm using yarn 3.6.4. So far...

yarn why react-native ├─ @realm/react@npm:0.20.0 │ └─ react-native@npm:0.82.0 (via npm:>=0.68) │ ├─ @realm/react@npm:0.20.0 [0ec0b] │ └─ react-native@npm:0.82.0 [a1cf7] (via npm:>=0.68 [a1cf7]) │ └─ countwizapp@workspace:. └─ react-native@npm:0.81.4 [0ec0b] (via npm:0.81.4 [0ec0b])...

By the way, despite @realm/react 0.11.0 being incompatible with realm 20, that version was preventing me from building android as well, with the same error. This leads me to think...

Ok, I deleted yarn.lock, did yarn install, and am still getting the same build error. yarn why react-native outputs the same as before. > yarn why react-native ├─ @realm/react@npm:0.20.0 │...

Same with RN 0.81.5 which I just upgraded to. The problem seems to come from the fact that @realm/react having react-native as an optionalDependency results in yarn installing its latest...