Marc Schreiber

Results 61 comments of Marc Schreiber

I'm a bit confused how you would receive message from a background process (imaging that you are receiving Kafka messages from another service in the background and want to update...

That example is the example I was looking for in order to understand what should be accomplished. At the weekend I'll have a look into it.

I worked on native websocket support for Rocket (see my comments above). However, I did not had time to continue because I think it requires large extensions and maybe refactorings...

Yes, would be really nice, especially for `bat` (see https://github.com/sharkdp/bat/issues/2129)

@joshua-jin, changing the order of binds worked for me. Have a look [here](https://stackoverflow.com/a/68556425/5088458)

@fighterii, I provided a [PR for mimc2](https://github.com/MycroftAI/mimic2/pull/24) that provides support to train a German language model of CSS10 dataset.

Do you [pull the image](https://github.com/softprops/shiplift/blob/master/examples/imagepull.rs) before you start a container? We use a private registry and pull the image always before we start the container (cf. code [PREvant](https://github.com/aixigo/PREvant) that [uses...

The recent version 0.5.0 of shiplift added support for authentication (see [here](https://github.com/softprops/shiplift/blob/master/examples/imagepull_auth.rs)). I think, GitLab enforces authentication.

I have the same issue with nested tables in LaTeX. I'm trying to fix this, but I need some help. Here is a diff for transforming the document: ```diff diff...

Workaround is included in https://github.com/aixigo/PREvant/pull/104. Search for comments mentioning the workaround. You can remove it to reproduce.