havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 2.7.2, 2.6.6, 3.0.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.org | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | BLM <3 | Can't talk? Register/identify with NickServ
Mikaela2 has joined #ruby
Mikaela has quit [Ping timeout: 240 seconds]
Mikaela2 is now known as Mikaela
bodgix has quit [Quit: ZNC 1.7.2 - https://znc.in]
ruskie has quit [Quit: ...]
dka has quit [Ping timeout: 264 seconds]
bodgix has joined #ruby
ruskie has joined #ruby
dka has joined #ruby
BenDover has quit [Quit: BenDover]
philCryo has quit [Read error: Connection reset by peer]
philCryo has joined #ruby
stryek has quit [Quit: Connection closed for inactivity]
mokha has quit [Quit: .]
mokha has joined #ruby
mokha has quit [Client Quit]
iNs has quit [Ping timeout: 240 seconds]
iNs has joined #ruby
ur5us has joined #ruby
roshanavand has quit [Ping timeout: 272 seconds]
r29v has joined #ruby
TCZ is now known as Pitbull
weaksauce has quit [Quit: Textual IRC Client: www.textualapp.com]
weaksauce has joined #ruby
spacesuitdiver has joined #ruby
moldorcoder7 has quit [Quit: %bye mirc%]
universa1 has quit [Quit: ZNC 1.6.1+deb1~ubuntu14.04.0 - http://znc.in]
universa1 has joined #ruby
bmurt has joined #ruby
moldorcoder7 has joined #ruby
moldorcoder7 has quit [Remote host closed the connection]
moldorcoder7 has joined #ruby
ur5us has quit [Quit: Leaving]
moldorcoder7 has quit [Remote host closed the connection]
moldorcoder7 has joined #ruby
impermanence has quit [Quit: Connection closed]
moldorcoder7 has quit [Remote host closed the connection]
moldorcoder7 has joined #ruby
ur5us has joined #ruby
Technodrome has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cliluw has joined #ruby
kotrcka has joined #ruby
ruurd has quit [Quit: ZZZzzz…]
bmurt has joined #ruby
Pitbull has quit [Quit: Diabe? tkwi w szczegó?ach]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
Pitbull has joined #ruby
Pitbull has quit [Client Quit]
Pitbull has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
powerhouse has quit [Remote host closed the connection]
powerhouse has joined #ruby
crankharder has joined #ruby
r29v has quit [Quit: r29v]
gix has quit [Ping timeout: 272 seconds]
lucasb has quit [Quit: Connection closed for inactivity]
Pitbull has quit [Quit: Diabe? tkwi w szczegó?ach]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
crankhar1er has joined #ruby
paydro has joined #ruby
crankharder has quit [Ping timeout: 272 seconds]
crankharder has joined #ruby
crankhar1er has quit [Read error: Connection reset by peer]
crankhar1er has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ChmEarl has quit [Quit: Leaving]
ScotchBonnet has quit [Quit: [BX] Uh oh... I'm getting a blip on the gaydar. Richard Simmons is coming!]
crankharder has joined #ruby
crankhar1er has quit [Ping timeout: 264 seconds]
crankharder has quit [Ping timeout: 240 seconds]
cthulchu_ has quit [Read error: Connection reset by peer]
cthulchu_ has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
XV8 has quit [Quit: Textual IRC Client: www.textualapp.com]
htmnc has quit [Read error: Connection reset by peer]
bmurt has joined #ruby
kotrcka has quit [Quit: Konversation terminated!]
pwnd_sfw3 has joined #ruby
pwnd_sfw has quit [Ping timeout: 272 seconds]
pwnd_sfw3 is now known as pwnd_sfw
chouhoul_ has quit [Remote host closed the connection]
cliluw has quit [Remote host closed the connection]
cliluw has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<summerisle> Turns out that it was a weird edge case with libffi and multi-arch on gentoo
kaivai has quit [Quit: ZNC - https://znc.in]
kaivai has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
bamdad has quit [Remote host closed the connection]
bamdad has joined #ruby
bamdad has quit [Remote host closed the connection]
bamdad has joined #ruby
uplime has joined #ruby
<uplime> does anyone happen to know of a ruby gem for generating tables like this? https://github.com/jamestalmage/cli-table2
<apotheon> some promising results there, maybe
<uplime> oh, yeah, i'll give that a look
<uplime> thaks
donofrio has quit [Remote host closed the connection]
cliluw has quit [Ping timeout: 246 seconds]
cliluw has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
<nakilon> uplime for some reason this one is in my Github Watch list https://github.com/tj/terminal-table
<nakilon> spend a good minute trying to autocomplete your username until realised it's uplime, not uptime, lol
<uplime> haha, yeah. its inspired by the uptime nick though :D
<uplime> i ended up with tty-table, which seems to work well, i just can't find a way to get it to wrap at 80 characters
<nakilon> tty-prompt had some very weird API and decisions being taken when I used it so I'm not into tty-* gems now
<uplime> yeah i might swap it out later
<uplime> i guess for now i won't bother with getting it to wrap at 80
<nakilon> whatever fits your needs
<nakilon> years ago I has just implemented the same functionality in my gem and use it since then, but I didn't find time to polish it
<nakilon> *have
<uplime> im tempted to do that tbh
<nakilon> it's not trivial ( those corners and crossings...
<nakilon> at first it looks simple but after you finish it you look at the code and think "meh..."
<uplime> yeah im probably just bikeshedding rn anyways
<nakilon> uplime here they also point at another gem with similar functionality https://github.com/tj/terminal-table/issues/106
<uplime> awesome, thanks
<nakilon> I guess does not support nested tables though
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dviola has quit [Ping timeout: 240 seconds]
<nakilon> to draw nested tables... you can't draw it line by line because any another cell can resize the row or column so you might need to traverse the whole object first
<nakilon> then such char somewhere inside the nested table┣ (from https://en.wikipedia.org/wiki/Box-drawing_character) -- which of three neighbour cells should draw it?..
<nakilon> so it's not even two iterations but probably three -- one to get all sizes, another one to gather the information for each border char about what direction should lines go, and only then print it; idk
johnny56 has quit [Ping timeout: 256 seconds]
Furai has quit [Quit: WeeChat 3.0]
orbyt_ has joined #ruby
Furai has joined #ruby
cthulchu_ has quit [Ping timeout: 264 seconds]
supercoven has joined #ruby
johnny56 has joined #ruby
bocaneri has joined #ruby
bocaneri has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
uplime has quit [Quit: failure to comply will be met with :('s]
Rudd0 has quit [Ping timeout: 240 seconds]
cd has quit [Quit: cd]
ua_ has joined #ruby
ua has quit [Ping timeout: 264 seconds]
plant_enjoyer has joined #ruby
vondruch has joined #ruby
infernix has quit [Ping timeout: 246 seconds]
ur5us has joined #ruby
Glumetu has joined #ruby
dfucci has joined #ruby
TomyWork has joined #ruby
gigetoo_ has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
infernix has joined #ruby
gigetoo_ is now known as gigetoo
gigetoo has quit [Ping timeout: 240 seconds]
yokel has quit [Ping timeout: 240 seconds]
yokel has joined #ruby
dionysus69 has joined #ruby
ruurd has joined #ruby
ur5us has quit [Ping timeout: 264 seconds]
fippy_ has joined #ruby
akem__ has quit [Quit: Leaving]
fippy__ has quit [Ping timeout: 240 seconds]
ruurd has quit [Read error: Connection reset by peer]
akem_ is now known as akem
ruurd has joined #ruby
fippy has joined #ruby
fippy_ has quit [Ping timeout: 260 seconds]
<plant_enjoyer> sometimes `bundle exec ruby main.rb` takes a lot longer to execute than normal - is there any fix for that?
dionysus70 has joined #ruby
_whitelogger has joined #ruby
Rudd0 has joined #ruby
infinityfye has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
dionysus70 is now known as dionysus69
roshanavand has joined #ruby
infinityfye has quit [Ping timeout: 272 seconds]
dionysus70 has joined #ruby
ignorand has joined #ruby
<ignorand> HI, shouldnt bundle install allow one to do a require?
<ignorand> even after gem install I get the kernel_require.rb:92:in `require': cannot load such file --
<jhass> ignorand: which gem?
<jhass> and what's the exact require used?
<ignorand> jhass: Gemfile: gem "httparty", "~> 0.18.1", source: require 'HTTParty'
<ignorand> jhass: Gemfile: gem "httparty", "~> 0.18.1" #other comment source: require 'HTTParty'
<jhass> ignorand: the filename is "httparty" https://github.com/jnunemaker/httparty/blob/master/lib/httparty.rb
<jhass> it's case sensitive, on most filesystems anyway
BenDover has joined #ruby
<ignorand> jhass: sigh, thanks
infinityfye has joined #ruby
<ignorand> Odd that it had worked on my mac, should be case sensitive there too
HitmanV has joined #ruby
<jhass> iirc by default HFS isn't
<ignorand> was hoping to run my code in docker to see if my ssl error would disappear
<jhass> but yeah, bad pratice to rely on any filesystem case insensitivity, since there's enough filesystems where it does matter
<ignorand> jhass: I didnt realize it was case sensitive and that I was relying on it :)
vondruch has quit [Ping timeout: 256 seconds]
Mia has quit [Read error: Connection reset by peer]
HitmanV has quit [Remote host closed the connection]
jokester_ is now known as jokester
jokester has quit [Quit: WeeChat 2.9]
crankharder has joined #ruby
HitmanV has joined #ruby
<ignorand> ruby 2.7.2p137 SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) (OpenSSL::SSL::SSLError) Seems most issues discussed are about ruby 2.1 and solved in 2.3.1
HitmanV has quit [Remote host closed the connection]
<jhass> can you share the host giving you this?
<ignorand> jhass: https://smartcredits.info
<ignorand> seems to be lets encrypt
<ignorand> it seems to work fine with google.com
<jhass> ignorand: https://www.sslshopper.com/ssl-checker.html#hostname=https://smartcredits.info/ but bad setup, serving just the leaf certificate instead of the full chain
<jhass> so your options are to not verify or add LEs intermediate certificate to your CA bundle (could be a custom CA bundle you set only for the SSLContext for this request)
jokester has joined #ruby
<ignorand> jhass: thanks for the pointers
<jhass> I've seen this particular configuration mistake all too often before :)
<ignorand> jhass: I have too, but expected it to be ignored just how my FF ignored it
<ignorand> but it seems that sslshopper correctly indicates that not all browsers will accept it :)
<jhass> FF doesn't ignore it. Most leaf certificates actually provide an URL to fetch the parent certificate from and browsers implement doing that. Plain OpenSSL just does not
<nofrex> also means your site will load slower, as the browser has to go fetch the intermediate cert
<ignorand> jhass: Can't I just download the LE and add it in the code instead of 'add LEs intermediate certificate to your CA bundle'
<ignorand> not sure which one to dl yet though :) https://letsencrypt.org/certificates/
<jhass> in doubt all of them doesn't hurt :)
<jhass> that's the "provide custom CA bundle in the SSLContext" option
<jhass> on the SSLShopper site you can see the issuer is "Let's Encrypt Authority X3"
<nofrex> most tools to generate an LE cert for you will also generate a "full chain" version which contains your cert and the intermediate
<jhass> so https://letsencrypt.org/certs/letsencryptauthorityx3.pem (or the cross-signed one, doesn't make a diff here)
braincrash has joined #ruby
baojg has quit [Remote host closed the connection]
<ignorand> jhass: can I do ssl_ca_file 'https://letsencrypt.org/certs/letsencryptauthorityx3.pem' or does it need to be local :)
<jhass> 90% sure it needs to be local :)
<jhass> I mean you could add code to fetch it first I guess xD
baojg has joined #ruby
<ignorand> well, local works :)
crankharder has quit [Ping timeout: 256 seconds]
<plant_enjoyer> is there a nicer way of writing `unless (foo = might_be_nil); log_and_exit`? I want to exit if foo would become nil, and use foo later (knowing it's not nil)
<plant_enjoyer> oops, forgot `end`
dionysus70 has quit [Quit: dionysus70]
<jhass> is might_be_nil a method or a local already?
crankharder has joined #ruby
<plant_enjoyer> jhass: it's a hash lookup to be exact (so a method call, right?)
<jhass> mh, yes but a constant time one
<jhass> so I would consider just repeating it without the local
<plant_enjoyer> but then the linter screams at me >:(
<jhass> make it shut up :P
<jhass> other options I would consider are foo = lookup; log_and_exit unless foo; do_stuff_with(foo) or if foo = lookup; do_stuff_with_foo(foo); else; log_and_exit; end
<jhass> (I wish Rubocop's default config would be much much more lenient, there's just too much stuff in there I can't agree with on applying on a dogmatic manner)
<plant_enjoyer> I did the unless one, looks good - thanks
<plant_enjoyer> I'm using standard :)
BenDover has quit [Ping timeout: 272 seconds]
<nakilon> exit if foo.nil?
<nakilon> (that's a code, not a question)
braincrash has quit [Ping timeout: 260 seconds]
klaas_ is now known as klaas
crankharder has quit [Read error: Connection reset by peer]
akem_ has joined #ruby
<plant_enjoyer> nakilon: I need more code than that, so I wrote `unless foo; exit_and_other_stuff end`
akem has quit [Ping timeout: 260 seconds]
Technodrome has joined #ruby
jinie has quit [Quit: ZNC 1.8.2 - https://znc.in]
<nakilon> "unless" isn't fully equal to "nil?", because it detects "false" too
<nakilon> I hope you kept that in mind
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cow[moo] has joined #ruby
cow[moo] has quit [Client Quit]
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
<plant_enjoyer> nakilon: it's fine - that thing is either nil or a hash
<plant_enjoyer> thanks for reminding me though!
mtsd has joined #ruby
cow[moo] has joined #ruby
baojg has quit [Remote host closed the connection]
cow[moo] has quit [Client Quit]
baojg has joined #ruby
cow[moo] has joined #ruby
gigetoo has joined #ruby
braincrash has joined #ruby
cow[moo] has quit [Client Quit]
bmurt has joined #ruby
bmurt has quit [Client Quit]
gigetoo_ has joined #ruby
gigetoo has quit [Ping timeout: 272 seconds]
gigetoo_ is now known as gigetoo
Pitbull has joined #ruby
vondruch has joined #ruby
donofrio has joined #ruby
dfucci has quit [Quit: Lost terminal]
fippy has quit [Quit: Leaving]
dfucci has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
mtsd has quit [Quit: Leaving]
<nakilon> wow, this is wrird
<nakilon> weird
<nakilon> &>> begin 1/0 ; rescue ZeroDivisionError ; end
<rubydoc> # => nil (https://carc.in/#/r/9yw9)
<nakilon> &>> begin 1/0 rescue ZeroDivisionError end
<rubydoc> # => ZeroDivisionError (https://carc.in/#/r/9ywa)
BTRE has quit [Remote host closed the connection]
BTRE has joined #ruby
jinie has joined #ruby
<nakilon> probably the problem is in the ; before rescue but how could I know
<jhass> I think it might be begin (1/0 rescue X) end?
<nakilon> somehow it works as a one-liner and "being end" become just decorative -- I actually hate this
<jhass> begin / end is parsed essentially like () in this context I think
<nakilon> "begin end" should be illegal if the don't make any other sense than like "()" like here
<nakilon> jhass yes, we think in parallel )
<jhass> &>> begin 1/0 rescue :baby end
<rubydoc> # => :baby (https://carc.in/#/r/9ywb)
<nakilon> I just mean I would love if ruby -c would say that it's syntax error because I don't really need begin end to work just like ()
<jhass> it's probably what makes method chaining on it work
<jhass> >> begin :value end.upcase
<ruby[bot]> jhass: I'm terribly sorry, I could not evaluate your code because of an error: NoMethodError:undefined method `[]' for nil:NilClass
<jhass> &>> begin :value end.upcase
<rubydoc> # => :VALUE (https://carc.in/#/r/9ywc)
<nakilon> I feel fine putting multiline in ()
<jhass> yeah, just saying it's probably more of an parser artifact than grammar design
<nakilon> havenwood, I guess it was you we talked about this piece of code with ) https://i.imgur.com/yJoVeE0.png
<jhass> wow, that's... something
<nakilon> I was thinking "why should I use a gem, what can go wrong" and faced this weird syntax issue ..D and lost few days of monitoring data in result
<jhass> honestly, you deserve it for that level of paren free expression nesting :P
* nakilon burns parens with fire
<jhass> when would that ever raise that error anyhow?
<jhass> ah I guess pid is not your own pid
<nakilon> yes, and somehow process dies meanwhile
<jhass> if it's supposed to be long running maybe it forks and lets the parent die
<jhass> but in general for a whole system, this can happen a lot as there's many many short lived processes
<nakilon> I guess it just iterates over all OS processes and who knows what it does, it's on a host, not a container
<jhass> right, so just have somebody login and run ls and you have a fair chance of seeing it but not making it in time to read its cmdline
<jhass> fwiw even the telegraf process count plugin spams my logs with failing to read some stuff's cmdline
Pitbull has quit [Remote host closed the connection]
cow[moo] has joined #ruby
<nakilon> "what does the following code do? begin 1/x rescue ZeroDivisionError end"
<nakilon> a shitty interview question to someone's list
<jhass> :D
<jhass> also a good entry to your red flags list as interviewee
<leftylink> &>> "#{%}#{%}#{%}#{%}#{%}#}}}}}}}}}}"
<rubydoc> # => "#" (https://carc.in/#/r/9ywd)
<nakilon> jhass, meh, having code questions is already a huge green flag, because almost no one ask them
<plant_enjoyer> which characters are allowed in symbol literals?
vondruch has quit [Ping timeout: 265 seconds]
<plant_enjoyer> can't find anything on that topic..
<nakilon> leftylink ahah is it another interview question?
Pitbull has joined #ruby
supercoven has quit [Read error: Connection reset by peer]
jinie has quit [Quit: ZNC 1.8.2 - https://znc.in]
<nakilon> why isn't it available to download for free? ISO/IEC 30170:2012 Information technology — Programming languages — Ruby
jinie has joined #ruby
<nakilon> what's the point for a standard to exist if you can't read it? _<>
<nakilon> plant_enjoyer idk what revision is this but https://ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/yacc.html
<plant_enjoyer> nakilon: that'll, do thanks!
<nakilon> so it's /[a-zA-Z_][a-zA-Z0-9_]*/ but this doc does not tell about unicode
<plant_enjoyer> wrong comma placement lol
<nakilon> Last modified: Mon Feb 23 16:01:41 1998
<nakilon> oh
bmurt has joined #ruby
chouhoulis has joined #ruby
pothibo has joined #ruby
<nakilon> I see that inadequate toxicity at SO for asking questions about Travis CI has lead to people migrate to Github Actions
<nakilon> just another gem that I've found to move there: https://github.com/whitequark/parser/commit/08b7f5790774d118e3150a7a4b5c24a5ea27a665
yokel has quit [Ping timeout: 256 seconds]
yokel has joined #ruby
ignorand has quit [Disconnected by services]
fippy has joined #ruby
plant_enjoyer has quit [Quit: Leaving]
SeepingN has joined #ruby
cer0 has joined #ruby
vondruch has joined #ruby
braincrash has quit [Ping timeout: 272 seconds]
moldorcoder7 has quit [Quit: %bye mirc%]
lechner has left #ruby [#ruby]
moldorcoder7 has joined #ruby
ivz_hh has quit [Remote host closed the connection]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pothibo has quit [Quit: Connection closed]
Technodrome has joined #ruby
Pitbull has quit [Quit: Diabe? tkwi w szczegó?ach]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
Glumetu has quit [Quit: Glumetu]
dfucci has quit [Remote host closed the connection]
SeepingN has joined #ruby
Tempesta has quit [Read error: Connection reset by peer]
Tempesta_ has joined #ruby
cthulchu_ has joined #ruby
dfucci has joined #ruby
chouhoulis has quit [Remote host closed the connection]
ellcs has joined #ruby
braincrash has joined #ruby
Minall has joined #ruby
ChmEarl has joined #ruby
braincrash has quit [Ping timeout: 256 seconds]
impermanence has joined #ruby
mokha has joined #ruby
chouhoulis has joined #ruby
vondruch has quit [Read error: Connection reset by peer]
rippa has joined #ruby
h1p3r has joined #ruby
spacesuitdiver has quit [Quit: Textual IRC Client: www.textualapp.com]
h1p3r has quit []
braincrash has joined #ruby
baojg has quit [Remote host closed the connection]
Tempesta_ has left #ruby ["Closing Channel, bye."]
Tempesta has joined #ruby
baojg has joined #ruby
moretti has joined #ruby
moretti is now known as izn
izn is now known as moretti
howdoi has joined #ruby
orbyt_ has joined #ruby
TomyWork has quit [Remote host closed the connection]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mokha has quit [Quit: .]
dionysus69 has quit [Quit: dionysus69]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
stryek has joined #ruby
cd has joined #ruby
chkilroy has joined #ruby
bocaneri has quit [Read error: Connection reset by peer]
<riceandbeans> if I was calling foo[:bar][0][:baz][0], how would I change that to dig?
<riceandbeans> foo.dig(:bar, 0, :baz, 0) ?
<adam12> riceandbeans: Yes.
<riceandbeans> Cool, thanks
moretti has quit [Quit: Lost terminal]
cliluw has quit [Ping timeout: 260 seconds]
BrianWGray has quit [Ping timeout: 240 seconds]
BrianWGray has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
x0n has quit [Ping timeout: 240 seconds]
ruurd has quit [Quit: ZZZzzz…]
ruurd has joined #ruby
baojg has quit [Remote host closed the connection]
cliluw has joined #ruby
baojg has joined #ruby
weaksauce has quit [Read error: Connection reset by peer]
_aeris has joined #ruby
ur5us has joined #ruby
_aeris_ has quit [Ping timeout: 240 seconds]
_aeris is now known as _aeris_
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gix has joined #ruby
bmurt has joined #ruby
ua_ has quit [Ping timeout: 256 seconds]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ua_ has joined #ruby
cliluw has quit [Ping timeout: 264 seconds]
cliluw has joined #ruby
duderonomy has quit [Ping timeout: 246 seconds]
paydro has quit [Ping timeout: 240 seconds]
johnny56 has quit [Ping timeout: 240 seconds]
juniper_ has joined #ruby
juniper_ has quit [Remote host closed the connection]
johnny56 has joined #ruby
ellcs has quit [Ping timeout: 260 seconds]
anemoiac has joined #ruby
weaksauce has joined #ruby
johnny56 has quit [Ping timeout: 240 seconds]
Emmanuel_Chanel has quit [Quit: Leaving]
<riceandbeans> :\ rubocop says I'm a bad person for lining up the values rather than keys in a hash
dfucci has quit [Ping timeout: 240 seconds]
<adam12> riceandbeans: Shame on you! :P
johnny56 has joined #ruby
philCryo has quit [Ping timeout: 240 seconds]
Emmanuel_Chanel has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
dfucci has joined #ruby
<riceandbeans> adam12: Where I come from it's easier to read that way :P
<adam12> riceandbeans: I used to do it as well, but I found now I'm tired of noisey diffs.
<riceandbeans> You know I hadn't thought about it before but that is a good defense of it
<riceandbeans> Easier to read but more annoying to diff
<riceandbeans> Also, it's an argument in favor of trailing comma in hash
<riceandbeans> Only time that screws you is json
ruurd has quit [Quit: ZZZzzz…]
dfucci has quit [Ping timeout: 260 seconds]
ruurd has joined #ruby
<adam12> riceandbeans: There's backlash for trailing comma in Hash. If you're curious why, check the standardrb repo for discussion.
philCryo has joined #ruby
johnny56 has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
johnny56 has joined #ruby
cer0 has quit [Quit: leaving]
johnny56 has quit [Ping timeout: 240 seconds]
<riceandbeans> Hgh?
<riceandbeans> Huh?
_whitelogger has joined #ruby
proc has quit [Ping timeout: 260 seconds]
znz_jp has quit [Ping timeout: 260 seconds]
XV8 has joined #ruby
Lewix has joined #ruby
Fridtjof has joined #ruby
TheMoonMaster has joined #ruby
TheMoonMaster has joined #ruby
proc has joined #ruby
znz_jp has joined #ruby
johnny56 has quit [Ping timeout: 256 seconds]
johnny56 has joined #ruby
ruurd has quit [Quit: ZZZzzz…]
ruurd has joined #ruby
ruurd has quit [Read error: Connection reset by peer]
<adam12> riceandbeans: It was actually rubyfmt -> standardrb repo.
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
Mikaela has quit [Quit: Ping timeout (120 seconds)]
Mikaela has joined #ruby
napcae has quit [Quit: %bye%]
axsuul has quit [Ping timeout: 240 seconds]
Flonk has quit [Ping timeout: 240 seconds]
napcae has joined #ruby
MasterNayru has quit [Remote host closed the connection]
ruskie has quit [Quit: ...]
dka has quit [Ping timeout: 256 seconds]
Technodrome has joined #ruby
Inoperable has quit [Ping timeout: 260 seconds]
meinside has quit [Ping timeout: 240 seconds]
zenspider has quit [Ping timeout: 240 seconds]
shenghi has quit [Ping timeout: 240 seconds]
turt2live has quit [Ping timeout: 240 seconds]
meinside has joined #ruby
MasterNayru has joined #ruby
axsuul has joined #ruby
zenspider has joined #ruby
Flonk has joined #ruby
In0perable has joined #ruby
dka has joined #ruby
turt2live has joined #ruby
BTRE has quit [Remote host closed the connection]
shenghi has joined #ruby
BTRE has joined #ruby
cliluw has quit [Ping timeout: 264 seconds]
cliluw has joined #ruby
dka has quit [Quit: My Ex-Girlfriend once told me: I'm not a slut, I'm just popular]
ur5us_ has quit [Ping timeout: 264 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dka has joined #ruby
va5c0 has joined #ruby
dfucci has joined #ruby
XV8 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cliluw has quit [Ping timeout: 260 seconds]
cliluw has joined #ruby
dfucci has quit [Ping timeout: 264 seconds]
va5c0 has quit [Quit: WeeChat 2.9]