Mykola Orliuk
Mykola Orliuk
I confirm same behavior in Sway (can't switch away). Slightly less intrusive in Notion, where it just keeps marked red when you leave application. But in case of Notion it...
Narrowed it down to `ReFocus`. With small patch I can leave app window now: ```nix # ~/.config/nixpkgs/overlays/patches.nix self: super: { treesheets = super.treesheets.overrideAttrs (attrs: { postPatch = '' sed -ri...
It looks like there is no update from PR author since Feb. Does it make sense to merge it with small commit on top? (e.g. re-name lib `tz` to `date-tz`)...
Other hack-around: ```vim " minautopac.vim " Naïve autoload of packs " See https://github.com/k-takata/minpac/issues/28 " And https://github.com/junegunn/vim-plug/blob/9813d5e/plug.vim#L271-L276 function! minautopac#add(repo, ...) let l:opts = get(a:000, 0, {}) if has_key(l:opts, 'for') let l:name...
This looks similar to #330 . Here is a change on top of #639 : ```diff diff --git a/hledger-lib/Hledger/Read/Common.hs b/hledger-lib/Hledger/Read/Common.hs index bc7ce7b4..5c0b8dfc 100644 --- a/hledger-lib/Hledger/Read/Common.hs +++ b/hledger-lib/Hledger/Read/Common.hs @@ -561,7 +561,7...
As far as I remember `{}` produce additional postings for capital gains and capital loss. I simulate that with next transactions ``` 2018-03-31 Report Income:Stocks $136.57 ; Unrealized capital loss...
> +1 for getting us started with property-based testing! hedgehog sounds like an improvement on quickcheck in some ways, did you consider it ? I never tried hedgehog before, but...
Just a summary. I'll remove `--trace`/`--debug` and add `--show-dynamic-tags` (though I prefer shorter `--dynamic-tags`) to all CLIs that print transactions in a way that they can be parsed by `hledger`...
Beside code review there were a gentle reminder about updating docs, that I guess, I never followed :stuck_out_tongue: .
I don't think this behaviour was introduced with last release. Note that in manual it is explicitly said: > However, there is some ambiguous way of representing numbers like $1.000...