Roland Fredenhagen

Results 173 issues of Roland Fredenhagen

I want to display a “Sharing Screen!” message on the screen I am currently sharing. I have set up the necessary code to display a message when I'm sharing any...

Its author claims it should be possible to do so from here (https://github.com/Roundaround/mc-fabric-inventory-management/issues/2). If I find time, I'll maybe look into this myself.

Automatically reload the website when the content changes. `trunk` supports this using this js: https://github.com/thedodd/trunk/blob/master/src/autoreload.js and the rust part should be somewhere around here: https://github.com/thedodd/trunk/blob/master/src/serve.rs#L200-L208 .

Currently, in `extism` calling plugin functions can only take a single argument. I'd like macros like `typed_plugin` and `plugin_fn` to support multiple arguments, they would just convert them to use...

enhancement

I want to implement a rsx like macro: ```rs rsx! { } ``` That would roughly generate something like ```rs Division::builder() .image() .anchor() .audio() // ... ``` That generates html,...

### What is your feature request? A keybind to copy the id of the hovered item in recipe or side view for easy use anywhere the id is required. (commands,...

enhancement

I got the following error printed in Terminal while using: ``` ALSA lib pcm.c:8559:(snd_pcm_recover) underrun occurred ``` ![grafik](https://user-images.githubusercontent.com/11978847/138610474-3999a085-b540-4629-af0e-d40e2c74bf58.png)

**rust-analyzer version**: `rust-analyzer 1.69.0-nightly (8996ea9 2023-02-09)` **rustc version**: `rustc 1.67.1 (d5a82bbd2 2023-02-07)` The following code runs/compiles fine, but in rust-analyzer yields an `unresoved import` error on `use module::Struct`, that seems...

A-nameres
C-bug
A-proc-macro

When the storage URL is set without the protocol, i.e., just `my.domain.com` instead of `https://my.domain.com`, calling `my.domain.com/discovery/v1/webapp` returns `{"Host": ""}`. As this makes the cloud not work at all, I'd...

bug