Results 20 comments of Danil Guskov

I can tell that `exwm` worked fine in commit: https://github.com/emacs-ng/emacs-ng/commit/cdb88483ac932cb8109fc24287bfc80e4c661b67 There are a lot of changes between this commit and the last one. `emacs-ng` builds takes a long enough time...

eglot works through jsonrpc, two of its methods do not work correctly in remacs: https://github.com/emacsmirror/jsonrpc/blob/master/jsonrpc.el#L473 https://github.com/emacsmirror/jsonrpc/blob/master/jsonrpc.el#L484

It would be great if you port this functionality.

```bash -S, --split-string=S process and split S into separate arguments; used to pass multiple arguments on shebang lines ```

This happens at the time of closing the iedriver: ```bash # ... driver.quit() ``` As a result, the container is not removed.

Yes, I think this is the right decision. This library will no longer be developed

Why not just make it an `architecture` parameter? like `dockerTools` does: https://ryantm.github.io/nixpkgs/builders/images/dockertools : ``` architecture is optional and used to specify the image architecture, this is useful for multi-architecture builds...

> Why not just make it an `architecture` parameter? like `dockerTools` does: https://ryantm.github.io/nixpkgs/builders/images/dockertools : > > ``` > architecture is optional and used to specify the image architecture, this >...

> @guskovd I don't think it is currently possible but we could add the argument `nixMode` (such as already existing `nixUid/nixGid` arguements). That would be great!