Caleb Cushing
Caleb Cushing
hmm.... but what would this produce in the array? ``` --foo bar --baz=fun ``` I suspect (but haven't tried, sorry) ```json ["--foo", "bar", "--baz=fun"] ``` which means I'd have to...
maybe, we'll see, this particular feature isn't urgent for me, it's another nice to have, eventually that may change as I don't really have a great workaround for this feature...
ugh, I actually may need this in order for my stuff to actually work right :/ so you may get your wish :/
I still think that cron jobs should be enough, with sample files for system. I think I might go make a system bug asking for an implementation of crontab CLI...
I know me, I probably won't 😢. I had no idea that Pick was strict already. Perhaps in the documentation you could add StrictPick, And then in it simply say...
Cool, thanks. Then dumb people like me don't wonder why it's not there 😉 On Fri, Aug 19, 2022, 7:40 AM Alexey Berezin ***@***.***> wrote: > I've mentioned Pick in...
I'll let you close, not sure if your process is on merge, or if it's on release
yeah, kind of... realistically I only need keys that are present, but I'm trying to access them by index, because I don't know what I'm going to get ``` if...
was trying to access known ones only but "reflectively" so to speak. IIRC, detail.type is the correct type at compile time even.
I'm going to say no for now, or perhaps, I forget... lol. I'll reopen if yes.