Pierre Kisters
Pierre Kisters
I had the same problem. As a workaround I just defined the FactoryCompat implicit manually. That made the error message disappear. ```scala private implicit def seqFactoryCompat[A]: FactoryCompat[A, Seq[A]] = FactoryCompat.fromFactor(Seq.iterableFactory)...
I've always had this problem with TPU, so I applied this small modification to my i3 and now it works perfectly: https://www.thingiverse.com/thing:3129921 No pauses no matter what filament.
The toBase32 method already provides a workaround for this. If you set Alphabet.pad to '\0' it will not apply any padding. Maybe the other toBaseX methods should support this too?
LGTM but I'm not a maintainer of this project. Just did the base32 impl.
This would be a good opportunity introduce support for 64-bit arrays. If you want to put many gigabytes of data into theses arrays you don't worry that much about the...
I also have the need for 64bit binaries but I think that they are not very common. I therefore propose to introduce a 64bit ext type (maybe 0xc1). Then 64bit...
The Prometheus Configs have to be mounted into the ruler proxy container. Not the most elegant solution but it works.
I didn't know that. That is a really good idea!
Maybe it would be helpful to enable the wiki functionality for this repo? Then we could at least copy some of the old documentation there so that people can find...