zackattackz

Results 50 comments of zackattackz

Ok so having looked into it a little bit, I'll need some feedback on a proposal for an extension to the command's syntax: For instance, we could do something like...

@vlk-charles You mean like how you'd know the user ID is X based on it being at path `/run/user/X/podman/podman.sock` ? It's true, but those are just defaults, and there's nothing...

I believe I'm having the same issue here #232 due to an already existing bind matching the over-eager grep. Any status updates on this issue?

I'm thinking it has something to do with the fact that the `/persist/home/*` mounts all map to the `/home` subvol, which gets erased on boot. It's different than the etc...

I'm using both modules, I just gave up on having a `/home` subvol. I'll share some of my config and explain below :) My configs are still changing a lot...

I'd be interested in attempting a PR for this issue if it is free to be assigned?

OK I was able to get it to compile / work without using custom types, but by inlining the custom type like: ```elixir argument :to, :union, constraints: [ types: [...

Am onto something here... Will probably share a PR soon, just wanted to update.

I may amend to add a regression test case for the part I mentioned in extra notes regarding the defaults being added to constraints

Force pushed to rebase over latest main branch, also added in that extra regression test I mentioned before (check that a type with a `default` constraint gets the default value...