Torstein Sørnes
Torstein Sørnes
(The problem with using `--mypy-config` is that is does NOT work in subdirectories)
Have also tried adding this to `setup.cfg`, without luck: ``` #[mypy] #python_version = 3.7 ```
 Have tried restarting both dante and emacs.
Perhaps we could automated that based on the path of the current buffer file? If "test" in project path then set Dante target to test.. Or would that conflict with...
I also have this problem. Spacemacs.
As I just found out, both LLVM and the Interpreter gives the correct results when run with a different stack-yaml and `.stack.work`, that is, switching from [this stack-yaml](https://github.com/tsoernes/haskelldca/blob/acfe3131334d6fa9ef5d6e39b4809374201c81b9/stack.yaml) to this...
Should I try to delete `.stack-work`? I recompiled all the accelerate+llvm packages today (same flags) for the debug build, but still get the same result.
I get the same with Python 3.7.
That is the entirety of my configuration, in addition to: `packages.el`: ``` ;; -*- no-byte-compile: t; -*- ;;; .doom.d/packages.el (package! winum) (package! evil-matchit) (package! ripgrep) (package! deadgrep) (package! color-theme-modern) (package!...
I'm still struggling with a couple of symbols. I got: ``` URxvt.font: xft:Liberation Mono for Powerline:antialias=true:hinting=true:pixelsize=22:minspace=false, xft:DejaVu Sans:pixelsize=22 URxvt.boldFont: xft:Liberation Mono for Powerline:antialias=true:hinting=true:pixelsize=22:weight=bold, xft:DejaVu Sans:pixelsize=22:weight=bold URxvt.xftAntialias: true URxvt.xftHinting: true URxvt.letterSpace:...