duds- has quit [Remote host closed the connection]
duds- has joined #ruby
hololeap_ is now known as hololeap
fweht has joined #ruby
markong has joined #ruby
<fweht>
hi, im trying to get react-native running and there seems to be a problem with my cocoapods installation (installed via gem, never used gem before, gem seems to be installed on macos by default). could it be that i havent set up my path correctly? problem is, the folder from `gem environment gempath` doesnt contain `bin`, is this normal?
lunarkitty has quit [Quit: Connection closed for inactivity]
steerpike has quit [Remote host closed the connection]
steerpike has joined #ruby
shuvarek has quit [Remote host closed the connection]
<adam12>
fweht: It's normal.
<fweht>
adam12: cool, thanks!
<adam12>
fweht: What is the problem you're seeing?
<fweht>
aah i solved it already, sorry for not updating here! had to do with M1 architecture
<fweht>
had to do `sudo arch -x86_64 gem install ffi`
<weaksauce>
i remember looking at them and they didn't behave identical
<duds->
weird bc it says that but doesn't return a result when running a command
<duds->
oh does it?
<duds->
maybe it's the permissions then
<newton>
still works is probably based off the ruby version tbh it doesn't look like URI.escape is in ruby 3
<duds->
i'm on ruby 2.7.x
<newton>
also yeah weaksauce -- the output is different
<duds->
ruby 2.7.0p0 to be exact
<newton>
so if you upgrade it'll stop working but otherwise it's just warning you it's deprecated
<weaksauce>
which i'm not sure how they can consider that to be a drop in replacement for then
<duds->
alright
<duds->
must be permissions then
<newton>
permissions?
<duds->
yeah, rbot permissions, which is what i'm trying to run
<newton>
weaksauce, I think the context it's used in is what matters and if it's a viable drop-in
<duds->
so not really related to ruby itself then but the program
<newton>
duds-, the warning is from ruby, not rbot
<newton>
rbot is using URI.escape and ruby is just telling you it's deprecated
<duds->
thx
<duds->
yeah, but it's not an error; i thought the warning was why it wasn't working, but if it still works despite it, the problem must be on rbot's side (my permissions config)
<newton>
ah. np
ur5us has joined #ruby
vit has quit [Quit: Konversation terminated!]
<nakilon>
would be cool if CSV lib :converters param could be passed converter per specific column, not just throwing in a bunch
<nakilon>
I mean when I want the converter to be applied only to a specific column
<nakilon>
duds- there is probably some ruby flag that would supress warnings
vit has joined #ruby
taupiqueur has quit [Quit: taupiqueur]
pgib has quit [Ping timeout: 268 seconds]
___nick___ has quit [Ping timeout: 268 seconds]
Guest5767 has joined #ruby
Guest5767 has quit [Client Quit]
yxhuvud has quit [Remote host closed the connection]
yxhuvud has joined #ruby
<adam12>
there's also the warning gem which can silence specific warnings.