ShrykeWindgrace

Results 61 comments of ShrykeWindgrace

I guess some navigation in the spirit of `generic-lens` (largely simplified) should do the trick even for recursive types, the derivation of `Elm` requires a `Generic` anyway.

To elaborate further, I sketched (with some external help =) ) a solution [here](https://github.com/ShrykeWindgrace/DetectInt/blob/master/src/Lib.hs). Main idea is to recover a list of types used in all constructors, detect an "Interesting"...

@chshersh Indeed, `generics-sop` is not a requirement, I picked it solely for a simple mapping `Type -> [[Type]]`.

I did a bit of digging - "real" `vim` in my `$PATH` is, in fact, a `bat` script: ```console PS> (Get-Command vim).Name vim.bat ``` - there is a `%PATHEXT%` (`$env:PATHEXT`...

Aha, it appears that things are not *that* easy upstream... https://github.com/rust-lang/rust/issues/37519 https://doc.rust-lang.org/src/std/process.rs.html#540-543 https://github.com/rust-lang/rust/pull/37381 ... and all the way down the rabbit whole...

> hledger should check assertions according to the order of the CSV records (possibly influenced by [newest-first](https://hledger.org/1.27/hledger.html?highlight=newest-first#newest-first). Could you elaborate a bit on this? Do you mean that this behavior...

@simonmichael that's what the MWE in https://github.com/ShrykeWindgrace/hledger_csv_import_order tries to show. The bank and the CSV orders the entries (and thus balance assignments) with respect to completion date. Upon import `hledger`...

> can this be closed then? Judging by my own experience on windows and other comments, one needs `perl` in `$PATH` to build `gitui`. I guess a documentation update at...

In addition to `*.xml` files I am observing the same issue with `*.log`, `*.exe`, and `*.iml` files. Tested on "UbuntuMono Nerd Font" and "InconsolataLGCMono Nerd Font".

That's a good idea =) >... mostly spent by PowerShell loading the now-270kB .psm1 file. This part of powershell I truly do not understand. We have top of line CPUs,...