Simon Kempendorf

Results 9 comments of Simon Kempendorf

@johnalanwoods I know, but it fails, if your dependency uses this repo as well. (Even if both point to the same commit or branch.)

It's a private lib I use in different projects. (But I was able to remove the dependency on swift-sodium, so now it's possible to just use a revision in the...

According to the [npm semver docs](https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004), this is correct. Version 1.10.0 does not fulfill `^0.53.0`. This warning is removed by PR #144 but there doesn't seem to be progress in...

Since `mapbox-gl` is only referenced as `peerDependency`, you can use a higher version. You only get a warning, but it should work anyway. (See PR #144 ) Unfortunately, the maintainer...

Well, it seems to me, that the privateContainer is not necessary anymore. I tried removing `privateContainer` part when en-/decoding to and from the session, and it still works. In general,...

Well, I just tested with two different users at the same time and not a private container, but the flashes were seperately for each user...

Thanks for your feedback! I changed, what you suggested.

Hi @dawidry, thank you for opening this issue. I think there was some problem with the underlying library ([see this issue](https://github.com/egoist/vue-timeago/issues/134)). The relevant code is [here](https://github.com/TICESoftware/tice-web/blob/1af57c74f795b12aae057279a3eec6ffbff1d94c/src/main.js#L32), where we need to...

Hello @dawidry, thanks for reporting this issue. I was able to reproduce the error, I think we missed one step when open-sourcing the code. I'm on it.