Allen

Results 12 comments of Allen

I see a lot of answers regarding sharing options/arguments from the callback to the command but what about the other way around? How do I access the sub-command's options from...

+1, any updates? It's been ~2 years since this was implemented in the cloud.

Full screen mode works great but i prefer windowed mode. Is there a way to make it pop over iterm?

That's awesome! Is there anywhere I can sign up for updates?

+1 I'm running into this too. It's making `ttl_cache` impossible to test elegantly.

+1 this is breaking on merge in my CI

Yes we have a goroutine running in the background consuming any result messages asynchronously.

> I ran into this error due to an invalid code signature. You can check if the signature is valid with `codesign -v bin/mockgen` (no output means valid). If it...

`FROM duckdb_memory();` https://duckdb.org/2024/07/09/memory-management.html#profiling-memory-usage

managed to work around it with ```bash $ tail ~/.zshrc ... unalias cd [[ -s "/Users/YOU/.gvm/scripts/gvm" ]] && source "/Users/YOU/.gvm/scripts/gvm" alias cd='exec_scmb_expand_args builtin cd' ... ```