Simon Kempendorf

Results 15 issues of Simon Kempendorf

Since `mapbox-gl` already has version 1.4.x, there is a warning on every package install, even though the newer versions are supported. So I fixed the `package.json` to allow newer versions...

I need the commit 8f94369 in my code, but unfortunately in different libraries, so that SPM doesn't work using another reference than tags. So it'd be great, if you could...

I liked the idea of not having a private container (Issue #26 and Pull request #29). Since there was no development since june, I took a look and fixed two...

My impression of flash messages would be to show them only once. In this implementation, I see them only get added but not removed. Am I doing something wrong or...

Sometimes, it's good to know some more information about the variables inside the templates. Therefore, I considered a "dump"-tag useful. With my code, I wanted to introduce this concept. Maybe...

enhancement

Unfortunately, we're using a library (for another language), which doesn't support concatenating `r` and `s` for the signature, so we needed a way to use a common encoding. Since the...

Feedback by a user via email: It's possible to enter a name and also chat messages, but there is no map, only the image of the globe. Chat messages aren't...

At first start, we show a prompt to enter a name and a button join the group. It would be nice to skip this step and view the map directly....

enhancement

When someone is moving, the marker "jumps" across the map. We could animate this, so it looks smoother.

enhancement

We support more than one group per browser, but each time, another user is registered. The problem is, that we receive messages for this user, regardless of the group, so...

enhancement