Results 1064 comments of Mael

Sorry, I don't have time to contribute to MapLibre, but you can try my integration on https://cartes.app. The [code is here](https://github.com/laem/cartes/blob/master/app/boussole/MapCompassArrow.tsx). Summary : it's just a marker rotated by the...

Thanks ! So if I understand well, you have a server (or your local computer) where you're building your db, and then on Vercel you're downloading (through git or S3)...

Same here. More precisely, on android : - with draggable=both, on Firefox, when the content is not high enough to require scroll, the drag action closes the modal. But does...

Would gladly help, but I'm a bit lost, the code is more complicated than I thought :)

Mmmh, found something interesting ! On chrome mobile (well at least Bromite and Kiwi), drag works... with two fingers ! On chromium desktop in mobile dev mode, shift + drag...

First I tried to resolve this by setting "overflow:hidden" when the user started to drag. But it doesn't work. Now trying to use the "touch-action" css prop thanks to [this...

Unfortunately, firefox and safari do not support "pan-down"... Edit : I implemented a small hook to detect the direction of the pan.

I'm having a similar problem : when the sheet is rendered with open=true, it starts from the top, then slides back to the initialSnap. Looks like a bug to me...

C'était le cas auparavant. Mais il y avait plusieurs problèmes : - la redirection automatique "tu es sur /simulateur/bilan mais avec 0 questions restantes -> /fin" était très galère à...

De mon côté, je ne suis pas convaincu par la nécessité d'utiliser typescript de façon exhaustive dans le code du site notamment pour la signature des composants. Cela dit, certaines...