John Axel Eriksson

Results 40 comments of John Axel Eriksson

Yeah I also have this problem. Emacs is fine in termite for example.

There's a PR here with an example of how to set it up: https://github.com/nushell/nu_scripts/pull/272

So this may have been because I was running from emacs master. Switching to the latest tag enables a working vterm in tui-mode again. Perhaps we can close this?

So I suppose this could actually be related to running the PGTK variant of emacs. In that version vterm works in GUI-mode (though feels a bit sluggish) but crashes emacs...

You can easily just do what I do: ```elisp (customize-set-variable 'nix-nixfmt-bin "nixpkgs-fmt") ```

@phillebaba I think you're right. We've not seen any crashes, recently anyway, when creating only a single cluster.

@leafo @DorianGray @ajacksified Some shameless self-promotion here but you might want to look at https://github.com/johnae/spook It is a relatively new project, works a bit like guard (ruby). It's written mostly...

I guess there's `customTypes` for this which could probably be used to dynamically define modules from yaml but defining the module doesn't seem to do much (seems to basically still...

@zimbatm Assume the build failure on staging is similar/same as this: https://github.com/moby/hyperkit/issues/170 Other similar issues: https://github.com/moby/hyperkit/issues?utf8=%E2%9C%93&q=has+incomplete+type

@dieggsy This illustrates the problem for me: ```elisp (eval-and-compile (require 'package) (package-initialize) (require 'use-package) ) (use-package evil :ensure t :init (setq evil-want-keybinding nil) :config (evil-mode 1) ) (use-package evil-collection :ensure...