Pat McGee

Results 9 comments of Pat McGee

@lebensterben no worries - when reading through the history around these issues i've learned terminals are a bit of a nightmare yup when i run `M-x evil-terminal-cursor-changer-deactivate` the problem goes...

@lebensterben yeah i've been looking into that and something seems to be up w/ env vars being set from my `.spacemacs.env` file I have the following relevant entries: ``` TERM=xterm-256color...

@lebensterben hm tried that and no luck - getting error when i try to call that function there `(Spacemacs) Error in dotspacemacs/user-init: Symbol’s function definition is void: exec-path-from-shell-initialize`

@lebensterben ok after doing that the error is gone but the original issue still happens and `getenv` for `TERM` still returns `dumb` if this helps at all - when i...

FWIW I'm seeing this happen the first time I try to open a file with the client after starting the daemon, but subsequent opens work as expected

Like the idea, but also understand wanting to keep things simple. I'm personally interested in just swapping in and/or adding a custom smart cropping solution - I've trained some Haar...

ah thank you @n0vad3v this did indeed resolve the error when i updated my example repo 👍

Ran into the same issue. Was able to get around it by mounting the route above the Devise scope

@fnicastri yeah was hitting the same thing - after doing some digging it appears that MIX_QUIET=1 still emits some warnings during compilation .e.g. ``` > MIX_QUIET=1 mix compile ==> package...