Adam Egyed
Adam Egyed
A full swap of postgres to redis would move our "single source of truth" to be entirely in-memory, greatly increasing performance.
Using protobufs as a serialization format will lead to better performance, and definined expected types for service via gRPC will lead to better introspection and type safety.
Right now, there is only one winston transport, which sends all logs to a slack hook, and options in the config to adjust what is logged. This presents some added...
As of https://github.com/foundry-rs/foundry/pull/7197, the AST is no longer included in the compiler output unless specified with `--ast` or `--build-info`. Currently, the `--ast` flag is undocumented, and should be added to...