Lena
Lena
*Fine, i'll do it myself.* Fixes #2080 - [x] Log inner exceptions
- [x] Add device streams and endpoints - [ ] Figure out configs - [x] Figure out UI - [ ] Figure out the extra bugs with this > -...
Hi! Today i was experimenting with Waifu2x just to see how far it could go. I put a 32MB image (11Kx14K) on the input and de-noise to 3 and, after...
Currently, if you create a multiplayer room and change its name from the default, the current user activity does not reflect that change, as seen in the Discord presence. ...
### Type Cosmetic ### Bug description - Submit any play with a 5:4 aspect ratio (1280x1024 in this case) - Text and icons overlap ### Screenshots or videos  ###...
Implements the `ac` service, both `ac:u` (user) and `ac:i` methods (intended for mset). Did this because i needed some of these methods for an app Methods implemented: - [x] `wait_internet_connection`...
**Problem** I have a stylesheet, named `whatever.css`. ```toml style = ["whatever.css"] ``` When adding routes however, let's say `/blog/doesntmatter`, the stylesheet path that the browser tries to load is `/blog/doesntmatter/whatever.css`,...
The readme of this repo reads the following: > StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The Stack v2...
Closes #41 - [ ] `x11grab` window capture - [x] `gdigrab` window capture
On `x11grab` the `window_id` input option is available, while on `gdigrab` the window title can be provided, but i need to look further into using a HWND instead of a...