IRC channel logs

2017-12-09.log

back to list of logs

<daviid`>is this correct english: "... each channel holds on specific information." or should it be "... each channel holds on to specific information."
<amz3>hi
<janneke>hey amz3
<janneke>hmm...
<janneke>ice-9/psyntax.scm:1558:32: In procedure expand-macro:
<janneke>ice-9/psyntax.scm:1558:32: Syntax error:
<janneke>unknown location: segment matching not implemented pattern
<janneke>never really know what to do best with `unknown location' errors
<ArneBab>sneek: later tell daviid: I think the second
<sneek>Will do.
<laggy_wifi_>would "optdepend = guile: for use with Guile bindings" be where i aquire the dependancy for /usr/lib/guile/2.2/guile-gnutls-v-2.so.0.0.0>libguile-2.2.so.1
<janneke>any syntax-rules gurus here who want to help debug: http://paste.debian.net/999958/
<mwette>one way to debug syntax-rules is to quote the replacement (i.e., '(ppat ...) instead of (ppat ...))
<janneke>mwette: thanks, that's a nice hint
<kristofer>happy saturday!
<mwette>same to you
<kristofer>I'm still trying to figure out how to read the body of a POST request to the web server. My form has two fields. I can process the request, and there is a body, but it appears to be an empty bv
<amz3>kristofer: can you push your code somewhere?
<kristofer>amz3: I have been using (tekuti request) for guidance. request-form-data fails because body is #<eof> in the (string-null? body) predicate
<kristofer>it should contain post data from the form I believe
<kristofer> https://www.paste.org/89094
<amz3>kristofer: looking at your code, I see nothing wrong
<amz3>but I am too tired to try yet now
<amz3>maybe later tomorrow
<manumanumanu>Good evening
<daviid>hello guilers!
<sneek>daviid, you have 1 message.
<sneek>daviid, ArneBab says: I think the second
<daviid>ok
<daviid>ArneBab: tx
<daviid>rekado_: hello! one last but not least thing to do as part of packaging guile-cv for guix is we have to patch guile itself, as described here https://www.gnu.org/software/guile-cv/manual/html_node/Configuring-Guile_0027s-repl_002dprint-procedure.html#Configuring-Guile_0027s-repl_002dprint-procedure
<daviid>rekado_: otherwise, guile-cv is simply unusable. after that, there still is a problem when guile raises an exception that 'involve' a guile-cv image, not much you can do but killing your repl, start and ebug using a 'fake' tiny image (even made by hand), then when things are ok, try on 'real' images again ...
<daviid>till guile has a way to configure both the repl and the raise exception system so it does try to print long list, vectors, srfi-4 bytevectors ...
<daviid>anyone has experiece with IPFS? being curious ...