IRC channel logs

2026-05-25.log

back to list of logs

<apteryx>is it expected that using http-post with a Content-Type header causes two Content-Type headers to be sent? the guile implicit (?) Content-Type: text/plain;charset=utf-8 as well as mine, Content-Type: application/x-www-form-urlencoded
<apteryx>(seen in wireshark)
<apteryx>ah, because I send a plain string as the body instead of a bytevector, I think
<cbaines>is there anything more that needs doing before https://codeberg.org/guile/guile/pulls/95 can be merged?
<old>cbaines: I'll make a last pass on it and merge it after
<kurkumat>what is the intent behind ,inspect command in REPL?
<mwette>kurkumat: hmm, never used that, but at the inspect prompt you can type "help"; it does not seem to offer much more than already provided
<kurkumat>seems like it ignores value-history and can be used when the history is disabled to run ,x ,pp on a value computed once, I think it could have been a little funnier though