Igbanam Ogbuluijah
Igbanam Ogbuluijah
:+1: for the expansion of the human readable colors
This works perfectly, @AvidDabbler — thank you!
Could we potentially get something like this setup for SSO servers on intranets https://github.com/go-jira/jira/blob/4263bd24f9e9c702a92358c5cd7ce0ddd711df4c/jiracli/cli.go#LL240C5-L240C5
As at the time I sent this, 680M was the result of `du -hd 1` inside the plugin repository. I have to looked into the intricacies of `vim-plug` — there's...
This may be the case when you install the plugin, but when you `:PlugUpdate`, it pulls the repo — this is how it gets updates to the plugin.
Did you set the `url:` in your config?
I'm having this problem as well. Whenever I re-source `$MYVIMRC` — which has a colorscheme line in it — even though the color stays the same, the icons render with...
This is a precision problem. I read somewhere — maybe in the docs — that ledger defaults to 6 places of precision. Stepping through this example, the diff is below....
I looked into the output of `roundto($12.34 * 56.78, 2)` ``` (lldb) p result.to_string() (ledger::string) "$700.67" (lldb) p result.to_amount().to_double() (double) 700.66520000000003 ``` And yes, it's something with the underlying library...
Another reason I just bumped into which brought me searching for this is… assuming a complex [^1] ledger where you finally figure out (through trial and error) the perfect options...