<FromGitter>
<Blacksmoke16> ill play around with it, might be something else
laaron- has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Client Quit]
laaron has joined #crystal-lang
JuanMiguel has joined #crystal-lang
JuanMiguel has quit [Remote host closed the connection]
lucasb has joined #crystal-lang
<FromGitter>
<Yashko> Hey guys, is there some tools for autocomplete? Bc not too convenient too check documentation on how to write some method etc ;d
<FromGitter>
<Blacksmoke16> like within your editor?
<FromGitter>
<Yashko> Any? eg VS code
<FromGitter>
<Blacksmoke16> sublime one has some stuff, but im not sure if its actually crystal autocomplete, or just so happens most ruby ones work as well
_whitelogger has joined #crystal-lang
return0e has quit [Ping timeout: 245 seconds]
* wuehlmaus
is still dreaming of icr completion :-)
<FromGitter>
<TheOnlyArtz> @Blacksmoke16 Did you try to see what you're getting from `CLIENT.get(...)...`?
<FromGitter>
<TheOnlyArtz> wrap it with `puts` and see
<FromGitter>
<Blacksmoke16> yea its not the right thing
<FromGitter>
<Blacksmoke16> working on debugging it more atm
<FromGitter>
<TheOnlyArtz> So it's an issue with the serialization
<FromGitter>
<Blacksmoke16> yea something is deff up, like i can add a puts in that controller and it never gets called
<FromGitter>
<Blacksmoke16> but running the spec file on its own works fine
<FromGitter>
<TheOnlyArtz> You're working with concurrency models, maybe something blocks it ?
<FromGitter>
<Blacksmoke16> possible, ill see what i can figure out
<FromGitter>
<Blacksmoke16> or something is conflicting
<FromGitter>
<Blacksmoke16> think it has something to do with the one spec that uses a diff config file
<FromGitter>
<Blacksmoke16> debug time :P
<FromGitter>
<TheOnlyArtz> Debug time means fun time