y86-dev
y86-dev
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...