Timmy Jose
Timmy Jose
Not apropos, but the part on implementing a custom `Writer` was super useful for me. Thanks!
> Does it just contain snippets and simple explanations for common things? Like "Loops, iteration, mapping" in the LISP example you posted? Yes! That's exactly what it is. Some examples...
@MitchBradley @quozl Thank you! I was able to locate it on melpa as well, so it should be easy to set it up. And @quozl, that snippet will come in...
@MitchBradley Wow, that is quite something indeed. I must confess I don't understand most of it, but I can pick and incorporate some useful tidbits from there as I progress...
Same issue, different reasons here (macOS Mojave): ``` ~:$ cabal install liquid-platform Resolving dependencies... cabal: Could not resolve dependencies: [__0] trying: liquid-platform-0.8.10.2 (user goal) [__1] trying: process-1.6.9.0/installed-1.6.9.0 (dependency of liquid-platform)...
I have almost the same colour mode as you, and I agree - it's unreadable, especially since it affects the inputs in the REPL as well.
Unstarred this repo precisely because of that. I'm still stuck on `AutoPairsInsert`. Damn it.
I'm using the following version of vim on macOS: ``` ~/:$ vim --version VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr 22 2021 19:39:30) ``` I managed to...
This is rather strange. My init file is here - https://github.com/timmyjose-config/dotfiles/blob/master/init.vim. It works fine without switching `indent` off.
@ice1000 I recall a similar issue for macOS which was fixed in this PR - https://github.com/edwinb/Idris2/pull/210/files. I'm wondering whether the Makefile is getting confused and producing a `dll` instead of...