<brendyn>micro`: In that video Andy manages to use the repl outside emacs without getting all this crap like "^[[D^[[D^[[D^[[D^B^[[D)" How does that work? <brendyn>When I use the repl I can't use the arrow keys. At least backspace works. <catonano>brendyn: and if you want to activate it automatically, without having to retype it at every REPL you launch, just paste those 2 lines in a .guile file in your home folder <catonano>you can do the same withh pretty printing ***C-Keen is now known as Guest41447
***Guest41447 is now known as C-Keen
<paroneayea>guess it's time to learn to use the guile-lib logging module <rekado>I just deployed my Guile web application on a server behind nginx ... and now I get an error when uploading files: ERROR: ERROR: R6RS exception: <rekado>ah, there's a backtrace when I run the server directly. <rekado>this happens when I do (bytevector->string bv "ISO-8859-1") <rekado>I'm using the bytevector->string procedure from (ice-9 iconv) <rekado>(this worked on my GuixSD laptop, but fails on the CentOS server in a Guix environment.) <rekado>the actual error was in using "string->bytevector" from (rnrs *) instead of (ice-9 iconv) <paroneayea>rekado: hm, differently calculated locales can cause problems, but I don't know enough to say helpful things beyond that <taylskid>is there a good collection of "easy" bugs a new developer could tackle? <davexunit>yeah we don't have bugs suitable for newcomers tagged in any way <davexunit>I've picked low-hanging fruit from a project or two before <taylskid>sorry had to relocate to another building on campus <ota>dsmith: your bugs list reference saved me for poking around to find something.