Jana Dönszelmann

Results 114 comments of Jana Dönszelmann

Hey, that's alright. I found the project and thing it's quite cool. I can handle slow responses. I'll look at #23 :)

I could do some performance analysis. However, for that I'd need some code written in the language. Of course I can make some myself but it sounds like you already...

Maybe the others should be updated too, but I have no hardware to test if those work through the update as well.

Hmm, that's an interesting idea. I'm not sure how useful it is, but if it's useful to you it might be to others. As you've noted, we do have a...

The last bug highlighted here (with the two arrow lines in the gutter) is fixed with #316

This could be solved with some way to explicitly give the bounds on T through an attribute, a bit like how with `async_trait` you can add the `?Send` bound: https://docs.rs/async-trait/latest/async_trait/#non-threadsafe-futures

Could you elaborate on how you envisioned this? Is this still something you want?

Only useful for alloc ringbuffer

Dear IDS, you are entirely right. However I honestly don't see a way around it. The crate which "defines" the label stores all the references to the functions annotated with...

The unfortunate thing about using a fixed size array is that it'd either make a huge empty array in the binary (every label you create will equal an array of...