IRC channel logs

2024-09-13.log

back to list of logs

<cow_2001>hmm... if i am several layers of error prompts deep, how do i quit all of them instead of running ,q or C-d several times?
<cow_2001>all of them in one command, that is
<apteryx>is there some Guile library to produce a clean/simple looking resume/CV?
<apteryx>(guile-cv is for computer vision ^^)
<ArneBab>sneek: later tell civodul: so you mean *others* should apply for a 6 hour maintenance grant to better distribute responisibilities?
<sneek>Will do.
<ArneBab>sneek: botsnack
<sneek>:)
<lilyp>apteryx: for web purposes or for print? I'd use latex for the latter, but YMMV
<apteryx>for sharing by email or hosting or a personal website... a PDF is fine
<apteryx>host on*
<apteryx>I currently ended up going with an org-mode -> latex solution: https://jiewawa.me/2022/03/writing-a-simple-cv-in-org-mode/
<apteryx>it's quite simple, but the text in the table unfortunately requires manual flowing the text, at least I haven't found a nice way, especially since I use lists in the cell (which are not translated to LaTeX lists by the exporter)
<apteryx>lilyp: ^
<old>sneek: later tell apteryx, not Guile. But I used Inkscape to make my CV. You could do the same with Guile since it can generate XML and Inkscape is basically a GUI for SVG
<sneek>Will do.
<old>sneek: later tell apteryx, one could do a high level concept around that and I call it guile-resume I guess
<sneek>Got it.
<old>sneek: later tell civodul "it’s more about distributing responsibilities and rotating" have you not found peoples for filling this role?
<sneek>Will do.
<dadinn>hi all
<dadinn>is there a language server for guile?
<dadinn>I saw this one: https://github.com/Johni0702/guile-language-server
<dadinn>Does anybody use it?
<dadinn>I use Emacs, and it would be great to find something which supports proper jump-to-definition, find-usages, renaming bindings, etc.
<morenonatural>dadinn, I tried https://codeberg.org/rgherdt/scheme-lsp-server but stopped using it because a) without guix is hard to install b) didn't get much completions or checks
<dadinn>morenonatural looks like that one has at least been updated past 5 months, though it is quite general, tries to support all schemes. The one I looked at claims to be Guile-specific
<robin> https://github.com/ecraven/r7rs-swank might be worth trying as a geiser alternative
<robin>(makes scheme implementations usable with SLIME)
<robin>(and SLY maybe?)