Lukas Kalbertodt
Lukas Kalbertodt
> The language test attribute? Yes, I'd like to go with the built in feature, which is more than enough for simple to medium-sized test-suites. We might want to think...
Oh hey, thanks for the super fast reply! > keeping multiple video player instances partially in-sync. For example, in the case of a presentation you want playback and time position...
> in the coming days. > > — me, March 9th Hey, I finally got to play around with this library a tiny bit. Unfortunately, `MediaSync` (I'm using the React...
Thanks for the quick answer and the information. I will take a look at `media-group` in the meantime. I fully understand you have lots of other stuff to do; thanks...
Stimmt, danke für den Hinweis. Allerdings werde ich die Folien leider nicht mehr aktualisieren. Wenn ich die Quell-PPTX Datein mit dem aktuellen Powerpoint öffne, sind leider ein paar Dinge kaputt...
I would love to translate and update this lecture. However, I don't currently have the time to do so. But it's still in the back of my head!
Danke für den Lob! Freut mich sehr, wenn es beim Rust lernen hilft ^_^ Bezüglich Folien aktualisieren: Falls ich die Vorlesung nochmal halten werde, werde ich natürlich alle Folien entsprechend...
It would be great if `flume` could offer a macro that is not based on `Selector` and closures. A common use case is to `return`, `break` or `continue` in response...
> As far as I can tell, there is not a way to represent such a URI currently with `http::Uri`. You can represent it: ```rust Uri::from_parts(Parts { scheme: Some(Scheme::HTTPS), authority:...
Another aspect, which might serve as additional motivation: if we tackle this issue, we should build a number of crates instead of "just" a `shaderc` clone. People might want to...