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
stylo has quit [Quit: Connection closed for inactivity]
John_Ivan has quit [Read error: Connection reset by peer]
<ox1eef_> going further, any enum method, with the "expensive" operation thrown off to a process: https://gist.github.com/0x1eef/07462da177e5c9d83ff766c6013e6b66
John_Ivan has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 240 seconds]
SunClonus has quit [Read error: Connection reset by peer]
jpn has joined #ruby
jpn has quit [Ping timeout: 256 seconds]
Workman3 has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 248 seconds]
Workman3 has quit [Ping timeout: 248 seconds]
s-liao-2000 has joined #ruby
gordea has joined #ruby
gordea has quit [Remote host closed the connection]
libsys has quit [Ping timeout: 264 seconds]
libsys has joined #ruby
John_Ivan has quit [Ping timeout: 240 seconds]
perrierjouet has quit [Quit: WeeChat 3.5]
RickHull has quit [Ping timeout: 264 seconds]
giorgian has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
sn0rl5x has joined #ruby
RickHull has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 264 seconds]
sn0rl5x has quit [Ping timeout: 252 seconds]
mooff has quit [Remote host closed the connection]
mooff has joined #ruby
RickHull has quit [Ping timeout: 272 seconds]
sn0rl5x has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 240 seconds]
Aminda has quit [Ping timeout: 268 seconds]
Aminda has joined #ruby
davidw_ has quit [Ping timeout: 264 seconds]
Ziyan has joined #ruby
Sankalp has quit [Ping timeout: 246 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
Sankalp has joined #ruby
mixfix41 has quit [Ping timeout: 248 seconds]
ur5us has joined #ruby
dionysus69 has joined #ruby
Rounin has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 272 seconds]
emcb54 has quit [Ping timeout: 248 seconds]
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
giorgian has joined #ruby
cxl has joined #ruby
teclator has joined #ruby
Ziyan has joined #ruby
ichzzt0 has joined #ruby
ichzzt0 has quit [Client Quit]
moldorcoder7 has joined #ruby
s-liao-2000 has quit [Quit: Client closed]
reset has quit [Quit: reset]
graywolf has joined #ruby
graywolf has quit [Client Quit]
Guest99 has joined #ruby
<Guest99> Hello, I'm trying to setup rubygems repository for running the test locally, but I have an issue with `rake setup`. When run under normal user, it complains that it cannot write to /usr/lib/ruby/gems/3.1.0/cache, but when run as a root it complain that I should not run bundler under root. So, can anyone here advice what to do? :)
<ox1eef_> you could try: bundle install --path=.bundle but it sounds like that repository is expecting to install gems into $HOME. You could see if setting GEM_HOME, and GEM_PATH helps.
<ox1eef_> (both are env vars)
<Guest99> Now I feel bit dumb :) I use bundler so often that I forgot GEM_HOME is a thing. Yeah, does fixes it. I will propose documenting it upstream. Thanks for the help.
<ox1eef_> welcome
Guest99 has quit [Quit: Client closed]
s-liao-2000 has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 256 seconds]
<ox1eef_> havenwood: not as simple as I hoped if the order is to stay the same, but not too bad i guess: https://github.com/0x1eef/xchan.rb/commit/9d5101c77a078a7b80c6a4aa224e3a61f1a10736
<ox1eef_> ah, wait, i should sleep in the block i yield -_-
jpn has joined #ruby
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jpn has quit [Ping timeout: 246 seconds]
<ox1eef_> final refactor is.. sort_by(&:pop).map(&:pop).
ur5us has quit [Ping timeout: 248 seconds]
protektwar has joined #ruby
protektwar has joined #ruby
protektwar has quit [Changing host]
Tempesta has joined #ruby
perrierjouet has joined #ruby
Ziyan has joined #ruby
Nubia0 has joined #ruby
Nubia0 has quit [Ping timeout: 240 seconds]
jpn has joined #ruby
jpn has quit [Ping timeout: 240 seconds]
jpn has joined #ruby
markong has joined #ruby
Ziyan has quit [Ping timeout: 240 seconds]
Ziyan has joined #ruby
protektwar has quit [Ping timeout: 268 seconds]
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jpn has quit [Ping timeout: 264 seconds]
Ziyan has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 256 seconds]
peder has quit [Ping timeout: 248 seconds]
John_Ivan has joined #ruby
jpn has joined #ruby
peder has joined #ruby
Na_Klar has joined #ruby
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
dminuoso has joined #ruby
dionysus69 has quit [Ping timeout: 248 seconds]
moldorcoder7 has quit [Ping timeout: 248 seconds]
Ziyan has joined #ruby
davidw_ has joined #ruby
jpn has quit [Ping timeout: 240 seconds]
bit4bit has joined #ruby
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 248 seconds]
jpn has joined #ruby
jpn has quit [Ping timeout: 240 seconds]
jpn has joined #ruby
Aminda has quit [Remote host closed the connection]
Aminda has joined #ruby
axisys has joined #ruby
jpn has quit [Ping timeout: 272 seconds]
jpn has joined #ruby
Aminda has quit [Remote host closed the connection]
Aminda has joined #ruby
sn0rl5x has quit [Ping timeout: 252 seconds]
_ht has joined #ruby
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #ruby
s-liao-2000 has quit [Quit: Client closed]
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #ruby
jhass[m] has quit [Quit: You have been kicked for being idle]
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
jpn has quit [Ping timeout: 264 seconds]
moldorcoder7 has joined #ruby
<havenwood> ox1eef_: was confused when I first misread that as "final ractor is.."
<havenwood> I wish we'd gone with "Guild", heh
<havenwood> ox1eef_: yeah, nice to show how to map with IPC 👍
<havenwood> Enumerable, better yet
<havenwood> I like unordered. ;)
<havenwood> The user can always #each_with_index to track if the order matters.
jpn has joined #ruby
<ox1eef_> agreed, i thought similar, maybe both options would be nice - and yeah, i almost constantly typo ractor as refactor :/ probably take a while to get use to.
jpn has quit [Ping timeout: 264 seconds]
axisys has quit [Remote host closed the connection]
jpn has joined #ruby
jpn has quit [Ping timeout: 264 seconds]
jpn has joined #ruby
PedroG2 has quit [Ping timeout: 276 seconds]
PedroG1 has joined #ruby
jpn has quit [Ping timeout: 256 seconds]
Na_Klar has left #ruby [https://quassel-irc.org - Komfortabler Chat. Überall. ]
markong has quit [Ping timeout: 264 seconds]
jpn has joined #ruby
jpn has quit [Ping timeout: 268 seconds]
reset has joined #ruby
jpn has joined #ruby
wand has quit [Remote host closed the connection]
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
Ziyan_ has quit [Ping timeout: 240 seconds]
Ziyan has joined #ruby
___nick___ has joined #ruby
wand has joined #ruby
jpn has quit [Ping timeout: 246 seconds]
schalken has joined #ruby
jpn has joined #ruby
Ziyan has quit [Ping timeout: 268 seconds]
Ziyan has joined #ruby
jpn has quit [Ping timeout: 246 seconds]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jpn has joined #ruby
___nick___ has joined #ruby
___nick___ has quit [Client Quit]
___nick___ has joined #ruby
wand has quit [Ping timeout: 268 seconds]
Ziyan has quit [Ping timeout: 248 seconds]
jpn has quit [Ping timeout: 268 seconds]
Ziyan has joined #ruby
wand has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 268 seconds]
Ziyan has quit [Ping timeout: 272 seconds]
Ziyan has joined #ruby
jpn has joined #ruby
___nick___ has quit [Ping timeout: 268 seconds]
jpn has quit [Ping timeout: 248 seconds]
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
jpn has joined #ruby
_ht has quit [Remote host closed the connection]
jpn has quit [Ping timeout: 246 seconds]
Vonter has quit [Ping timeout: 240 seconds]
cocalero_ has joined #ruby
sixecho has quit [*.net *.split]
M13k[m] has quit [*.net *.split]
leftylink has quit [*.net *.split]
atille_ has quit [*.net *.split]
aindilis has quit [*.net *.split]
weyhmueller has quit [*.net *.split]
aindilis has joined #ruby
atille has joined #ruby
weyhmueller has joined #ruby
leftylink has joined #ruby
sixecho has joined #ruby
jpn has joined #ruby
M13k[m] has joined #ruby
jpn has quit [Ping timeout: 240 seconds]
bit4bit has quit [Ping timeout: 268 seconds]
jpn has joined #ruby
bit4bit has joined #ruby
ur5us has joined #ruby
jpn has quit [Ping timeout: 272 seconds]
polishdub has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 256 seconds]
cocalero_ has quit [Ping timeout: 256 seconds]
bit4bit has quit [Remote host closed the connection]
jpn has joined #ruby
jpn has quit [Ping timeout: 272 seconds]
ur5us has quit [Ping timeout: 248 seconds]
markong has joined #ruby
giorgian has quit [Ping timeout: 248 seconds]
jpn has joined #ruby
giorgian has joined #ruby
jpn has quit [Ping timeout: 272 seconds]
cocalero_ has joined #ruby