Frank Blendinger

Results 18 comments of Frank Blendinger

Just as a reminder, the exercise text currently states that: > Single-threaded (non-concurrent) solutions can pass all tests [but the last.](https://www.youtube.com/watch?v=mJZZNHekEQw) Your solution will be tested for concurrency by submitting...

Can you give me a hint where I can the find the text for the exercise? I assumed it would be in this repository, but I have cloned it and...

Ah, it was in a hidden directory, so I didn't find it with a simple `rg`. Good to know. Anyway, I've created a PR. Not sure if the linked resources...

There seems to be a general issue with "special windows": nvim-tree, quickfix/location list, help, etc. When you try to maximize those, they disappear and the last "real" (file/buffer) window gets...

I tried to investigate a bit, but I didn't come that far (I basically have zero experience with nvim plugin development). Still, what I found out: - closing of non-file...

It does not seem to happen for all files, but I found one that cause me trouble: ```haskell module DNA (nucleotideCounts, Nucleotide (..)) where import Data.List (group, sort) import Data.Map...

I tried to use the minimal config from here: https://github.com/JoosepAlviste/nvim-ts-context-commentstring/blob/main/utils/minimal_init.lua ~But this does not seem to load `ts-context-commentstring`, only treesitter.~ _Update: works just fine._ Indeed there are no issues with...

Seems to be fixed, thank you, @JoosepAlviste!