Jonathan Birk
Jonathan Birk
I mounted a remote directory via SSHFS-Win (V2.7.17334) and WinFsp (2019.2). Now when i open the first file in the mounted directory everything i tried worked as expected. Opening, writing,...
## What GitHub issue does this PR apply to? None ## What changed and why? - Merge the views for language reference & comparision to reduce code duplication across them...
### Repro - start sway - run alacritty through a keybind - create a second window (brave or firefox in my case) - rapidly resize the alacritty & other windows...
While writing a book the mdbook tutorial shows the option to have chapters appear in the summary while no files for them beeing created yet by using `- [chapter]()` but...
The example given on the problem description is not solved by either solution in [examples](https://github.com/exercism/haskell/tree/main/exercises/practice/word-count/.meta/examples) when run on the instruction sample: `"That's the password: 'PASSWORD 123'!", cried the Special Agent.\nSo...
# Expected Behavior The exeception handling structure is useful for all kinds of exception handling. # Actual Behavior Exception handling as it currently is implemeneted is only useful for 'try…catch'...
# Expected Behavior Syntax highlighting does a good job and highlights strings, variables, function/method calls, # Actual Behavior Only a few keywords and strings are highlighted, the strings barely noticable....
# Expected Behavior I can select language, version and structure triples that are not available yet as reference to generate a template. The button should change from `Go ->` to...
Maybe it's just me overlooking something but both traits in `nvim_types::conversion` are just a specialized version of `TryFrom`/`TryInto`. Is there a technical reason? Else I suggest to rewrite conversion.rs to...
When i run HLint v3.2.7 on ``` main = forever $ putChar 'a' where forever a = a >> forever a ``` it tells me i can drop `a >>`...