rushii
rushii
- Switch to Kotlin gradle buildscripts - Update Gradle, dependencies - Increase target API level so that it will work on Android 14 - Bump app version to 1.2 Fixes...
## Type of change - [ ] Bug fix (a non-breaking change that fixes an issue) - [ ] New feature (a non-breaking change that adds functionality) - [x] Breaking...
I can't seem to figure out how to properly configure the default logging level for Reposilite. I'm using the Docker image for Reposilite, v3.5.25 I have `debugEnabled: false` set in...
### Discord Account _No response_ ### What is it that you'd like to see? Non-ASCII characters (such as Japanese) get stripped when uploading attachments. This works on Desktop but not...
I'm fetching data at compile time that requires secrets I specified in `.env`, and are exposed through `import.meta.env` via vite. It doesn't seem like this is supported with vite-plugin-compile-time: ```...