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).