<FromGitter>
<galvertez> hey guys i made something that actually works for once https://github.com/galvertez/dict.cr ⏎ idk how useful it would actually be but as a non-developer slowly becoming a developer, it was kind of fun to build :D
<FromGitter>
<watzon> @galvertez looks good! Congrats on joining the Crystal community and creating your first shard.
<FromGitter>
<watzon> Here, take a star
<FromGitter>
<alex-lairan> @galvertez you are a developer.
ua has joined #crystal-lang
alex`` has quit [Ping timeout: 245 seconds]
alex`` has joined #crystal-lang
moei has joined #crystal-lang
<FromGitter>
<Yashko> Hey guys! I'm new to crystal and never tried ruby. Trying to build simple websocket server from the scratch (without kemal), is there examples?
ua has quit [Ping timeout: 245 seconds]
ua has joined #crystal-lang
<FromGitter>
<alex-lairan> Hi
<FromGitter>
<alex-lairan> You can found how to do inside the Kemal code
<FromGitter>
<r00ster91> Is there any difference between ⏎ ⏎ ```HTTP::Client.post("url.com/path", headers, json)``` ⏎ ⏎ ? The former fails `No address found for url.com/path:80 over TCP` but the latter works as expected. [https://gitter.im/crystal-lang/crystal?at=5cff9418b76eac527addd58b]
<FromGitter>
<Blacksmoke16> should be able to do like `if (t = @start_time) && t.is_a? Time`
<FromGitter>
<Blacksmoke16> because another fiber could change the ivar's value
<FromGitter>
<mavu> ahhh.. right. concurrency raises its ugly head again.
sz0 has quit [Quit: Connection closed for inactivity]
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
<FromGitter>
<bew> @mavu and crystal fills you with joy again, because it catches these things for you, before they crash your beloved program 😁
flaviodesousa has joined #crystal-lang
duane has quit [Ping timeout: 248 seconds]
duane has joined #crystal-lang
laaron has quit [Remote host closed the connection]
<FromGitter>
<malkomalko> Anybody upgrade to 10.15 beta yet? Everything works on latest crystal but seeing lots of warnings: `ld: warning: building for macOS, but linking in object file (_main.o) built for·`
laaron has joined #crystal-lang
<FromGitter>
<mavu> @bew true, very true. :)
duane has quit [Ping timeout: 272 seconds]
duane has joined #crystal-lang
yxhuvud has joined #crystal-lang
<FromGitter>
<bew> @malkomalko "... built for " what?
<FromGitter>
<z64> the examples purpose is just to show you how you can get an in-memory yaml string, or write it to disk ⏎ the two lines in each example aren't related
<FromGitter>
<mwlang> oh, wait...I guess it's showing two ways for each approach each time.