Bryan Larsen

Results 78 comments of Bryan Larsen

I can't edit `/ostree/repo/config` because I'm on an immutable OS.

fixed with ``` sudo mount -o remount,rw /dev/nvme0n1p3 /sysroot sudo vi /ostree/repo/config ```

@JoelSatkas, this MR applies cleanly against v0.1.x. I've done so here: https://github.com/bryanlarsen/tracing/tree/v0.1.x-size-rolling

For what it's worth, we tried three log size rotation PR's, and settled on https://github.com/tokio-rs/tracing/pull/2497 . This branch has two concerns: First, it generates very oddly named files, with the...

P.S. All three PR's apply cleanly against v0.1.x

@idris, I believe that's different than my original request. In my original request I wanted symlinks to the parent workspace node_modules folder, in yours you probably want a copy. Unless...

@connectdotz, So what we're basically doing right now is (basically) shipping the whole monorepo and it's deps for every component. That docker image is now 6GB. :) It's sort of...

Ran into this again because I hadn't properly fixed it last time. I think I have it this time. But it does mean I cannot use a really nice axum_prometheus...