Casey Marshall
Casey Marshall
At [Noon Home](https://www.noonhome.com) we use Aleph in a number of publicly-facing and internal HTTP services; we also use the HTTP client for communication between services. We use the TCP server,...
It looks like `configService` in `ImageDeleteCommand` doesn't get auto wired, or something. I worked around this by just expanding the call to `ConfigService.getPromotionTargetServerRootUrls`, and removed references to `configService`.
I did some work simplifying my ideas, and this is now is master. I adapted [hitchhiker-tree](https://github.com/replikativ/hitchhiker-tree) for use as the TxLog, and this means any [konserve](https://github.com/replikativ/konserve) implementation can be used...
*Nods*. This is an experiment, and nothing more, at the moment. I'm starting with S3 at the core because it's the absolute cheapest storage option available, and if one's use...
It wouldn't surprise me if timestamps were not all correct, because log messages may have been delayed before being added to graylog indices. What I was pointing out is that...
FWIW, it's definitely possible that timestamps are in the past or future, since the data source here is a fairly messy collection of client-side logs.
I ran into this issue trying to run this on an Intel Celeron N4020. Running under gdb it seems the invalid instruction is `vmovss`, which is emitted because `lib/CMakeLists.txt` sets:...