Andrey Listopadov

Results 306 comments of Andrey Listopadov

Running the `(dotimes [i 200000] (println i))` snippet results in a significant slowdown in the REPL, making emacs hang completely at some point (tested with `emacs -Q`). Doing a CPU...

It seems that spaces in targets aren't supported: ![image](https://user-images.githubusercontent.com/19470159/62851926-7a355800-bcf0-11e9-933f-f3c244ace382.png) Also, note orange `)`, might be some variable regex match? Here as well: ![image](https://user-images.githubusercontent.com/19470159/62852316-bcab6480-bcf1-11e9-97bf-96979df669aa.png) Other than that everything looks fine so...

```Makefile clean distclean: @echo "Cleaning common libraries.. ($(MAKECMDGOALS))" @for i in $(SUBDIRS); do \ $(MAKE) -C $$PWD/$$i $(MAKECMDGOALS); \ done $(MAKE) -C $$PWD/../tools $(MAKECMDGOALS); \ rm -rf build *.lock ```

About several formatting suggestions mentioned in reviews. Just wondering, why not set up git hooks or add file with rules for formatting program (clang-format for example). It works for such...

I like the idea, but most of my plugins, which added keybindings, either did it via user modes, or had a dedicated buffer for the plugin where I was free...

I've also noticed that `diff show-diff` command adds a flag column that has background color that doesn't match theme background.

sure. This is hand-constructed, but I've managed to reproduce the issue with it: [album.zip](https://github.com/Taiko2k/TauonMusicBox/files/13550024/album.zip) ![image](https://github.com/Taiko2k/TauonMusicBox/assets/19470159/9fc26933-7d47-447e-8ccf-1edca1472fcb) Strawberry (Clementine fork) shows it like this: ![image](https://github.com/Taiko2k/TauonMusicBox/assets/19470159/2ec20a35-de4f-4b19-a023-4b063cb489b0) but I know for sure that it...

I have updated to the 7.7.1 release and unfortunately the problem persists.

Note, [Borkdude's deps.add-lib](https://github.com/borkdude/deps.add-lib) works when `enrich-classpath` is `t`

I guess there are more problems than that. For instance, at work I regularly experience problems with downloading missing libraries through a proxy if I jack-in and some libraries are...