samth changed the topic of #racket to: Racket v7.3 has been released: https://blog.racket-lang.org/2019/05/racket-v7-3.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
efm has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
salinasc has joined #racket
<lavaflow> phI||Ip: you mean with racket/gui?
<lavaflow> anything that implements area-container<%> should let you set alignment: https://docs.racket-lang.org/gui/area-container___.html?q=frame%25#%28meth._%28%28%28lib._mred%2Fmain..rkt%29._area-container~3c~25~3e%29._set-alignment%29%29
<lavaflow> so for instance something like (new frame% [label "my window"] [alignment '(top left)])
<lavaflow> note that whatever you're putting in it might be set to do something like stretch horizontally and center itself, even if the enclosing frame is set to top-left, in such a way that your element will still appear centered.
<lavaflow> if that's the case, then stretchable-width on that child widget could be set to #f
libertyprime has joined #racket
salinasc has quit [Remote host closed the connection]
Nomenclatura has quit [Quit: q]
<phI||Ip> ty - I was thinking more like I could just layout buttons by setting top/left width/height kind of like visual basic
orivej has quit [Ping timeout: 245 seconds]
YuGiOhJCJ has quit [Ping timeout: 260 seconds]
YuGiOhJCJ has joined #racket
notzmv has joined #racket
libertyprime has quit [Ping timeout: 244 seconds]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
<lavaflow> I'm not familiar with how that system worked
<lavaflow> but you can probably re-implement it in racket if somebody else hasn't already
endobson has joined #racket
libertyprime has joined #racket
mzan has joined #racket
jao has quit [Ping timeout: 244 seconds]
vraid has quit [Ping timeout: 258 seconds]
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
endformationage has quit [Ping timeout: 245 seconds]
mzan has quit [Ping timeout: 244 seconds]
<lavaflow> how can I instantiate a module using its path name inside a namespace other than the current namespace, without requiring it into the current namespace?
manualcrank has quit [Quit: WeeChat 1.9.1]
<lavaflow> if I do (namespace-require '"foo.rkt" my-ns), that throws an error, then if I do (namespace-attach-module-declaration (current-namespace) '"scripts/query.rkt" my-ns) and (namespace-require '"foo.rkt" my-ns) again, it works
<lavaflow> but if I don't do the first namespace-require, the one that throws an error, then the subsequent expressions don't work.
<lavaflow> namespace-attach-module-declaration will complain that foo.rkt isn't declared in the current namespace
<lavaflow> okay I think I got it. I need to (dynamic-require "foo.rkt" #f) to declare it without instantiating it.
<lavaflow> I guess
<lavaflow> seems to work
iyzsong has joined #racket
reverse_light has joined #racket
endobson has joined #racket
dddddd has quit [Remote host closed the connection]
mzan has joined #racket
ubLIX has joined #racket
ArthurStrong has joined #racket
lockywolf has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
ArthurStrong has quit [Ping timeout: 246 seconds]
lockywolf has quit [Ping timeout: 258 seconds]
ng0 has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 258 seconds]
ArthurStrong has joined #racket
Fernando-Basso has joined #racket
orivej has joined #racket
diip has joined #racket
<diip> Hi
lockywolf has joined #racket
<diip> Is it possible to change 'doc-di from the home directory on Linux
<diip> 'doc-dir
<diip> especially for drracket
ubLIX has quit [Quit: ubLIX]
mzan has quit [Ping timeout: 245 seconds]
sudden has quit [Ping timeout: 258 seconds]
mzan has joined #racket
dddddd has joined #racket
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 246 seconds]
lockywolf_ has quit [Ping timeout: 246 seconds]
laxask has joined #racket
orivej has quit [Ping timeout: 246 seconds]
moldybits has quit [Quit: WeeChat 2.4]
<bremner> diip: do you mean for installing packages, or for things that come with racket?
moldybits has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #racket
<diip> I mean to store code in. I would like drracket to open a specialised racket directory rather than my home directory when I want to save
<diip> https://docs.racket-lang.org/reference/Filesystem.html#%28def._%28%28quote._~23~25kernel%29._find-system-path%29%29
lockywolf has joined #racket
<bremner> diip: afaik drracket relies on gtk file widget history?
orivej has quit [Ping timeout: 258 seconds]
<diip> yes, it seems to use gtk and gnome to open files
<diip> thanks
orivej has joined #racket
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 244 seconds]
jao has joined #racket
mzan has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 246 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
mSSM has joined #racket
iyzsong has quit [Ping timeout: 245 seconds]
ArthurStrong has quit [Remote host closed the connection]
endobson has joined #racket
jao has quit [Ping timeout: 245 seconds]
rushsteve1 has quit [Ping timeout: 258 seconds]
ziyourenxiang has quit [Ping timeout: 258 seconds]
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 244 seconds]
lockywolf__ has quit [Read error: Connection reset by peer]
lockywolf_ has joined #racket
englishm has quit [Excess Flood]
englishm has joined #racket
dustyweb has quit [Remote host closed the connection]
reverse_light has quit [Remote host closed the connection]
mzan has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Sgeo_ has joined #racket
Sgeo has quit [Ping timeout: 258 seconds]
lockywolf__ has joined #racket
chiefgoat has quit [Read error: Connection reset by peer]
chiefgoat has joined #racket
chiefgoat has quit [Read error: Connection reset by peer]
endformationage has joined #racket
lockywolf_ has quit [Ping timeout: 244 seconds]
jao has joined #racket
chiefgoat has joined #racket
Sgeo__ has joined #racket
Sgeo_ has quit [Ping timeout: 244 seconds]
orivej has joined #racket
Nomenclatura has joined #racket
ubLIX has joined #racket
efm has quit [Read error: Connection reset by peer]
lockywolf_ has joined #racket
lockywolf__ has quit [Ping timeout: 244 seconds]
englishm has quit [Excess Flood]
englishm has joined #racket
mzan has quit [Quit: Leaving]
manualcrank has joined #racket
Fare has joined #racket
Fare has quit [Ping timeout: 252 seconds]
Fare has joined #racket
Fernando-Basso has quit [Read error: Connection reset by peer]
Fare has quit [Ping timeout: 244 seconds]
Fare has joined #racket
ZombieChicken has joined #racket
<phI||Ip> how do I convert a datum to a string?
<phI||Ip> if I wanted to compare it to a string
ziyourenxiang has joined #racket
endobson has joined #racket
Fare has quit [Ping timeout: 258 seconds]
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Sgeo_ has joined #racket
Sgeo__ has quit [Ping timeout: 258 seconds]
ubLIX has quit [Quit: ubLIX]
Fare has joined #racket
<phI||Ip> I figured it out. I needed to crate an output string that I could write
notzmv has quit [Ping timeout: 246 seconds]
notzmv has joined #racket
FreeFull has quit []
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 246 seconds]
lockywolf__ has quit [Ping timeout: 246 seconds]
diip has quit [Ping timeout: 245 seconds]
travishinkelman has joined #racket