Totalus
Totalus
### Is your feature request related to a problem? Please describe. I sometimes run a command that I am unable to stop, even with Ctrl+C multiple times, it just keeps...
Calling the `app.publish()` function returns `undefined`. According to the [doc](https://unetworking.github.io/uWebSockets.js/generated/interfaces/TemplatedApp.html#publish), it should return a boolean. Seems like the corresponding [wrapper](https://github.com/uNetworking/uWebSockets.js/blob/a13b497b311448bfea18da5c8cefabf7035b6fb2/src/AppWrapper.h#L344) does not set the return value.
Klaxon does not serialize unsigned value correctly. Code to reproduce: ```kt val str = json { obj( "intVal" to 123, // Int "uintVal" to 123U, // Unsigned Int "longVal" to...
### Actual Behavior This is happening with only one of my queries. In the response section, when I click on the little clock icon. I get the list of last...
### Problem I am having Say I have a secret in `namespace1` that has been replicated to `namespace2` with the `replicator.v1.mittwald.de/replicate-to: "namespace2"` anotation. Now I decide that I do not...
Attempting to make a backup that lasts more than 60 seconds on Openstack Swift storage fails with the error `contextDeadlineExceeded` because the storage context timeout applies to the entire backup...
### Expected Behavior If my active workspace environment is somthing, lets say **Staging**, when I open the environment editor and I switch to modify another environment (such as the Base...
### Expected Behavior When I start typing, I expect the text field not to loose focus. ### Actual Behavior In some cases, when I start editing a header, the text...
### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...