Simon Thyregod

Results 7 comments of Simon Thyregod

I had the same issue, even `application.scss` changes didn't update before restarting the Rails server. Adding this to `development.rb` fixed it for me: ``` config.assets.compress = false ```

Sorry about the delay, I'm quite busy at the moment. The reason for using a service like PiHole is that it would function a bit better in conjunction with the...

I've noticed this too. If you long press on the select field the issue doesn't occur for some reason though. Looking at the fired events it looks like they are...

I'd suggest having a field on ingredients where you enter price and unit size from which the app calculates the amount that goes towards the drink. Maybe with a buffer...

\*insert random anti-stale message \*

I've got the same issue. Looking at the [other OIDC project](https://github.com/pulsejet/nextcloud-oidc-login) it seems like they have an `is_admin` attribute. Maybe it'll be worth looking into how that works and implement...

I've found the fix that worked for me. By default the `Use unique user ID` is enabled. This hashes the user ids _and_ group ids with the provider name. Disabling...