miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
revtintin has quit [Quit: WeeChat 1.9.1]
lockywolf__ has joined #racket
dimitarvp has joined #racket
ubLIX has joined #racket
sagax has quit [Ping timeout: 258 seconds]
dimitarvp has quit [Quit: Bye]
FreeFull has joined #racket
orivej has joined #racket
_whitelogger has joined #racket
dddddd has joined #racket
dustyweb has quit [Ping timeout: 268 seconds]
soegaard has joined #racket
Sgeo_ has joined #racket
<afidegnum>
hi
Sgeo__ has quit [Ping timeout: 248 seconds]
ubLIX has quit [Quit: ubLIX]
orivej has quit [Ping timeout: 245 seconds]
dustyweb has joined #racket
orivej has joined #racket
lockywolf_ has joined #racket
lockywolf__ has quit [Ping timeout: 244 seconds]
soegaard has quit [Quit: soegaard]
<__Myst__>
https://dpaste.de/76si <-- why does this code randomly fail with "input port is closed"?
ZombieChicken has quit [Ping timeout: 245 seconds]
GoldRin has joined #racket
Arcaelyx has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
ubLIX has joined #racket
_whitelogger has joined #racket
jcowan has joined #racket
<efm>
__Myst__: have you tried it splitting out http-conn-send! and http-conn-recv! ? My guess is, the connection is failing in some what you're not seeing.
dustyweb has quit [Remote host closed the connection]
dustyweb has joined #racket
endformationage has joined #racket
<technomancy>
dustyweb: did you ever end up doing an activitypub client in racket?
<dustyweb>
technomancy: not really, I built some prototypes
<dustyweb>
technomancy: I had to use a single racket text editor instance as the whole string
<dustyweb>
er
<dustyweb>
as the whole stream
<dustyweb>
and I made it immutable
<dustyweb>
and put *all* the posts in it
<dustyweb>
it was the only way I could mark up text
<technomancy>
hah, dang. but the non-gui bits could be used for a bot or something maybe?
soegaard has joined #racket
efm has joined #racket
dustyweb has quit [Remote host closed the connection]
dustyweb has joined #racket
ArneBab has joined #racket
sagax has joined #racket
ziyourenxiang_ has quit [Ping timeout: 246 seconds]
<__Myst__>
efm: where should i check then?
miskatonic has joined #racket
mSSM has joined #racket
ubLIX has quit [Quit: ubLIX]
soegaard has quit [Quit: soegaard]
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
hyuke has joined #racket
Sgeo_ has joined #racket
Sgeo__ has quit [Ping timeout: 246 seconds]
soegaard has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
zipper has joined #racket
sauvin has quit [Ping timeout: 268 seconds]
sauvin has joined #racket
sauvin has quit [Ping timeout: 245 seconds]
sauvin has joined #racket
vraid has quit [Disconnected by services]
vraid has joined #racket
manualcrank has joined #racket
ubLIX has joined #racket
jao has joined #racket
ym has quit [Quit: Leaving]
efm has quit [Ping timeout: 248 seconds]
efm has joined #racket
zipper has quit [Quit: WeeChat 2.5]
soegaard has quit [Quit: soegaard]
ym555 has joined #racket
rlp10 has joined #racket
<rlp10>
I want a language like scribble/text but with one additional function. However if I (require scribble/text) and (provide (all-from-out scribble/text)), it doesn't seem to work.
<rlp10>
Is there something special I have to do to provide its #%module-begin etc?