adam12 changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.2, 2.7.4, 2.6.8: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
FetidToot3 has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
FetidToot has quit [Ping timeout: 260 seconds]
FetidToot3 is now known as FetidToot
fredlinhares has quit [Read error: Connection reset by peer]
fredlinhares has joined #ruby
markong has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
swaggboi has joined #ruby
fredlinhares has quit [Read error: Connection reset by peer]
fredlinhares has joined #ruby
fredlinhares has quit [Client Quit]
crankharder has quit [Ping timeout: 252 seconds]
perrierjouet has quit [Quit: WeeChat 3.3]
perrierjouet has joined #ruby
Asteriska has quit [Quit: Ping timeout (120 seconds)]
Asteriska has joined #ruby
Asteriska has quit [Quit: Ping timeout (120 seconds)]
Asteriska has joined #ruby
ur5us has joined #ruby
Asteriska has quit [Quit: Client closed]
weaksauce has joined #ruby
crankharder has joined #ruby
Rounin has quit [Ping timeout: 265 seconds]
jetchisel has quit [Quit: Unfortunately time is always against us -- [Morpheus]]
___nick___ has joined #ruby
___nick___ has joined #ruby
jetchisel has joined #ruby
jetchisel has quit [Ping timeout: 245 seconds]
hololeap has quit [Quit: Bye]
donofrio has quit [Ping timeout: 265 seconds]
crankharder has quit [Ping timeout: 265 seconds]
donofrio has joined #ruby
jetchisel has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
dayday has quit [Quit: Connection closed for inactivity]
freeworld has joined #ruby
crankharder has joined #ruby
ur5us has quit [Ping timeout: 252 seconds]
crankharder has quit [Ping timeout: 245 seconds]
jhass|off has joined #ruby
jhass has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
gggpkm has joined #ruby
jetchisel has quit [Ping timeout: 245 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
factor has quit [Ping timeout: 252 seconds]
crankharder has joined #ruby
teclator has joined #ruby
factor has joined #ruby
tbaeder has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
niv has quit [Quit: Powered by LunarBNC: https://LunarBNC.net]
niv has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
Rounin has joined #ruby
jetchisel has joined #ruby
gggpkm has quit [Remote host closed the connection]
freeworld has quit [Ping timeout: 245 seconds]
gggpkm has joined #ruby
thisirs has joined #ruby
jetchisel has quit [Ping timeout: 265 seconds]
jetchisel has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 252 seconds]
sharkee has quit [Ping timeout: 260 seconds]
Oxfuxxx has quit [Ping timeout: 265 seconds]
rhe has quit [Ping timeout: 250 seconds]
Oxfuxxx has joined #ruby
sharkee has joined #ruby
jetchisel has quit [Ping timeout: 245 seconds]
donofrio has quit [Ping timeout: 245 seconds]
Oxfuxxx has quit [Quit: Never underestimate the power of the butt.[]OX/...ON. (Playst...i mean.. Pir@tA$$)]
sharkee has quit [Remote host closed the connection]
taupiqueur has joined #ruby
crankharder has joined #ruby
sharkee has joined #ruby
Oxfuxxx has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
Guest40 has joined #ruby
crankharder has joined #ruby
rhe has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
crankharder has joined #ruby
jetchisel has joined #ruby
crankharder has quit [Ping timeout: 252 seconds]
rhe has quit [Ping timeout: 265 seconds]
crankharder has joined #ruby
shark_BBM has joined #ruby
sharkee has quit [Ping timeout: 245 seconds]
Oxfuxxx has quit [Ping timeout: 252 seconds]
taupiqueur has quit [Ping timeout: 265 seconds]
crankharder has quit [Ping timeout: 245 seconds]
Guest40 has quit [Quit: Client closed]
Oxfuxxx has joined #ruby
taupiqueur has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
tbaeder has quit [Ping timeout: 268 seconds]
crankharder has joined #ruby
tbaeder has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
hansolo has quit [Ping timeout: 252 seconds]
crankharder has joined #ruby
markong has joined #ruby
hansolo has joined #ruby
crankharder has quit [Ping timeout: 252 seconds]
crankharder has joined #ruby
AndreYuhai has joined #ruby
<AndreYuhai> How can I install the bundler version that's specified in Gemfile.lock? Is it just enough to run gem install bundler?
<AndreYuhai> Because I've got some problems with Docker having a different versison
<AndreYuhai> version*
<nakilon> AFAIK you have to type the command manually
<nakilon> I mean gem install bundler -v ...
<nakilon> specifically in docker I just do "gem update bundler" and no problems
<AndreYuhai> Yes, that's actually what I have now but I was wondering what version it will install if I don't specify any version
<nakilon> I suppose you are supposed to trust the compatibility and just update to the latest version
<AndreYuhai> What I meant is I am explicitly installing a specific version with gem install bundler:2.2.8 etc.
<AndreYuhai> In that case I think gem update bundler makes more sense than just installing a specific version
crankharder has quit [Ping timeout: 265 seconds]
<nakilon> usually docker workflows don't imply the downgrading so nothing will break if you just gem update
<AndreYuhai> I just wasn't sure how the bundler installed when there's not any version specification
<AndreYuhai> Yeah that makes sense, better approach than what I did I think
<AndreYuhai> Thank you!
<nakilon> it's currect version is defined my your OS or rvm/rbenv
<nakilon> *by
<nakilon> *initial version
Oxfuxxx has quit [Ping timeout: 245 seconds]
crankharder has joined #ruby
shark_BBM has quit [Ping timeout: 245 seconds]
Oxfuxxx has joined #ruby
fandre1986 has joined #ruby
fandre198689 has joined #ruby
fandre198689 has quit [Client Quit]
thisirs has quit [Ping timeout: 252 seconds]
<nakilon> what lib/tool would you recommend to produce gifs like this https://upload.wikimedia.org/wikipedia/commons/9/9b/PrimAlgDemo.gif
<AndreYuhai> nakilon: Might be an overkill but you might want to take a look at: https://github.com/ManimCommunity/manim/ which is in Python anyway so not sure whether that's a good suggestion.
* nakilon has loaded gun with silver bullets
<AndreYuhai> ¯\_(ツ)_/¯
<nakilon> their irc channel is empty ( http://sciruby.com/
BSaboia has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
crankharder has joined #ruby
tbaeder has left #ruby [WeeChat 3.2]
Cork has quit [Quit: .]
Cork has joined #ruby
fercell has joined #ruby
ferr_ has quit [Ping timeout: 252 seconds]
taupiqueur has quit [Remote host closed the connection]
taupiqueur has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
taupiqueur_ has joined #ruby
taupiqueur has quit [Ping timeout: 265 seconds]
fandre1986 has quit [Quit: Connection closed]
puts has joined #ruby
Bi[m] has quit [Write error: Connection reset by peer]
jhass[m] has quit [Read error: Connection reset by peer]
sixecho has quit [Read error: Connection reset by peer]
hsiktas[m] has quit [Read error: Connection reset by peer]
mewfree[m]1 has quit [Write error: Connection reset by peer]
MeowcatWoofWoofF has quit [Write error: Connection reset by peer]
juanfra has quit [Write error: Connection reset by peer]
jhass[m] has joined #ruby
crankharder has joined #ruby
sixecho has joined #ruby
hsiktas[m] has joined #ruby
mewfree[m] has joined #ruby
alex[m]1234567 has joined #ruby
Bi[m] has joined #ruby
juanfra has joined #ruby
MeowcatWoofWoofF has joined #ruby
bit4bit has joined #ruby
taupiqueur_ has quit [Ping timeout: 245 seconds]
taupiqueur has joined #ruby
Tempesta has quit [Quit: AdiIRC is updating to v4.1 Beta Build (2021/10/08 UTC) 64 Bit]
Tempesta has joined #ruby
bit4bit has quit [Remote host closed the connection]
bit4bit has joined #ruby
bit4bit has quit [Remote host closed the connection]
bit4bit has joined #ruby
crankharder has quit [Quit: leaving]
bit4bit has quit [Ping timeout: 252 seconds]
markong has quit [Ping timeout: 252 seconds]
Asteriska has joined #ruby
puts has quit [Quit: https://github.com/srgx]
Oxfuxxx has quit [Ping timeout: 265 seconds]
Oxfuxxx has joined #ruby
jpw has joined #ruby
AndreYuhai has quit [Quit: Lost terminal]
Oxfuxxx has quit [Ping timeout: 260 seconds]
markong has joined #ruby
Oxfuxxx has joined #ruby
gggpkm has quit [Ping timeout: 265 seconds]
gr33n7007h has joined #ruby
tkonto has joined #ruby
b08x_ has quit [Ping timeout: 240 seconds]
<weaksauce> nakilon maybe dragon ruby
<weaksauce> free right now
<weaksauce> and dead simple to make things like that
<nakilon> it's mruby though
<nakilon> could use ruby2d though, yeah
<weaksauce> though i guess it's not going to make the gif but you could screen cap it
<nakilon> I actually just need to see what's going on, not necessary having a gif file
<nakilon> I need it to debug my graph algorithm
<adam12> nakilon: graphics gem from zenspider?
Asteriska has quit [Ping timeout: 256 seconds]
<weaksauce> how is that gem?
<weaksauce> always find it sus when a graphics library doesn't have any videos or gifs
<adam12> weaksauce: Haven't used it personally, but I think Ryan did a talk on it if you check his website. Uses SDL in the backend so anything SDL is capable of.
<adam12> Kind of like DragonRuby (which is SDL too)
<weaksauce> ah
Asteriska has joined #ruby
Asteriska has quit [Ping timeout: 256 seconds]
to8 has joined #ruby
to8 has quit [Quit: WeeChat 2.8]
<weaksauce> that's pretty cool
hololeap has joined #ruby
<weaksauce> could definitely use a gif or 30
Asteriska has joined #ruby
Asteriska has quit [Client Quit]
Asteriska has joined #ruby
freeworld has joined #ruby
tkonto has quit [Quit: tkonto]
Oxfuxxx has quit [Ping timeout: 245 seconds]
Oxfuxxx has joined #ruby
b08x has joined #ruby
jpw_ has joined #ruby
markong has quit [Ping timeout: 245 seconds]
jpw has quit [Ping timeout: 260 seconds]
jpw_ is now known as jpw
jpw has quit [Ping timeout: 245 seconds]
Asteriska has quit [Quit: Client closed]
jpw has joined #ruby
<nakilon> adam12 heh his demo looks like mine https://www.youtube.com/watch?v=CkMqUPJU4Bc
VoidNoir0 has joined #ruby
<nakilon> I mean probably solving the same problem
<adam12> nakilon: yeah very similar :)
Asteriska has joined #ruby
slightlypandaish has joined #ruby
Guest25 has joined #ruby
Guest25 has quit [Client Quit]
_ht has quit [Remote host closed the connection]
taupiqueur has quit [Ping timeout: 245 seconds]
slightlypandaish has quit [Quit: Client closed]
slightlypandaish has joined #ruby
Oxfuxxx has quit [Ping timeout: 245 seconds]
Furai has quit [Ping timeout: 246 seconds]
taupiqueur has joined #ruby
Asteriska has quit [Quit: Ping timeout (120 seconds)]
<nakilon> TenderJIT ..D
Furai has joined #ruby
Asteriska has joined #ruby
<weaksauce> pretty interesting little guy
<nakilon> cool, instead of awk
Aighearach has quit [Read error: Connection reset by peer]
Aighearach has joined #ruby
<weaksauce> yeah he has a few neat little gems actually
<nakilon> for some reason ruby -n didn't work for me at all the last time I tried
<weaksauce> bit of a dearth of docs but they are all pretty simple
<weaksauce> the replace seems a bit dangerous since it replaces immediately
<weaksauce> but if you are into that it's more usable than sed i'd think
<nakilon> here at least two already existing ways to shuffle https://stackoverflow.com/q/17578873
<nakilon> also the git tree can be printed with just git and tree https://stackoverflow.com/a/61891954/322020
<nakilon> I suppose
<weaksauce> yeah each, all, and replace are the only ones i'd say are worth using
Oxfuxxx has joined #ruby
xuochi has quit [Quit: leaving]
freeworld has quit [Ping timeout: 252 seconds]
slightlypandaish has quit [Ping timeout: 256 seconds]
jpw has quit [Remote host closed the connection]
darkxploit has quit [Ping timeout: 252 seconds]
Asteriska has quit [Ping timeout: 256 seconds]
darkxploit has joined #ruby
Oxfuxxx has quit [Ping timeout: 245 seconds]
Oxfuxxx has joined #ruby
markong has joined #ruby
___nick___ has quit [Ping timeout: 245 seconds]
ur5us has joined #ruby
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
nullheroes has joined #ruby
nullheroes has quit [Quit: WeeChat 2.3]
ur5us has quit [Ping timeout: 245 seconds]
roshanavand has joined #ruby
roshanavand has quit [Ping timeout: 252 seconds]