Benno Lossin
Benno Lossin
Make - `Context::from_waker` - `Context::waker` - `Waker::from_raw` `const`. Also added a small test.
[Rendered](https://github.com/y86-dev/rfcs/blob/field-projection/text/3318-field-projection.md) Also see the [pre-RFC discussion](https://internals.rust-lang.org/t/pre-rfc-field-projection/17383/57). # Unresolved questions - [ ] How should the limited negative reasoning look like? What are the limitations? [Discussed at zulip](https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Limited.20negative.20reasoning.20for.20RFC.233318/near/347134881) - [ ]...
When creating bindings for a struct with bitfields the accessor functions that are created take an immutable receiver (`&self`). This is a problem if the underlying type is used by...
:bulb: **Idea** I am planning on running `ntfy` on my server. Since I don't want anyone except me and my friends to use it, I will set `auth-default-access = deny-all`...
:lady_beetle: **Describe the bug** Cannot connect to any topic from android app (both fdroid and playstore version) to self hosted ntfy instance. The web interface works without any problems on...
Window animations stutter/have low fps when switching away from a maximized (also fullscreen) mpv or firefox window. This only happens when switching to a window beside it on the same...
I tried to connect to the protonmail-bridge, but it never connects and just hangs. Here is the trace: ```log $ himalaya --trace 2025-02-05T11:19:48.753102Z INFO himalaya::email::envelope::command::list: executing list envelopes command 2025-02-05T11:19:48.753158Z...
Invoking bindgen with `--with-derive-custom-struct .*=Foo` does not add `#[derive(Foo)]` to `__BindgenBitfieldUnit`. I'd like all structs (& unions) to be marked with the derive macro, as it only implements the trait...
These two configuration options are used to change the way `zk` obtains the creation date and modification date from a file. I have a lot of notes that use `created`...
[Rendered](https://github.com/y86-dev/rfcs/blob/field-projection-v2/text/3735-field-projections.md) This is my second attempt at a field projection RFC, [here is the first](http://github.com/rust-lang/rfcs/pull/3318). --- Add field projections, a very general operation. In simple terms, it is a new...