Kilian Brachtendorf
Kilian Brachtendorf
# Suggestion ## 🔍 Search Terms quick fix, code action, override ## ✅ Viability Checklist My suggestion meets these guidelines: * [x] This wouldn't be a breaking change in existing...
#### If this is a feature request describe it here Please pass a new variable `max_layer` to the ovelay text template renderer. It would be nice to to show a...
### What version of Bun is running? 1.0.26 ### What platform is your computer? Microsoft Windows NT 10.0.22621.0 x64 ### What steps can reproduce the bug? clone https://github.com/KilianB/elysia/tree/SIGSEGV ```` bun...
**Current behavior** Attempting to run the build command fails with webpack 5.88.2 fails with the following error message: TypeError: Cannot read properties of null (reading 'options') TypeError: Cannot read properties...
### What is the feature you are proposing? We currently build a large application with multiple nested routes and the need for different middleware ````tsx const app = new Hono().use(ipAddress).use(logger);...
**Is your feature request related to a problem? Please describe.** Every few months I come back to the documentation of `useWatch -> exact` I need to go into the source...
Sometimes it can happen that a speaker looses connection to the network. Do we have a convenient way to check if a speaker is still online or is the only...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...
If sqllite for py isn't entirely different than every other db lib I have worked with: https://github.com/xXAligatorXx/RepostCheckerBot/blob/b11b397baed745df82ae439aacba0ff9bd430af8/database.py#L709-L719 We can reuse the connection, and it definitely should be closed once we...