Max von Forell

Results 10 issues of Max von Forell

Trying to compile code that looks something like this: ```rs #![deny(missing_docs)] #[derive(BinRead)] #[br(import { foo: u32 })] struct Foo { bar: u8, } ``` results in this error: ``` error:...

It would be great if `ureq::Response` had a `remote_addr()` method that returns an `Option` describing the remote address that the response came from. E.g. [`reqwest`'s `Response` type](https://docs.rs/reqwest/0.11.9/reqwest/blocking/struct.Response.html#method.remote_addr) already has such...

I don't think it makes much sense to display parameter name hints at the end of the line because 1. they interfere with type hints (I find it confusing to...

Some protocols, e.g. the unstable `text-input`, have their different versions in separate XML files, e.g. `text-input-unstable-v1.xml` and `text-input-unstable-v3.xml`. As far as I can tell, currently only the latest version is...

enhancement

## Summary Version 1.0 of Lightmeter Control Center was [just released](https://gitlab.com/lightmeter/controlcenter/-/releases). As manually digging through Postfix logs is tedious I think this would be a great addition to mailcow. ##...

enhancement

### Please fill out the following: - **Sway Version:** 1.7 - **Configuration File:** ``` [...] bindsym q exec echo 'hi' bindsym --whole-window BTN_LEFT exec echo 'hi' [...] ``` - **Description:**...

bug

- **Sway Version:** 1.7 - **Debug Log:** [here](https://gist.github.com/mvforell/37b986d3e6bae7d43b32263586582692) - **Configuration File:** default - **Description:** - I'm working on Chromium's Wayland DnD and cursor implementation, and noticed that after the DnD...

bug
input/pointer

First of all, thank you for this great project! I'm currently building an app where it would be useful to not only have a date picker dialog, but also a...

enhancement
datepicker related

I've been using dracut-sshd for quite some time now on my Raspberry Pi 4 to remotely unlock a LUKS volume, and it's been working just fine since I set it...