Aleix Conchillo Flaqué
Aleix Conchillo Flaqué
PR #53 is now rebased and ready. You should be able to use `./configure --with-libevent=yes`. I would be very interested to learn if it works. Thanks!
I'm closing this now since this is being addressed already in #53. In the future we should add `kqueue` support which is native to NetBSD.
Oh, so sorry I missed your message somehow. Yeah...I think the issue is that the extension is installed in ``` /gnu/store/2s8q7mirdzr6sllb2cpidxhlhrvb77fm-guile-ssh-git/lib/guile/3.0/extensions ``` I'm not sure how `guix` solves this (not...
> @aconchillo May you share brew's formula of the guile-ssh package? This issue can be solved on the package side instead of library. > Sorry! Completely missed this. Yes, that's...
Hi @mbcladwell ! The past couple of years I have only been using macOS, but I'm back at Linux now. I haven't used Guix at all lately so that's why...
Thank you for reporting this! I've been doing lots of updates to the packages making sure we have working bottles for Apple Silicon. I'm still missing a few, `skribilo` included,...
Finally fixed with https://github.com/aconchillo/homebrew-guile/pull/247
> ...aaand we've got our first `autopep8` fight. I can see the changes that the linter wants, but even when I explicitly "format document" with autopep8 in VS code, it...
@chadbailey59 Configure your VSCode autopep8 extension with these arguments:  Also, enable formatting on save (check the extension documentation for how to do it).
I'll update the hacking section of the README with these VS Code requirements.