Dimitris Zervas
Dimitris Zervas
Hello, is there an option to make auto completion case-insensitive? Like `he` -> `Help` If not, can I implement it without copy-pasting the whole completer (just to change `HasPrefix(...)` to...
**Describe the bug** Hello, I'm trying to patch the GOT to hook a function using a Rust library. The library is compiled as an .so and I can see it...
**Describe the bug** When I edit a sketch I can't see any point. **To Reproduce** Steps to reproduce the behavior: 1. Create a sketch 2. Make a rectange **Expected behavior**...
**Problem** I'm trying to load a local fs video and it does not play at all. ```rust use dioxus::prelude::*; fn main() { dioxus::desktop::launch(app); } fn app(cx: Scope) -> Element {...
Mainly I'm talking about I2C/SPI OLED displays but more can come later on. It's a big undertaking and these decisions have to be taken: - [ ] How do we...
I'm losing some keystrokes here and there and I also want to implement display features, so it's sane to do a bit of a performance hit research. I'm not into...
Hello, I've set up home assistant inside docker behind a firewall with homekit bridge and a camera. The problem is that while I can fetch screenshots (before tapping the camera...
The installer is stuck for the past 8 hours here:  As you can see behind the log has the `InternetSetOptionW` problem. How did you overcome this stage?
The field that gopassbridge adds for a username is `User:`, which can not be read by gopassbridge itself (reports username not found) or PassForiOS (https://github.com/mssun/passforios). I use `/` notation and...
**Describe the problem you have/What new integration you would like** I want to communicate with [FluidNC](https://github.com/bdring/FluidNC) over WiFi (I want to use the web interface so I don't want to...