<jrayhawk>
Where are the Debian source packages for crystal?
laaron has joined #crystal-lang
ht_ has joined #crystal-lang
ua_ has joined #crystal-lang
ua has quit [Ping timeout: 248 seconds]
absolutejam2 has joined #crystal-lang
absolutejam2 has quit [Ping timeout: 248 seconds]
sorcus has joined #crystal-lang
absolutejam2 has joined #crystal-lang
absolutejam2 has quit [Ping timeout: 245 seconds]
_whitelogger has joined #crystal-lang
DTZUZO has quit [Ping timeout: 248 seconds]
_whitelogger has joined #crystal-lang
Groogy has joined #crystal-lang
<Groogy>
Yo! o/
literal has quit [Ping timeout: 245 seconds]
DTZUZO has joined #crystal-lang
DTZUZO has quit [Ping timeout: 245 seconds]
DTZUZO has joined #crystal-lang
<Groogy>
So I have `colors = data.colors.map { |c| Slice.new c, data.num_vertices }` but c is a pointer and might be null? and I would like as pretty code that skips those cases :/
<Groogy>
(code used to translate from third party C library to proper Crystal-esque objects)
<Groogy>
I'm guessing giving a Slice a null pointer is a nono
gangstacat has quit [Ping timeout: 252 seconds]
ua_ has quit [Ping timeout: 245 seconds]
gangstacat has joined #crystal-lang
rohitpaulk has joined #crystal-lang
rohitpaulk has quit [Remote host closed the connection]
<FromGitter>
<fernandes> @andrius see the tests on github.com/cable-cr/cable 😉
<FromGitter>
<andrius> @fernandes thanks, it looks interesting as alternative to ActionCable but the tests yeah looks better than I've created (as for now I just test against service in docker, while mocks would be way better)
<dingenskirchen>
neat, the bridge seems to work again