Danil Guskov
Danil Guskov
I was unable to run exwm on the latest version of emacs-ng. When I start the X server, I see a white screen
same as https://github.com/remacs/remacs/issues/1562 Debugger entered--Lisp error: (wrong-number-of-arguments (4 . 5) 0) eglot() eval((eglot) nil) eval-expression((eglot) nil nil 127) funcall-interactively(eval-expression (eglot) nil nil 127) #(eval-expression nil nil) apply(# eval-expression (nil nil))...
In the current implementation, the driver port inside the container is hardcoded. Therefore, it is not possible to run the container on the network host I think this behavior can...
I really like how the installation of packages in Nix is implemented. Are there any plans to support packages in Mac OS without Docker?
in main: dog.spea~ lib.rs ```rust pub trait Animal { fn animal_type(&self) -> &str; fn noise(&self) -> &str; } pub struct Dog {} impl Animal for Dog { fn animal_type(&self) ->...
It seems to me that rerun for the opencv crate works too often. Rebuild takes a lot of time Therefore, I would like to be able to disable the call...
There is a cool feature in in env (GNU coreutils) 8.30: ```bash $ env --help Usage: /hab/bin/env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...] Set each NAME to VALUE in the environment...
Full selenoid log: ```bash 2018/10/20 13:47:41 [-] [INIT] [Loading configuration files...] 2018/10/20 13:47:41 [-] [INIT] [Loaded configuration from /hab/svc/selenoid/config/browsers.json] 2018/10/20 13:47:41 [-] [INIT] [Using default containers log configuration because of:...