<FromGitter>
<mattrberry> > `property` is also a macro. This makes even less sense ⏎ ⏎ I didn't want to redefine the property macro, but rather to just append to it :p
<FromGitter>
<Blacksmoke16> if one of those implementations works well for you, then id just use that. otherwise, afaik, there hasn't been active dev on porting that (or other stuff from those issues) to the stdlib. Its deff an area that can be improved
<FromGitter>
<Blacksmoke16> im not sure what the status of the redesign discussion is at either. Not something that can just be implemented w/o considering its impact the `HTTP::Client` and such as a whole
ur5us_ has joined #crystal-lang
Guest35 has joined #crystal-lang
Guest35 has left #crystal-lang [#crystal-lang]
mikko has quit [Quit: WeeChat 2.7.1]
mikko has joined #crystal-lang
ur5us_ has quit [Ping timeout: 240 seconds]
debayer9 has joined #crystal-lang
debayer94 has joined #crystal-lang
debayer9 has quit [Ping timeout: 256 seconds]
debayer94 is now known as debayer9
debayer9 has quit [Remote host closed the connection]
debayer9 has joined #crystal-lang
debayer9 has quit [Ping timeout: 240 seconds]
debayer9 has joined #crystal-lang
debayer9 has quit [Ping timeout: 240 seconds]
debayer9 has joined #crystal-lang
debayer9 has quit [Ping timeout: 256 seconds]
debayer9 has joined #crystal-lang
debayer9 has quit [Remote host closed the connection]
debayer9 has joined #crystal-lang
debayer9 has quit [Ping timeout: 240 seconds]
debayer9 has joined #crystal-lang
debayer9 has quit [Ping timeout: 240 seconds]
<Elouin>
Hi, How do i append a string to a text file? I tried write with `mode="a+"`, but that doesnt seem to work(overwrites the content).
<FromGitter>
<Blacksmoke16> `mode: "a+"` not `=`
<FromGitter>
<Blacksmoke16> otherwise you're creating a local var, assigning `"a+"` to it and pass it as the next positional arg
brw has quit [Ping timeout: 250 seconds]
brw has joined #crystal-lang
<Elouin>
Ahh, right, sry.
<Elouin>
Long day. ^^'
<FromGitter>
<Blacksmoke16> np
<Elouin>
Thanks!
<FromGitter>
<deiv> Hi, compiling crystal version 1.3.0 in debian testing/unstable, introduces the next error: