Florian Schmidt

Results 15 comments of Florian Schmidt

Yes e.g. my input files is looking something like this: ``` ... 137.00000 Some description here Some link here 2010-01-01T00:01:01Z ... ``` and my output file is missing all properties...

Just going to post my input gpx and output gpx, i'm going to add some details on how to reproduce later. (Actually i did just follow the instructions in the...

http://parken.heidelberg.de/api/parking-location?nc=0.9512676233425736 Funktioniert nicht im Browser, braucht folgenden HTTP Header Accept: application/json, text/javascript, _/_

https://www.rosenheim.de/?eID=jwparkingGetParkings

Als erster Anfang: http://verkehrslage.stuttgart.de/ivl/ivlParkraumOverlay.php Liefer Koordinaten und einen Link zu einem Bild, aus dessen Namen man relativ einfach den Status erkennen könnte. Was fehlt, sind Namen der Parkhäuser und weitere...

http://www.koeln.de/apps/parken/json/current

@Maurice22 is it ok if I assign this to myself? I'll be working on the security dialog anyway and would possibly refactor it along the way?

![img_3763 copy](https://cloud.githubusercontent.com/assets/6798306/10279831/10a6f600-6b69-11e5-8df2-6626cf58bb00.png)

Thanks for the tip, the following workaround did work: ``` class PostingTest { ... @Before fun before() { now = LocalDateTime.now() later = now.plusMinutes(10) someLocation = mock(Location::class.java) creator = mock(UserAccount::class.java)...

There is a kotlin slack channel where the maintainers (a.k.a jetbrains) seem to be fairly active, maybe we should be crossposting this there? I am currently not very involved in...