adam12 changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.2.2, 3.1.4, 3.0.6, 2.7.8: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://t.ly/9ua4 | Logs: https://libera.irclog.whitequark.org/ruby/
pounce has quit [Read error: Connection reset by peer]
meimei has quit [Read error: Connection reset by peer]
roadie has joined #ruby
meimei has joined #ruby
pounce has joined #ruby
markong has quit [Ping timeout: 276 seconds]
moldorcoder7 has quit [Ping timeout: 260 seconds]
Hammdist has joined #ruby
fopshi has quit [Ping timeout: 265 seconds]
Linux_Kerio has joined #ruby
Prodigy has joined #ruby
grenierm has joined #ruby
desnudopenguino has quit [Ping timeout: 248 seconds]
Prodigy has quit [Quit: WeeChat 3.8]
caedmon has joined #ruby
caedmon has quit [Ping timeout: 240 seconds]
caedmon has joined #ruby
caedmon has quit [Ping timeout: 248 seconds]
reset has quit [Quit: reset]
Artea has quit [Ping timeout: 255 seconds]
cnsvc has quit [Ping timeout: 255 seconds]
cnsvc- has joined #ruby
m_antis_ has quit [Quit: ZNC - https://znc.in]
Artea has joined #ruby
m_antis has joined #ruby
otisolsen70 has joined #ruby
teclator has joined #ruby
shokohsc2 has joined #ruby
shokohsc has quit [Ping timeout: 248 seconds]
shokohsc2 is now known as shokohsc
_ht has joined #ruby
dionysus69 has joined #ruby
jvalleroy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jvalleroy has joined #ruby
shokohsc has quit [Ping timeout: 255 seconds]
shokohsc has joined #ruby
gr33n7007h has quit [Ping timeout: 248 seconds]
gr33n7007h has joined #ruby
gr33n7007h has quit [Ping timeout: 240 seconds]
gr33n7007h has joined #ruby
moldorcoder7 has joined #ruby
Linux_Kerio has quit [Ping timeout: 255 seconds]
graywolf has joined #ruby
Linux_Kerio has joined #ruby
graywolf has quit [Quit: WeeChat 3.8]
markong has joined #ruby
calyci has joined #ruby
Perflosopher has quit [Ping timeout: 246 seconds]
Perflosopher has joined #ruby
Lena64t has joined #ruby
calyci has quit [Ping timeout: 248 seconds]
<gthank> I'm looking for tips on how to debug a `bundle install --local --path vendor` failure ; it tells me "Could not find racc-1.6.2 in any of the sources" but when I list the contents of `./vendor/cache` I find `racc-1.6.2.gem`
tomtmym has joined #ruby
tomtmym has quit [Changing host]
tomtmym has joined #ruby
<jhass[m]> looks like racc has jruby specific native extensions, any JRuby involved in your setup anywhere?
<jhass[m]> like using it locally but not on the deployment target or vice versa
<jhass[m]> locally=whatever compiles your vendor/cache directory
<gthank> No, no JRuby
<gthank> It's a FreeBSD box on AWS (a Graviton2-based instance)
<adam12> Probably arch related then.
<adam12> Did you build vendor/cache on another machine?
<gthank> If I run it without `--local`, it works, and there are messages about fetching gems (basically anything that says compiling with native extensions), but none of the timestamps in `vendor/cache` change
<gthank> Yes, `vendor/cache` is common and includes manual downloads to handle multiple architectures. Confusingly, `racc` doesn't seem to have a platform-specific gem but does then say it's compiling with native extensions
dionysus69 has quit [Ping timeout: 240 seconds]
John_Ivan has quit [Read error: Connection reset by peer]
otisolsen70 has quit [Read error: Connection reset by peer]
teclator has quit [Ping timeout: 250 seconds]
shokohsc has quit [Ping timeout: 255 seconds]
<ox1eef_> gthank: Install it as a port. devel/rubygem-racc.
shokohsc has joined #ruby
<ox1eef_> This is more or less why I don't use FreeBSD's Ruby, and use this instead: https://github.com/0x1eef/ports/tree/main/freebsd/lang/ruby32-std
<gthank> ox1eef_ thx
<ox1eef_> No worries.
ua__ has quit [Ping timeout: 260 seconds]
reset has joined #ruby
dionysus69 has joined #ruby
ua__ has joined #ruby
John_Ivan has joined #ruby
___nick___ has joined #ruby
dviola has joined #ruby
tdcw has joined #ruby
John_Ivan_ has joined #ruby
John_Ivan has quit [Ping timeout: 252 seconds]
John_Ivan__ has joined #ruby
John_Ivan_ has quit [Ping timeout: 276 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
nektro has joined #ruby
John_Ivan_ has joined #ruby
John_Ivan__ has quit [Ping timeout: 240 seconds]
Goodbye_Vincent has quit [Read error: Connection reset by peer]
Goodbye_Vincent has joined #ruby
caedmon has joined #ruby
caedmon has quit [Ping timeout: 265 seconds]
mark22k has joined #ruby
<mark22k> Hello, is there somewhere a maintained fork of Eventmachine. Currently there are over 100 issues and 34 PR, which are not or only partially processed. Furthermore the project is shown as red on https://www.ruby-toolbox.com/projects/eventmachine. Is there somewhere a community-developed maintained version of eventmachine? Are there alternatives to
<mark22k> eventmachine, which are also event-based (not like async)?
John_Ivan__ has joined #ruby
<weaksauc_> what kind of events? mark22k
<mark22k> Receive
<weaksauc_> if async can make a http server via falcon it seems it should be able to do whatever you'd want
<weaksauc_> wrt event driven design
Sankalp- has joined #ruby
Sankalp has quit [Ping timeout: 246 seconds]
Sankalp- is now known as Sankalp
John_Ivan_ has quit [Ping timeout: 260 seconds]
<mark22k> Perhaps a little poorly worded. I noticed the difference in the WebSocket extensions, which are available for async and EventMachine. With faya-websocket, which uses EventMachine, there is an event for each WebSocket event (onError, onConnect, onDisconnect, ...). When I look at the examples of async-websocket, it looks more like a normal TCP
<mark22k> connection.
<mark22k> falcon I should probably take a look at. Thanks!
___nick___ has quit [Ping timeout: 260 seconds]
<weaksauc_> mark22k if you have a lot of time invested in eventmachine you can use git master perhaps
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
<weaksauc_> but async is the future
John_Ivan_ has joined #ruby
John_Ivan__ has quit [Ping timeout: 255 seconds]
desnudopenguino has joined #ruby
eron has joined #ruby
roadie` has joined #ruby
shokohsc5 has joined #ruby
shokohsc has quit [Ping timeout: 252 seconds]
shokohsc5 is now known as shokohsc
roadie has quit [Ping timeout: 248 seconds]
teclator has joined #ruby
John_Ivan__ has joined #ruby
Pixi has quit [Quit: Leaving]
John_Ivan_ has quit [Ping timeout: 255 seconds]
desnudopenguino1 has joined #ruby
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
desnudopenguino has quit [Ping timeout: 260 seconds]
desnudopenguino1 is now known as desnudopenguino
<mark22k> Is there a good Async tutorial somewhere that explains the basics? I mainly plan to use Async for TCP.
<weaksauc_> mark22k the website is a pretty good start i think
Linux_Kerio has quit [Ping timeout: 252 seconds]
yxhuvud has joined #ruby
xyhuvud has joined #ruby
xyhuvud_ has joined #ruby
yxhuvud has quit [Remote host closed the connection]
xyhuvud has quit [Remote host closed the connection]
xyhuvud_ has quit [Remote host closed the connection]
yxhuvud has joined #ruby
yxhuvud has quit [Client Quit]
yxhuvud has joined #ruby
Pixi has joined #ruby
roadie` has quit [Quit: ERC 5.5 (IRC client for GNU Emacs 29.0.90)]
roadie has joined #ruby
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
shokohsc has quit [Read error: Connection reset by peer]
_ht has quit [Quit: _ht]
shokohsc has joined #ruby
eron has quit [Ping timeout: 260 seconds]
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
tdcw has quit [Ping timeout: 256 seconds]
tdcw has joined #ruby
gr33n7007h has quit [Ping timeout: 255 seconds]
Goodbye_Vincent has quit [Remote host closed the connection]
gr33n7007h has joined #ruby
Goodbye_Vincent has joined #ruby
scottg489 has quit [Quit: ZNC 1.8.2 - https://znc.in]
scottg489 has joined #ruby
tomtmym has quit [Quit: Gone.]
gthank has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
teclator has quit [Ping timeout: 255 seconds]
roadie has quit [Ping timeout: 248 seconds]
gthank has joined #ruby
Goodbye_Vincent has quit [Read error: Connection reset by peer]
Goodbye_Vincent has joined #ruby
roadie has joined #ruby
tdcw has quit [Ping timeout: 240 seconds]
tdcw has joined #ruby
roadie has quit [Ping timeout: 248 seconds]
tdcw has quit [Ping timeout: 255 seconds]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
stirl has joined #ruby
gthank has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
John_Ivan__ has quit [Read error: Connection reset by peer]
stirl has quit [Remote host closed the connection]
roadie has joined #ruby
John_Ivan has joined #ruby
tdcw has joined #ruby
roadie has quit [Ping timeout: 248 seconds]
tdcw has quit [Ping timeout: 276 seconds]
Goodbye_Vincent has quit [Remote host closed the connection]
Goodbye_Vincent has joined #ruby
tdcw has joined #ruby
tdcw has quit [Ping timeout: 276 seconds]