<watzon>
The slug was auto generated from the title using the new `Cadmium::Transliterator.parameterize`
HumanG33k has quit [Remote host closed the connection]
HumanG33k has joined #crystal-lang
<oz>
nice ππ»
blackbeard420 has left #crystal-lang ["WeeChat 2.8-dev"]
alexherbo2 has quit [Ping timeout: 256 seconds]
blueberrypie has quit [Quit: Ping timeout (120 seconds)]
blueberrypie has joined #crystal-lang
<FromGitter>
<Blacksmoke16> how bad of an idea would it be to use the `obj.@var` within a shard...
<FromGitter>
<Blacksmoke16> i have conundrum im trying to think through
<FromGitter>
<Blacksmoke16> since we dont have reflection im thinking thats the next best thing
<FromGitter>
<Blacksmoke16> alternative would be require public getters but that doesnt seem ideal
<FromGitter>
<Blacksmoke16> im going to assume that would be a bad idea and go with plan b, make this an instance method and proc `@var`
renich has quit [Quit: renich]
sz0 has quit [Quit: Connection closed for inactivity]
adam12 has quit [Read error: Connection reset by peer]
adam12 has joined #crystal-lang
postmodern has quit [Read error: Connection reset by peer]
postmodern has joined #crystal-lang
_whitelogger has joined #crystal-lang
<FromGitter>
<sam0x17> hmm micrate installation does not seem to work on ubuntu -- get a bunch of permission errors with a fresh install of homebrew :(
ur5us has quit [Ping timeout: 246 seconds]
<watzon>
@christopherzimmerman is there a way currently in num.cr to get a column from a tensor?
_whitelogger has joined #crystal-lang
_whitelogger has joined #crystal-lang
tdog has joined #crystal-lang
_ht has joined #crystal-lang
alexherbo2 has joined #crystal-lang
ur5us has joined #crystal-lang
_whitelogger has joined #crystal-lang
Human_G33k has joined #crystal-lang
HumanG33k has quit [Ping timeout: 246 seconds]
hsh has quit [Ping timeout: 256 seconds]
confact has quit [Ping timeout: 256 seconds]
Liothen has quit [Ping timeout: 256 seconds]
jetpack_joe has quit [Ping timeout: 240 seconds]
hsh has joined #crystal-lang
jetpack_joe has joined #crystal-lang
Liothen has joined #crystal-lang
confact has joined #crystal-lang
flaviodesousa has joined #crystal-lang
flaviodesousa has quit [Remote host closed the connection]
flaviodesousa has joined #crystal-lang
flaviodesousa has quit [Remote host closed the connection]
flaviodesousa has joined #crystal-lang
flaviodesousa has quit [Client Quit]
ur5us has quit [Ping timeout: 246 seconds]
_whitelogger has joined #crystal-lang
postmodern has quit [Quit: Leaving]
<FromGitter>
<naqvis> > im going to assume that would be a bad idea and go with plan b, make this an instance method and proc `@var` β β IMHO Crystal does try to imitate *Uniform Access Principle* via `property`, so I'll vote for your plan B.
return0e has quit [Read error: Connection reset by peer]
return0e has joined #crystal-lang
f1refly has quit [Quit: bye fags]
f1refly has joined #crystal-lang
f1refly has quit [Client Quit]
f1refly has joined #crystal-lang
<FromGitter>
<christopherzimmerman> @watzon if youβre looking for the numpy like slicing its arr[..., 1] or something like that. An empty range object indicates a slice across all elements of a dimension
blackbeard420 has joined #crystal-lang
<FromGitter>
<Blacksmoke16> @naqvis yea, made the method to get the metadata instance based, but cached in a class var on first call
<FromGitter>
<Blacksmoke16> gets values from each property directly so would still be able to validate private properties