Mihail Ivanchev

Results 134 comments of Mihail Ivanchev

Hey, currently it uses a lot of Docker, yeah, mainly because it makes it easier to build on remote servers which I also recommend to you (takes forever, more cores,...

I would consider this, it's a good suggestion. Perhaps there is also a comparable libstdc++? The issue I see is that there will be a C/C++ std lib in every...

Seconding this, it's hard to maintain packages without a release version available. Please provide one.

Maybe try a very simple C build to isolate whether alsa is really the issue before doing complex integrated builds.

Sorry to nag again @scymtym but could you also tag it 🤭

Ah, OK, that's the next release, great, thanks.

No, this is also controlled by Notepad++ and I believe well outside the scope of the plugin API. It could be emulated by saving the previous content and restoring it...

Проблем сдесь: `/home/*.local/bin/..`. В команды `docker build` ты наверно неправильно задал аргумент `PREFIX`. Если хочешь разпаковать в `/home/my-username/.local`, задай `docker build --build-arg PREFIX=/home/my-username/.local`. >P.S. Статически-слинкованый wine мне требуется для запуска...

I just tried :configleaf { :namespace "foo.bar" } (string instead of a symbol) and that worked fine. Wrong documentation or an issue?

Sorry for letting you wait for 17 days... yes, {:namespace foo.bar} and {:namespace "foo.bar"} both work OK. I suggest you adjust the docs and then close the ticket :)