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." <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 <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 <mwette>one way to debug syntax-rules is to quote the replacement (i.e., '(ppat ...) instead of (ppat ...)) <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 <amz3>kristofer: looking at your code, I see nothing wrong <amz3>but I am too tired to try yet now <sneek>daviid, ArneBab says: I think the second <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 ...