David Sánchez

Results 22 comments of David Sánchez

Does anybody know what course of action would be needed to implement this (besides translating the dictionary, of course)? I mean, in terms of modifying the source with minimal impact...

Looks like this `cc-wrapper` is causing this, I have checked the nixpkgs repo and it seems the problematic check is still there, but not sure how to solve it yet...

Yes! I'm using `bgcolor`. I commented out the `bgcolor` style option I had specified at the preamble and the problem disappeared. I'll check the `tcolorbox` option then, hope it is...

Hi guys, Just to let you know, I have been able to compile and run the starter project using GHC 8.10.7 on an M1. I used Cabal for building, had...

Hi @fjvallarino, yes, it's M1 native. The Monomer starter app (called only `app`) shows in Activity Monitor as being of Kind `Apple` (if using Rosetta, it would say `Intel`) ![image](https://user-images.githubusercontent.com/11422515/146196028-c7b4960f-be24-4cd9-b5e9-ef3a8913b9ca.png)...

Hi @DrearyLisper , I'm not sure and I'm currently away from home, but I'll try to check later. For reference, this is the setup that is currently working for me...

@DrearyLisper latest version, it's 13 from Homebrew. @simonmichael great to hear it's working with `stack` as well! I had switched to `cabal` because apparently `stack` was not using GHC for...

Not sure if this will work, but given that LLVM seems to be already in your `PATH`, have you tried setting up `LDFLAGS` and `CPPFLAGS` as the LLVM package for...

Hi, As far as I can tell, `programs.zsh.enableAutosuggestions` is an option from [`home-manager`](https://nix-community.github.io/home-manager/options.html#opt-programs.zsh.enableAutosuggestions), so only if you are using that you'll be able to use it. `nix-darwin` does not provide...

Oh I see! That was me not knowing enough about NixOs 😄, sorry for opening a kind of non-issue. I have checked the NixOs Manual and I saw that to...