francois-pasquier

Results 23 comments of francois-pasquier

I am experiencing flapping after getting disconnected and reconnected to Wan. ( I have to reboot opnsense to fix it) Can you confirm it's one of the symptoms that should...

For now you can do this: ```tsx const App = () => { const [isBottomSheetMounted, setBottomSheetMounted] = useState(false) const [isBottomSheetAnimationCompleted, setBottomSheetAnimationCompleted] = useState(false) const handleBottomSheetChange = (index: number) => {...

Well, the Portal is only there to mount the bottom sheet on the root node. When `handleBottomSheetChange` is called, it dismounts the Portal only after the animation is completed. Does...

> Need sometime to start the server. > Could slow on buffer create, try use minimal vimrc. It's the same with a clean vimrc. The server takes way too much...

I don't know if the issue is the same but I had crashes everytime on Android (mostly because of react-navigate-geture-handler). A fix is instead of restarting as soon as the...

I experienced this issue with Android only Try following codepush documentation to extract the bundled resources to a directory. You should see in the `raw` directory that the only things...

It seems to be just the same: https://steamcommunity.com/app/1675200/discussions/1/4295942652159365989/ it’s such a shame we have a 4k120 compatible device that is still limited due to some bug :( @Joshua-Ashton

> @polyjitter FSR'ing from 720p up to 4K is expensive. Realistically I should add a limit or something to 1080p then have the HW scale it up from there. Is...