<FromGitter>
<js:nil.im> interesting - I'm actually one of those having problem with reading black text on white (burns my eyes), so there is no one size fits all solution, I suppose
alexherbo2 has quit [Ping timeout: 260 seconds]
duane has quit [Ping timeout: 265 seconds]
duane has joined #crystal-lang
duane has quit [Remote host closed the connection]
_whitelogger has joined #crystal-lang
ua_ has quit [Ping timeout: 276 seconds]
ua_ has joined #crystal-lang
_whitelogger has joined #crystal-lang
alexherbo2 has joined #crystal-lang
hendursa1 has joined #crystal-lang
hendursaga has quit [Ping timeout: 268 seconds]
alexherbo24 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 245 seconds]
alexherbo24 is now known as alexherbo2
_ht has joined #crystal-lang
alexherbo28 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 264 seconds]
alexherbo28 is now known as alexherbo2
hightower4 has quit [Ping timeout: 245 seconds]
alexherbo24 has joined #crystal-lang
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo24 is now known as alexherbo2
alexherbo28 has joined #crystal-lang
alexherbo2 has quit [Ping timeout: 246 seconds]
alexherbo28 is now known as alexherbo2
alexherbo2 has quit [Read error: Connection reset by peer]
<FromGitter>
<oprypin:matrix.org> wish crystal's client was anything like this
<Stephie>
i've thought that many times
<Stephie>
i havent got around to putting in the design effort though
<Stephie>
it can be tricky to compose something high-level while keeping the low-level features that the current HTTP::Client has
<Stephie>
the interesting question is whether it can be done without a breaking change
<Stephie>
especially stuff like middleware which could be useful, especially for cookies
hendursa1 has quit [Quit: hendursa1]
hendursaga has joined #crystal-lang
<yxhuvud>
Argh. Where the heck am I waking that fiber except for the intended place?
<yxhuvud>
I've been stuck on this bug for weeks now :(
<straight-shoota>
oprypin, the API of HTTP::Client isn't even that different, is it?
<straight-shoota>
the implementation is a bit confusing, but that's internal details
<FromGitter>
<oprypin:matrix.org> here they are not internal, that's the difference
<straight-shoota>
Stephie, my concerns are not so much about design (I think I have a good concept for that, already partly implemented in a PR), but the hard part is a solid implementation for reusable connection
<straight-shoota>
*s
<straight-shoota>
but aren't those methods just get, exec(method), exec(request) ?
<FromGitter>
<oprypin:matrix.org> yea
<FromGitter>
<oprypin:matrix.org> hold up, hm maybe it is possible?