euZebe
euZebe
Quite off topic, but I think it could be great to make tests fail by default, rather than having them pass even when not touching a single line. Furthermore, considering...
@bahmutov other languages' tutorials and exercices often fail, so that you clearly see that something is missing ; [here is an example with Kotlin koans](https://play.kotlinlang.org/koans/Introduction/Hello,%20world!/Task.kt). I didn't think about how...
I had the same issue as @farvardin ; I solved it by downgrading keeweb as I had already did: https://github.com/jhass/nextcloud-keeweb/issues/136#issuecomment-591058354
Warning: translation sometimes break mask. ``` mask: "AA" ``` prevents from typing a non alpha char (as expected), but ``` mask: "AA", translation: { A: val => val.toUpperCase() } ```...
+1 This occurs with OpenStreetMapProvider, but not GeoApiFR for instance. And when `retainZoomLevel` is set to false, the error doesn't happen. (but This is not a satisfying solution).
Je peux proposer ma contribution à ce topic React Native avec un retour d'expérience sur MobX + React Native (ou avec React, c'est pareil). Il y aura justement un sujet...
Je ne sais pas si ça la description d'Antoine inclut un rapide tour d'horizons de quelques librairies (prétendument) communément utilisées, comme React-Navigation... ça pourrait être pas mal.
I got the `failed to lookup key for kid` error again ; it went from the fact that I can switch between staging and production environments in my app, then...