Bruno Vetter

Results 13 comments of Bruno Vetter

Any reason why this is not high priority? How do you navigate in a large file?

I will try to implement sth. using the directions in the README. What type of model? I am not sure. It might be that Donut is not working well with...

I'd also like to understand how the image on DockerHub is built. Is there a Dockerfile? I am asking because if I create a new model, it would have to...

Thanks. I have some trouble docker-building loudml on OpenShift. I would like to skip this issue for the moment, if possible. Could I hack my new class into your Docker...

I repeated this with some more data and ended up with a different scenario where ```is_anomaly``` is always set to 'True' in InfluxDB independent of the actual anomaly status shown...

Please let me know if I can assist with debugging.

Correction: When using a P3 Profile, the color values are almost matching in Alacritty. I get the impression that Alacritty color settings is somehow bound to the P3 Profile. Can...

I agree this would be nice, although I cannot contribute development-wise. Here is an issue in another project dealing with something similar: https://github.com/chriskempson/tomorrow-theme/issues/269 It seems sRGB is considered the default....

This seems to resolve my issues, but no idea if I am breaking anything else: ``` diff --git a/alacritty/src/display/window.rs b/alacritty/src/display/window.rs index 7302c68..53e2602 100644 --- a/alacritty/src/display/window.rs +++ b/alacritty/src/display/window.rs @@ -186,7 +186,7...