Dave Josephsen

Results 13 comments of Dave Josephsen

I'd have to look into how docker uses btrfs.. it's probably possible. Honestly the "right answer" here is probably for me to dig into the actual docker codebase and figure...

Sorry about that huge rambling poorly-worded problem description. I was evidently off my meds that day.

> I agree with this approach! Thanks @djosephsen . > > I think the only thing I'm not sure about is how this configuration should be selected... Should we make...

Just heads-up before this merges I should really flesh out fileinfo_watcher_test.go.. I feel like this is under-tested

ok yall.. tests are fleshed out. Sorry that took a minute (writing tests is not my favorite thing). I have a question about how we want to handle the Error...

hmm, I just noticed I forgot the DCO again. Rebase is giving merge conflicts, and when I resolve them, giving me a commit message that looks like I might be...

> Hey @djosephsen, you should be able to run the following command: > > In your local branch, run: git rebase HEAD~10 --signoff > > Force push your changes to...

> @djosephsen there're few lint issue due to unwrapped errors [1]. And you can run lint validations locally with `make lint`, so you know next run will be greet :)...

> > > @djosephsen there're few lint issue due to unwrapped errors [1]. And you can run lint validations locally with `make lint`, so you know next run will be...