tgbugs has joined #racket
libertyprime has joined #racket
szkl has quit [Quit: Connection closed for inactivity]
badkins has joined #racket
ur5us_ has joined #racket
monkey_` has joined #racket
monkey_` has quit [Remote host closed the connection]
morte_ has joined #racket
lowak has quit [Remote host closed the connection]
lowak has joined #racket
morte_ has quit [Ping timeout: 268 seconds]
capfredf has joined #racket
badkins has quit [Remote host closed the connection]
monkey_ has quit [Remote host closed the connection]
terrorjack has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack has joined #racket
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
kengruven has joined #racket
capfredf has quit [Ping timeout: 256 seconds]
capfredf has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
capfredf has quit [Ping timeout: 268 seconds]
countvajhula has quit [Ping timeout: 260 seconds]
countvajhula has joined #racket
ur5us_ has quit [Ping timeout: 268 seconds]
badkins has joined #racket
countvajhula has quit [Ping timeout: 268 seconds]
badkins has quit [Ping timeout: 260 seconds]
countvajhula has joined #racket
capfredf has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
countvajhula has quit [Ping timeout: 260 seconds]
lortabac has joined #racket
countvajhula has joined #racket
libertyprime has quit [Ping timeout: 248 seconds]
countvajhula has quit [Ping timeout: 268 seconds]
libertyprime has joined #racket
capfredf has quit [Ping timeout: 256 seconds]
skapata has quit [Remote host closed the connection]
badkins has joined #racket
capfredf has joined #racket
s-liao has joined #racket
badkins has quit [Ping timeout: 240 seconds]
Avichi has joined #racket
m1dnight has quit [Quit: WeeChat 3.5]
m1dnight has joined #racket
Avichi has quit [Ping timeout: 250 seconds]
Avichi has joined #racket
capfredf has quit [Ping timeout: 256 seconds]
s-liao has quit [Quit: Client closed]
TCZ has joined #racket
TCZ is now known as unemployed_loser
capfredf has joined #racket
unemployed_loser is now known as employed_winner
s-liao has joined #racket
lowak_ has joined #racket
capfredf has quit [Remote host closed the connection]
lowak has quit [Ping timeout: 240 seconds]
employed_winner has quit [Quit: Leaving]
capfredf has joined #racket
TCZ has joined #racket
msiism has joined #racket
<msiism> I've put together a little file I/O or primitive database experiment: https://paste.debian.net/plainh/85471c80
<msiism> Now, I wonder whether I should rather do the type conversion of the values in the hash table without side effects. I think I'd like that better.
kengruven has quit [Remote host closed the connection]
kengruven has joined #racket
mon_aaraj has quit [Ping timeout: 246 seconds]
kengruven has quit [Ping timeout: 268 seconds]
mon_aaraj has joined #racket
s-liao has quit [Ping timeout: 250 seconds]
mon_aaraj has quit [Ping timeout: 272 seconds]
mon_aaraj has joined #racket
livoreno has joined #racket
s-liao has joined #racket
TCZ has quit [Quit: Leaving]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
mon_aaraj has quit [Ping timeout: 248 seconds]
mon_aaraj has joined #racket
s-liao has quit [Quit: Client closed]
badkins has joined #racket
xgqt has quit [Ping timeout: 260 seconds]
xgqt has joined #racket
lortabac has quit [Quit: WeeChat 2.8]
livoreno has quit [Ping timeout: 248 seconds]
libertyprime has quit [Quit: leaving]
Catie has joined #racket
badkins has quit [Remote host closed the connection]
tarod16 has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
tarod16 has quit [Ping timeout: 248 seconds]
tarod16 has joined #racket
tarod16 has quit [Ping timeout: 268 seconds]
tarod16 has joined #racket
<nihilazo> can racket/gui make a file chooser window? I can't see one in the docs
codingquark has quit [Read error: Connection reset by peer]
codingquark has joined #racket
ermo has quit [Quit: ZNC 1.8.2 - https://znc.in]
<msiism> I haven't done anything with GUIs in Racket, but my guess is that you would use the list-box widget for that.
ec has joined #racket
<msiism> I guess, getting the list of files to choose from would then have to be handled in the definition of `choices`.
<samth> nihilazo: see https://docs.racket-lang.org/gui/Windowing_Functions.html#%28def._%28%28lib._mred%2Fmain..rkt%29._get-file%29%29
<msiism> Interesting.
ermo has joined #racket
badkins has joined #racket
<nihilazo> thanks samth
<samth> that documentation links to lots of other things, such as get-directory, or the path-dialog% class
skapata has joined #racket
skapata has joined #racket
skapata has quit [Changing host]
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
mon_aaraj has quit [Ping timeout: 248 seconds]
tarod16 has quit [Remote host closed the connection]
mon_aaraj has joined #racket
morte_ has joined #racket
mon_aaraj has quit [Ping timeout: 268 seconds]
mon_aaraj has joined #racket
badkins has quit [Remote host closed the connection]
snits has quit [Ping timeout: 248 seconds]
snits has joined #racket
badkins has joined #racket
TCZ has joined #racket
rekahsoft has joined #racket
rekahsoft has quit [Remote host closed the connection]
<nihilazo> OK, I'm having a problem with (get-file), I've specified '(("*.dbn" "Dots and Boxes Notation")) as a filter and in the file dialog it's showing it as a filter but I can't see or select files with the .dbn extension
kengruven has joined #racket
kengruven has quit [Ping timeout: 268 seconds]
tarod16 has joined #racket
<msiism> Maybe a larger chunk of the relevant code and a demo of how it doesn't work would help here.
<nihilazo> I'm scared to share the larger code because it's terribly hacky, I've just left the filter out for now
<nihilazo> nobody but me will ever use this, anyways
<msiism> No worries, I've been sharing hacky code in this channel several times.
rekahsoft has joined #racket
dbohdan3 has quit [Ping timeout: 240 seconds]
dbohdan has joined #racket
ur5us_ has joined #racket
<samth> nihilazo: I think you want '(("Dots and Boxes Notation" "*.dbn"))
<samth> that is, the other way around
<nihilazo> oh, let me try that
tarod16 has quit [Read error: Connection reset by peer]
tarod16 has joined #racket
<nihilazo> that works, thanks
<nihilazo> can't believe I made such an obvious mistake
<samth> we all do it
capfredf has quit [Remote host closed the connection]
tarod16 has quit [Ping timeout: 256 seconds]
tarod16 has joined #racket
tarod16 has quit [Read error: Connection reset by peer]
tarod16 has joined #racket
tarod16 has quit [Read error: Connection reset by peer]
tarod16 has joined #racket
mon_aaraj has quit [Ping timeout: 248 seconds]
rgherdt has joined #racket
mon_aaraj has joined #racket
morte_ has quit [Ping timeout: 260 seconds]
msiism has left #racket [Konversation vaporized.]
badkins has quit [Remote host closed the connection]
mon_aaraj has quit [Ping timeout: 256 seconds]
mon_aaraj has joined #racket
badkins has joined #racket
capfredf has joined #racket
TCZ has quit [Quit: Leaving]
tarod16 has quit [Remote host closed the connection]
badkins has quit [Remote host closed the connection]
capfredf has quit [Remote host closed the connection]
ec has quit [Quit: ec]
capfredf has joined #racket