weaksauce has quit [Quit: Textual IRC Client: www.textualapp.com]
weaksauce has joined #ruby
gearnode has quit [Ping timeout: 244 seconds]
graywolf has quit [Quit: WeeChat 3.1]
jetchisel has quit [Ping timeout: 244 seconds]
jetchisel has joined #ruby
sdfuiojklqaz2 has quit [Remote host closed the connection]
Milos has quit [Quit: ZNC 1.8.2 - https://znc.in]
Milos has joined #ruby
Milos is now known as Guest7515
jetchisel has quit [Ping timeout: 272 seconds]
Guest7515 is now known as Milos
Milos has quit [Changing host]
Milos has joined #ruby
Milos has quit [Quit: ZNC 1.8.2 - https://znc.in]
Milos has joined #ruby
joast has quit [Quit: Leaving.]
easbarbosa has quit [Ping timeout: 252 seconds]
jetchisel has joined #ruby
jetchisel has quit [Ping timeout: 272 seconds]
dmang has joined #ruby
dmang has quit [Changing host]
dmang has joined #ruby
jetchisel has joined #ruby
dmang has quit [Quit: Leaving]
dmang has joined #ruby
dmang has joined #ruby
dmang has quit [Changing host]
jetchisel has quit [Ping timeout: 272 seconds]
sdfuiojklqaz has joined #ruby
jetchisel has joined #ruby
sdfuiojklqaz has quit [Ping timeout: 244 seconds]
dmang has quit [Quit: Leaving]
dmang has joined #ruby
dmang has joined #ruby
dmang has quit [Changing host]
jmcgnh has quit [Ping timeout: 244 seconds]
jmcgnh has joined #ruby
dali546 has joined #ruby
<dali546> Oh hai
dali546 has quit [Remote host closed the connection]
dali546 has joined #ruby
dali546 has quit [Quit: Quit]
grm21 has joined #ruby
postmodern has quit [Quit: Leaving]
Guest3278 has joined #ruby
Cork has joined #ruby
Guest3278 has quit [Quit: Client closed]
gearnode has joined #ruby
unyu has quit [Ping timeout: 268 seconds]
unyu has joined #ruby
peder has quit [Quit: Reconnecting]
peder has joined #ruby
peder has quit [Client Quit]
peder has joined #ruby
marahin has joined #ruby
marahin has quit [Changing host]
peder is now known as pstray
dali546 has joined #ruby
podge has joined #ruby
pstray is now known as peder
dali546 has quit [Client Quit]
clemens3 has quit [Ping timeout: 272 seconds]
kwilczynski has quit [Changing host]
kwilczynski has joined #ruby
clemens3 has joined #ruby
Tempesta has joined #ruby
Tempesta has quit [Quit: See ya!]
Tempesta has joined #ruby
dostoyevsky2 has quit [Quit: leaving]
dostoyevsky2 has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
olspookishmagus has joined #ruby
Tempesta has quit [Remote host closed the connection]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
ua_ has joined #ruby
tankf33der has joined #ruby
<tankf33der> trying compile ruby3 on irix, slow progress so far.
<tankf33der> stuck.
<adam12> tankf33der: Haven’t heard the name IRIX in a while.
<tankf33der> adam12: IRIX64 murasaki 6.5 6.5.30f 07202013 IP35
<adam12> Nice. I always enjoyed the look of SGI machines.
mayhew has joined #ruby
Pe9le9 has joined #ruby
Pe9le9 has quit [Ping timeout: 250 seconds]
jetchisel has quit [Ping timeout: 272 seconds]
jetchisel has joined #ruby
teclator has joined #ruby
teclator is now known as teclator_home
teclator_home is now known as teclator
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
teclator has joined #ruby
<tankf33der> i see some tests failed un fedora rawhide when i run 'make exam' in ruby from git.
<tankf33der> how to find which test failed?
elpix has joined #ruby
<adam12> tankf33der: I’m surprised it doesn’t say. Can you share the output in a gist?
gearnode has quit [Remote host closed the connection]
gearnode has joined #ruby
<tankf33der> rerun, to catch the output correctly.
<tankf33der> lets see.
<tankf33der> ruby3 compilation failed on irix, need first compile modern gcc.
<tankf33der> already ported m4 and autoconf. nasty.
<tankf33der> this is output from voidlinux for example.
<tankf33der> this is double free from fedora rawhide
lunarkitty has quit [Quit: Connection closed for inactivity]
sdfuiojklqaz has joined #ruby
dj2 has joined #ruby
dj2 has quit [Quit: Client closed]
ccooke has quit [Quit: Insert pithy message here]
ccooke has joined #ruby
Pe9le9 has joined #ruby
Pe9le9 has quit [Quit: Client closed]
involans has joined #ruby
fury1089 has joined #ruby
fury1089 has left #ruby [#ruby]
jwr has joined #ruby
<jwr> we have a filter bar in an application which has a large number of elements which can be checked or unchecked, and each element gets passed as a query string in an HTTP GET request. Is there any way that the query string can be compressed/decompressed to make it smaller? It's so large that it's tripping a limit in our load balancer.
<gr33n7007h> jwr: you could use zlib
<mayhew> jwr: if your querystring is so large you're considering compression, you should likely switch to using POST / another HTTP method with a body
roadie has joined #ruby
sdfuiojklqaz2 has joined #ruby
m8769 has joined #ruby
sdfuiojklqaz has quit [Ping timeout: 265 seconds]
elpix has quit [Ping timeout: 265 seconds]
<clemens3> just zip the string and unzip on the server
<clemens3> ah, already recommended
teclator has quit [Remote host closed the connection]
tubbo has quit [Quit: later skaters]
TomyLobo2 has joined #ruby
m8769 has quit [Quit: WeeChat 3.1]
crankharder has joined #ruby
crankharder has quit [Client Quit]
crankharder has joined #ruby
crankharder has quit [Client Quit]
crankharder has joined #ruby
<crankharder> I'd like to move these compile flags to an env variable that RVM automatically picks up on: "rvm install 2.7.3 -C --with-jemalloc --with-openssl-dir=`brew --prefix openssl`" -- so my command can just be "rvm install 2.7.3" - does that env variable exist?
clemens3 has quit [Ping timeout: 272 seconds]
<havenwood> crankharder: The brew side of things can be set with: rvm autolibs homebrew
jetchisel has quit [Ping timeout: 272 seconds]
clemens3 has joined #ruby
<crankharder> i kinda thought rvm did that automatically - but maybe you have to explicitly enable that?
<havenwood> crankharder: It'll automatically detect Brew but gives MacPorts priority IIR.
<havenwood> I wasn't sure why you were specifying brew openssl when it's automatically detected unless you change autolibs or have macports you don't want to be using.
<crankharder> yea, i feel like we had issues with that which is why it's there. i'd never explicitly enabled autolibs, so maybe that's it
gr33n7001 has joined #ruby
gr33n7007h is now known as Guest9185
gr33n7001 is now known as gr33n7007h
Guest9185 has quit [Ping timeout: 244 seconds]
wmoxam_ is now known as wmoxam
gearnode has quit [Ping timeout: 240 seconds]
postmodern has joined #ruby
Nowaker has joined #ruby
chonkbit has joined #ruby
cout has joined #ruby
TomyLobo2 has quit [Quit: Leaving]
kyrofa has joined #ruby
gr33n7007h has quit [Quit: WeeChat 3.2]
kyrofa has quit [Client Quit]
gr33n7007h has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 244 seconds]
chonkbit has quit [Quit: Konversation terminated!]
crankharder has joined #ruby
chonkbit has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
crankharder has joined #ruby
reset has quit [Quit: reset]
tankf33der has left #ruby [the lounge - https://webirc.envs.net]
factor has joined #ruby
grm21 has quit [Quit: Client closed]
leah2 has quit [Quit: trotz alledem!]
leah2 has joined #ruby
lfalcao has joined #ruby
lfalcao has quit [Ping timeout: 240 seconds]
aeris| has joined #ruby
aeris has quit [Remote host closed the connection]
lunarkitty has joined #ruby
Aighearach has quit [Ping timeout: 268 seconds]
Aighearach has joined #ruby
crankharder has quit [Quit: leaving]
chonkbit has quit [Quit: Konversation terminated!]
chonkbit has joined #ruby
Winterschlaf has joined #ruby
chonkbit has quit [Ping timeout: 240 seconds]
lfalcao has joined #ruby
jwr has quit [Quit: Leaving...]
seydar has joined #ruby
seydar has quit [Quit: leaving]
seydar has joined #ruby
seydar has quit [Client Quit]
dj2 has joined #ruby
Winterschlaf has left #ruby [#ruby]
dj2 has quit [Client Quit]
gearnode has joined #ruby
lfalcao has quit [Ping timeout: 268 seconds]
chonkbit has joined #ruby