bgluzman
Results
2
issues of
bgluzman
zig-format-buffer calls revert-buffer which ends up terminating minor modes like lsp. By saving the minor-mode-list context and then restoring it after the revert-buffer call (along with setting the PRESERVE-MODES parameter...
From Exercise 11 onwards, I had to add this import to every file: ```haskell import qualified Data.Text as Text ``` And in Exercise 12, I had to add this import:...