Robert Stoll
Robert Stoll
I have implemented own extension functions to have a DSL which suits more my needs. For instance, I have a keyword `inCase` similar to `on` and itThrows similar to `it`....
*Platform* (all, jvm, js): jvm *Extension* (none, kotlin 1.3): none ## Code related feature ```kotlin class Test { @Test fun foo(){ expect(1).toEqual(2) } } ``` output ``` I expected subject:...
related to https://github.com/robstoll/atrium/issues/1655 looks like our workaround (which is a hack) no longer works with intellij 2024.1 See if we can find another workaround which lasts a bit longer
Probably only a theoretical problem. If we define `my${world` then we get a `StringIndexOutOfBoundsException`
Steps to reproduce NPE, see regression test in pull request #49
**Describe the bug** bug only occurs if the fountain does not have wiki commons data **To Reproduce** Steps to reproduce the behavior: 1. Go to https://beta.water-fountains.org/ch-zh?l=de&i=node%2F7939978548 **Expected behavior** Should be...
**Is your feature request related to a problem? Please describe.** Sometimes I need to wait for the map to be loaded. Once it is, I have to wait again until...
**Describe the bug** Regression introduced in intremezzo. in old.water-fountains.org some properties where '"null"' where they are now simply absent **Additional context** Going to check for undefined for now so that...
Looks like there are fountains without gallery ``` console.trace() TypeError: gal is undefined essenceOf database.service.ts:92 getCachedFountainDetails data.service.ts:1042 selectFountainBySelector data.service.ts:770 updateFromId routing.service.ts:240 navigateToFountain routing.service.ts:111 RxJS 15 Angular 16 RxJS 72 Angular...
**Is your feature request related to a problem? Please describe.** Currently one can define lat,lng,zoom in ?loc which does not allow to share a bounding box with someone else. Sharing...