Jakub Fišer
Jakub Fišer
> I did some benchmarks w.r.t. intra-app startup and there the major factor was png decoding. I did a naive "UX perception" test (started the app and counted in my...
I'd suggest `...` operator for deep merge and keep `..` with current shallow merge behavior. Both have utility.
fail point. I couldn't find any existing prior art for deep merge operator (didn't dig too much) but I got a few more ideas in no particular order: ``` >....
ha, I forgot about nix's `//`. Shame on me :) Since corn is inspired by Nix in many ways (at least that's what it looks like to me), I think...
yeah, except `//` is used for comments in cornlang
In this case I'd agree with `&` as opposed to `&&` which is imho better typographically but at the same time more confusing logically. Happy to do the testing but...
I found a workaround for this. For some reason, when without TTY (i.e. cron, pipeline, etc.) `pop` somehow ignores `--body` flag. This worked for me in a pipeline: ``` echo...
I believe this little PR should fix the problem: https://github.com/charmbracelet/pop/pull/124
I'll rewrite my notes of a successful migration to a something more guide-like, unless someone has already started in which case we can exchange the notes :)
these are good points that should be added to the guide, I'll add them to the PR but suggestions/patches are welcome ;)