<FromGitter>
<Brandongoodman615> I know that .sum works on an array, but when I convert the strings to int it doesn't let me sum the array of ints. throws overload errors I can't figure out.
<FromGitter>
<Brandongoodman615> I spent way too long on this.
<FromGitter>
<Blacksmoke16> indeed :p
<FromGitter>
<Brandongoodman615> Thanks man!
<FromGitter>
<Blacksmoke16> np
<FromGitter>
<Brandongoodman615> I'm not yet to a year of Ruby development, and I love playing with Crystal because I feel like it still helps me get better with Ruby
<FromGitter>
<Blacksmoke16> i could believe it
<FromGitter>
<Blacksmoke16> kinda forces some better practices on you
<FromGitter>
<Brandongoodman615> I will! the struggle is real. I have to understand docs instead of stack overflow spoon feeding me ruby lol
<FromGitter>
<Blacksmoke16> yea the api docs + the git book are the places id start
<FromGitter>
<Blacksmoke16> always room for doc PRs as well π
<FromGitter>
<Brandongoodman615> I'm not even sure I know how to do that. I've never done any type of open source contributing, but that's kinda why I'm here.
<FromGitter>
<Blacksmoke16> tl;dr fork the repo, make a branch, do your changes, push it up, make a pr
f1refly has quit [Ping timeout: 252 seconds]
f1refly has joined #crystal-lang
<FromGitter>
<Brandongoodman615> I still can't get this to pass the final test
<FromGitter>
<zsxawerdu> I been monitoring crystal for some time now about 1-2 years(?) .. Its at the point its just as fast as golang.
<FromGitter>
<zsxawerdu> the syntax is simple like. i guess my main question / thought, i do not see it activity in github regarding web frameworks or other things i consider a good healthy sign.
<FromGitter>
<zsxawerdu> whats true, i can hire a ruby developer and its zero downtime for them to use the crystal code
<FromGitter>
<asterite> there's lucky framework which is quite active
<FromGitter>
<zsxawerdu> ok, ill take a look , use the guide and check out the forum(s) on it
<FromGitter>
<tenebrousedge> I want a percent literal syntax for character arrays
<FromGitter>
<tenebrousedge> ```%c(a b c) #=> ['a', 'b', 'c']```
alex`` has quit [Ping timeout: 245 seconds]
alex`` has joined #crystal-lang
alex`` has quit [Ping timeout: 240 seconds]
alex`` has joined #crystal-lang
Raimondii has joined #crystal-lang
oprypin_ has joined #crystal-lang
maxpowa_ has joined #crystal-lang
Raimondi has quit [*.net *.split]
oprypin has quit [*.net *.split]
maxpowa has quit [*.net *.split]
maxpowa_ is now known as maxpowa
Raimondii is now known as Raimondi
JuanMiguel has joined #crystal-lang
JuanMiguel has quit [Client Quit]
<FromGitter>
<zsxawerdu> am i making this to diffucult, Class Me::Show < BrowserAction.
<FromGitter>
<zsxawerdu> BrowserAction is the base class
<FromGitter>
<zsxawerdu> Me::Show is what? it looks like a nameshpace
<FromGitter>
<zsxawerdu> oh my god i got it, my bad. its namespace after filepaths
<FromGitter>
<Blacksmoke16> It's a way of namespacing a class
<FromGitter>
<Blacksmoke16> Functionality the same as making a module called Me and defining the class in there
<FromGitter>
<zsxawerdu> Tell me what book i should read so I do not have to ask these questions in public. =)
<FromGitter>
<zsxawerdu> or course, i usually do rust/golang, trying out crystal for a internal dashboard app
<FromGitter>
<zsxawerdu> i want to get this done as fast as possible