ShrykeWindgrace
ShrykeWindgrace
@waingt That's a great improvement! On my machine Terminal-Icons load time went from 1300ms to 470ms
Thanks for looking into this issue! @jneira it seems that your test project uses `eta-0.8.6.2` - (judging by the line `C:\Users\user\AppData\Roaming\eta\0.8.6.2\package.conf.d`); mine is still at `0.8.6b1`. @rahulmutt I deleted folders...
@jneira your workaround helped, thank you! If `etlas` has the right to ignore `LongPaths` policy, the 260 char limit could become an issue indeed.
For this problem (empty lines in `.latest.import.csv`) I think we can safely filter out these empty lines. Seems like a very local patch, and I do not see an obvious...
Whoa, that's quite a delay from me, I promised to answer a year ago. Sorry=) Setup: - Win 10, Windows Terminal, powershell-7 - hledger built over a nightly lts in...
It works nicely. One could also add `buildable: False` in the same conditional block.
@jtdaugherty with ```diff diff --git a/brick.cabal b/brick.cabal index c8caf36..cfac317 100644 --- a/brick.cabal +++ b/brick.cabal @@ -118,8 +118,13 @@ library Brick.Types.Internal Brick.Widgets.Internal + + if os(windows) + build-depends: brick-is-not-supported-on-windows < 0...
@jtdaugherty in powershell - not quite. Copypasting from https://stackoverflow.com/a/10666052/3206165: > `$LastExitCode` is the return code of native applications. `$?` just returns `True` or `False` depending on whether the last command...
Gentle ping=)
@ctolkien The daemon for OneDrive could be actively monitoring what happens with the files. So, if I were you, I would try two things: - move modules to a folder...