Natoandro
Natoandro
Display the number of lines we need to scroll down to reach the end of the buffer. It will be in the format `M/N`, where `N` and `M` are integers....
The job list at the bottom should scroll horizontally so that the name of the active screen is always visible. Indicate that there are more items to the right or...
Limit the buffer size to a certain extent (a default one, or specified in whiz.yaml). Enable clearing the buffer with `c`.
- Logging before and after each faillible operation - Runtimes: foreign resolvers - Always log before reporting error: HTTP response - Fix error code in artifact_service - Add `BaseError` class...
New test runner: - Less verbose ... ... #### Migration notes _N/A_
Use the xtask binary to run the tests. - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ]...
Solve [MET-629](https://linear.app/metatypedev/issue/MET-629/client-add-support-for-file-uploads) - [x] `client_ts` - [ ] `client_py` - [ ] `client_rs` #### Migration notes _N/A_ - [x] The change comes with new or modified tests - [x] Hard-to-understand...
Solve [MET-94](https://linear.app/metatypedev/issue/MET-94/remove-runtime-field-from-typenode) - Remove `runtime` field from `TypeNode` Also: - Allow serialization without config file #### Migration notes _N/A_ #### Checklist - [x] The change comes with new or modified...
### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description I am currently integrating Open WebUI with an OpenID Connect (OIDC) provider for...