Tim Göller

Results 6 issues of Tim Göller

currently, all peers are able to change the channel topic for all other peers, even when they are hidden by some peers. ideally, a user i don't want to communicate...

For some reason, the provide/inject of the Map seems to be broken in Nuxt 3. It might be, because `provide` is called in a `onMounted`-hook. This causes (for example) a...

### Version @nuxtjs/i18n: i18n-edge nuxt: 3.0.0-rc.6 ### Nuxt configuration Please change to `[x]` if relevant for this issue: - [x] Applies to a site deployed to a static server (site...

bug 🐛

Haven't had the time yet to really check why this happens, but it seems to be caused by this commit: 1dbd5227923aa9063b93b57cfa9dbed31e246dda (everything works when I revert these changes locally) If...

Currently, the count of unread messages is not persisted. Because of that, unread notifications will vanish after a restart. This would be nice to have, maybe as an opt-in. Might...

I'm using Hibernate Envers with GORM, and I need to add an (@NotAudited) annotation to hasMany relationships. It seems like it's currently not possible to add annotations to these relationships.