reinux
reinux
That makes sense. I think that would be easier to navigate for me as an end user as well. There's always been a bit of choice paralysis every time I...
That's odd... I'm using 2.0.0.
Hmm... I'm trying to build Thoth.Fetch on my machine, but I keep getting an error with `fake build`: > Script reported an error: > -> BuildFailedException: Target 'YarnInstall' failed. >...
`fake --v build` output (where it errors out): ``` --------------------------------------------------------------------- Build Time Report --------------------------------------------------------------------- Target Duration ------ -------- Clean 00:00:00.0858898 YarnInstall 00:00:08.0190067 ('yarn install' task failed) DotnetRestore 00:00:00 (skipped) MochaTest...
I tried `yarn install` too, but yarn also crashes with a few warnings and then an error: ``` PS C:\Users\rei\source\repos\Thoth-Fetch\Thoth.Fetch> yarn install yarn install v1.17.3 [1/4] Resolving packages... [2/4] Fetching...
No luck, same error on `yarn upgrade` as with `yarn install` :( I wonder if this is only happening for me, and if it's maybe a corrupt Python install or...
Thanks, I appreciate the effort. I'll try installing it on my laptop machine when I get a chance. I have to update VS and a bunch of other stuff in...
Is there a way to have it respect blank lines? I tend not to use Fantomas because it didn't respect paragraph breaks last time I checked.
Stuff like this: ```fsharp let arrange itemWidth (getSize: 'i -> int * int) (canvasWidth, canvasHeight) (items: 'i list) : Rect list = let rec loop (left, top) bottom items rects...
Having a similar issue with Alt+`, which I've been using to switch between Japanese/English in IME/fcitx5 for decades. It's normally bound to "Walk Through Windows of Current Application", and even...