jhass[m] changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.1.2, 3.0.4, 2.7.6: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
markong has quit [Ping timeout: 248 seconds]
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 248 seconds]
Exuma has joined #ruby
Exuma has quit [Client Quit]
dionysus69 has joined #ruby
factor7 has joined #ruby
factor has quit [Ping timeout: 244 seconds]
factor7 is now known as factor
aeration7 has joined #ruby
s-liao-2000 has joined #ruby
donofrio__ has joined #ruby
aeration7 has quit [Ping timeout: 240 seconds]
donofrio_ has quit [Ping timeout: 276 seconds]
dionysus69 has quit [Ping timeout: 246 seconds]
John_Ivan has quit [Ping timeout: 276 seconds]
John_Ivan has joined #ruby
cocalero has quit [Quit: Going offline, see ya! (www.adiirc.com)]
emcb541 has joined #ruby
emcb54 has quit [Ping timeout: 276 seconds]
emcb541 is now known as emcb54
onyx_ has quit [Quit: Leaving]
Rounin has quit [Ping timeout: 276 seconds]
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 246 seconds]
John_Ivan has quit [Ping timeout: 248 seconds]
_ht has joined #ruby
s-liao-2000 has quit [Quit: Client closed]
Ziyan has joined #ruby
Sheilong has quit []
TrufflePump has joined #ruby
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 248 seconds]
TrufflePump has quit [Ping timeout: 246 seconds]
ur5us has joined #ruby
TrufflePump has joined #ruby
ur5us has quit [Ping timeout: 255 seconds]
s-liao-2000 has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
SteveR has joined #ruby
robotmay has quit [Quit: Be excellent to each other]
SteveR has quit [Quit: Client closed]
robotmay has joined #ruby
yosafbridge has quit [Quit: Leaving]
yosafbridge has joined #ruby
ur5us has joined #ruby
TrufflePump has quit [Ping timeout: 248 seconds]
dionysus69 has joined #ruby
TrufflePump has joined #ruby
ur5us has quit [Ping timeout: 255 seconds]
TrufflePump has quit [Ping timeout: 248 seconds]
Ziyan_ has quit [Ping timeout: 255 seconds]
Ziyan has joined #ruby
gproto23 has joined #ruby
TrufflePump has joined #ruby
___nick___ has joined #ruby
TrufflePump has quit [Ping timeout: 246 seconds]
RickHull has quit [Ping timeout: 240 seconds]
Rounin has joined #ruby
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<unixbsd> fala: hi
legit has quit [Quit: WeeChat 2.8]
legit has joined #ruby
___nick___ has joined #ruby
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 244 seconds]
markong has joined #ruby
moldorcoder7 has quit [Ping timeout: 260 seconds]
TrufflePump has joined #ruby
John_Ivan has joined #ruby
TrufflePump has quit [Ping timeout: 248 seconds]
joto has joined #ruby
Ziyan_ has joined #ruby
Sankalp- has joined #ruby
Sankalp has quit [Ping timeout: 248 seconds]
Sankalp- is now known as Sankalp
kaivai has quit [Quit: ZNC - https://znc.in]
kaivai has joined #ruby
dynab has left #ruby [ERC 5.4 (IRC client for GNU Emacs 28.0.91)]
dynab has joined #ruby
<ox1eef> adam12: i fell back to nanoc, it is truly a great piece of software.
cocalero has joined #ruby
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 244 seconds]
TrufflePump has joined #ruby
kaivai has quit [Ping timeout: 248 seconds]
favadi has joined #ruby
cocalero has quit [Quit: Going offline, see ya! (www.adiirc.com)]
favadi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<adam12> ox1eef: Cool. I enjoyed it when I ran it, but that was MANY moons ago. At least 10 years.
<adam12> ox1eef: What were you running before falling back?
<ox1eef> I was considering the jekyll fork, bridgetown - but i already had a hyrbid of nanoc and rake tasks that i would have had to rewrite, so it was mostly that which kept me on the nanoc path. This morning I read the nanoc docs, and replaced all of the rake tasks. It is now 100% nanoc. I think it has great potential, not everything is 100% perfect but it is pretty close.
SteveR has joined #ruby
<ox1eef> The one sore point I found is that for things like scss partials, which are not built directly by nanoc but through another file which includes them, incremental compile doesn't really work - changes in a partial don't trigger a rebuild of the file including them, I figure there must be a way around it. I'm hoping to write a webpack filter. I always thought nanoc was better than Jekyll, which started
<ox1eef> solely on the idea of a blog if i remember right, where the nanoc concept is more for a site generally.
TrufflePump has quit [Ping timeout: 255 seconds]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
s-liao-2000 has quit [Quit: Client closed]
SteveR has quit [Ping timeout: 252 seconds]
cocalero has joined #ruby
twosuns has joined #ruby
twosuns is now known as proportions
proportions has quit [Client Quit]
kaivai has joined #ruby
<John_Ivan> is there a default incorporated standard api in ruby for playing an audio file such as mp3?
<John_Ivan> without having to rely on a gem?
Sheilong has joined #ruby
TrufflePump has joined #ruby
joto has quit [Ping timeout: 255 seconds]
gproto23_ has joined #ruby
<Ziyan_> John_Ivan I don't think so. Some time back I wanted to play an MP3 file and I ended up using a command-line app executed through `fork`. I don't think any language will support mp3 playing out of the box.
<John_Ivan> Ziyan_, no worries. it's why I asked, to be sure. thank you. will get a gem then.
gproto23_ has quit [Remote host closed the connection]
gproto23 has quit [Ping timeout: 258 seconds]
<Ziyan_> Community, a simple vote. For scheduled tasks using Sidekiq would you use 1. sidekiq-scheduler or 2. sidekiq-cron gem?
<Ziyan_> I am coming from resque-scheduler and used `sidekiq-scheduler` how ever, `sidekiq-cron` has more stars...
<weaksauce> it only has a few more stars though
<weaksauce> they look to be about even in terms of how much they are updated, number of issues, number of stars, documentation, forks et. al.
<weaksauce> scheduler looks like it has slightly more tests
<Ziyan_> weaksauce yah, they seem to be very close to one another... I haven't seen 2 gems so close...
<weaksauce> i guess go for one if you like yaml and the other if you like json?
<weaksauce> jk who knows
markong has quit [Ping timeout: 255 seconds]
M13k[m] has joined #ruby
BSaboia has quit [Ping timeout: 248 seconds]
M13k[m] has left #ruby [#ruby]
M13k[m] has joined #ruby
BSaboia has joined #ruby
joto has joined #ruby
Ziyan_ has quit [Ping timeout: 255 seconds]
Ziyan has joined #ruby
_ht has quit [Remote host closed the connection]
chokes7 has joined #ruby
dionysus69 has quit [Ping timeout: 246 seconds]
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
___nick___ has quit [Ping timeout: 256 seconds]
chokes7 has quit [Quit: quit]
rehabbed8 has joined #ruby
emcb545 has joined #ruby
emcb54 has quit [Ping timeout: 248 seconds]
emcb545 is now known as emcb54
aesthetikx has quit [Ping timeout: 246 seconds]
awfullest1 has joined #ruby
rehabbed8 has quit [Ping timeout: 244 seconds]
dynab has quit [Remote host closed the connection]
dynab has joined #ruby
awfullest1 has quit [Remote host closed the connection]
mugiwara has joined #ruby
mugiwara has left #ruby [#ruby]
puritys3 has joined #ruby
dionysus69 has joined #ruby
puritys3 has quit [Ping timeout: 240 seconds]
moldorcoder7 has joined #ruby
donofrio_ has joined #ruby
donofrio__ has quit [Ping timeout: 240 seconds]
Sheilong has quit []
ur5us has joined #ruby
markong has joined #ruby
dionysus69 has quit [Ping timeout: 246 seconds]
cognemo_ has joined #ruby
kenichi_ has joined #ruby
GvJordan has joined #ruby
PedroG1 has joined #ruby
tonytony1an has joined #ruby
Tempesta has quit [Read error: Connection reset by peer]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
M13k[m] has quit [*.net *.split]
Starfoxxes has quit [*.net *.split]
Furai has quit [*.net *.split]
cognemo has quit [*.net *.split]
niv has quit [*.net *.split]
tonytonyjan has quit [*.net *.split]
PedroG2 has quit [*.net *.split]
Jordan has quit [*.net *.split]
kenichi has quit [*.net *.split]
Starfoxxes has joined #ruby
M13k[m] has joined #ruby
niv has joined #ruby
Furai has joined #ruby
duds- has quit [Max SendQ exceeded]
mbrndtgn has quit [Quit: The Lounge - https://thelounge.chat]
mbrndtgn has joined #ruby
mbrndtgn has quit [Client Quit]
mbrndtgn has joined #ruby
cocalero has quit [Quit: Going offline, see ya! (www.adiirc.com)]
duds- has joined #ruby
duds- has quit [Max SendQ exceeded]
duds- has joined #ruby
onyx has quit [Read error: Connection reset by peer]
duds- has quit [Max SendQ exceeded]
duds- has joined #ruby
cocalero has joined #ruby
duds- has quit [Max SendQ exceeded]
duds- has joined #ruby
s-liao-2000 has joined #ruby
duds- has quit [Max SendQ exceeded]
duds- has joined #ruby
comet23 has joined #ruby
duds- has quit [Max SendQ exceeded]
duds- has joined #ruby