Dom
Dom
12pm = noon. Ideally there would be an optional to set either, but I second that noon is most people's interpretation in my experience
While we're at it, the possibility to use two columns would be sweet ;-P e.g.: 1. one column shows lines 1-30 2. second column shows lines 30-59 3. when you...
I made a simple utility that aspires to be a temporary solution for this issue https://github.com/hacker-DOM/sol-env
I am experiencing the same problem (MacOS, Zsh, Kitty, Fig; Fig integration breaks Shell integration).
Yup, I got it work in the end :-)
I think an even usefuler option would be `--by-arg`. Then you could do `scc --by-arg $(fd -t d --max-depth X)` ;-)
Or even `scc --by-arg $(fd -t d --exact-depth X)`
Also, for the following contract ``` contract C { function foo() public view returns (uint) { return uint(-1); } } ``` the echidna printer will return ``` [...] "constants_used": {...
Is there a ETA on this PR? 🙂
I know this has been linked before, but there was an update there recently: https://github.com/jesseduffield/lazygit/issues/1853. Any chance we could make difftastic's output format work with lazygit's hunk parsing algorithm? Thanks...