havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.0, 2.7.2, 2.6.6: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | BLM <3
niv has quit [Client Quit]
DaRock has joined #ruby
hassox_ has joined #ruby
niv has joined #ruby
Rounin has quit [Ping timeout: 256 seconds]
hassox has quit [Ping timeout: 264 seconds]
niv has quit [Read error: Connection reset by peer]
AndreYuhai has quit [Ping timeout: 264 seconds]
konsolebox has quit [Read error: Connection reset by peer]
Technodrome has joined #ruby
niv has joined #ruby
konsolebox has joined #ruby
AndreYuhai has joined #ruby
howdoi has joined #ruby
AndreYuhai has quit [Client Quit]
konsolebox has quit [Read error: Connection reset by peer]
shtirlic has quit [Ping timeout: 276 seconds]
konsolebox has joined #ruby
rf` has quit []
envex has joined #ruby
mixfix41 has joined #ruby
crankharder has joined #ruby
konsolebox has quit [Read error: Connection reset by peer]
oneeggea_ has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
oneeggea_ has quit [Remote host closed the connection]
oneeggea_ has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
oneeggeach has quit [Ping timeout: 264 seconds]
konsolebox has joined #ruby
jenrzzz has joined #ruby
oneeggea_ has quit [Remote host closed the connection]
oneeggeach has joined #ruby
oneeggeach has quit [Remote host closed the connection]
konsolebox has quit [Read error: Connection reset by peer]
mixfix41 has quit [Quit: leaving]
gray-_-wolf has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY_ has joined #ruby
MalkbabY_ is now known as MalkbabY
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
konsolebox has joined #ruby
cd has quit [Quit: cd]
konsolebox has quit [Read error: Connection reset by peer]
jonhg has joined #ruby
DTZUZU has joined #ruby
cd has joined #ruby
factormystic has quit [Read error: Connection reset by peer]
jonhg has quit [Ping timeout: 246 seconds]
crankharder has joined #ruby
mixfix41 has joined #ruby
yong_ has joined #ruby
konsolebox has joined #ruby
shtirlic has joined #ruby
factormystic has joined #ruby
shtirlic has quit [Ping timeout: 264 seconds]
crankharder has quit [Ping timeout: 256 seconds]
crankharder has joined #ruby
_aeris_ has quit [Remote host closed the connection]
_aeris_ has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
cd has quit [Quit: cd]
neshpion has joined #ruby
yong_ is now known as Iacob
konsolebox has quit [Read error: Connection reset by peer]
niv has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
niv has joined #ruby
konsolebox has joined #ruby
niv has quit [Client Quit]
niv has joined #ruby
niv has quit [Client Quit]
jenrzzz has quit [Ping timeout: 246 seconds]
niv has joined #ruby
niv has quit [Client Quit]
niv has joined #ruby
niv has quit [Client Quit]
neshpion has quit [Quit: rest in printf]
niv has joined #ruby
niv has joined #ruby
niv has quit [Client Quit]
Technodrome has joined #ruby
<nakilon> does anyone use Array#prepend and Array#append?
<havenwood> nakilon: yup
niv has joined #ruby
<nakilon> havenwood did you force yourself to stop using push and unshift?
<havenwood> nakilon: I was happy to move from #unshift to #prepend.
<havenwood> nakilon: I never did #push.
Rudd0 has quit [Ping timeout: 260 seconds]
<nakilon> need more aliases
<nakilon> Array#unpop
<havenwood> What does Array#reshift do?
<havenwood> April 1 propose a method that prepends and appends at once?
<havenwood> Array#<<>>
<havenwood> and of course also Array#>><<
<havenwood> I admit, I've wanted Array#>> more than once.
<nakilon> I don't support using methods that use non A-Z chars for no reason
<nakilon> << was just a legacy after C++
<nakilon> .pop and .push is more consistent
<havenwood> &>> class Array; alias >> prepend end; [1, 2, 3] >> 0
<rubydoc_> # => [0, 1, 2, 3] (https://carc.in/#/r/ajya)
<havenwood> &>> class Array; alias >> prepend end; [1, 2, 3] >> 0 << 4
<rubydoc_> # => [0, 1, 2, 3, 4] (https://carc.in/#/r/ajyb)
<nakilon> oh god, it's unintuitive at all
<havenwood> But yeah, I think #prepend and #append are nice.
<nakilon> I thought you wanted >> to work as pop -- that would make sense
<nakilon> now adding the rest
al2o3-cr has quit [Ping timeout: 256 seconds]
gearnode has quit [Ping timeout: 264 seconds]
<havenwood> Array#🌋
crankharder has joined #ruby
ur5us has quit [Ping timeout: 264 seconds]
ur5us has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
ChmEarl has quit [Quit: Leaving]
<havenwood> &>> class ԵԶԷԸԹԺԻԼԽԾԿՀՁ ⰍⰎⰏⰐⰑⰒⰓⰔⰕ = :ƧƩƬƮƯƱƲƳƵƷƸ; def ⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈ = ⰍⰎⰏⰐⰑⰒⰓⰔⰕ end; ԵԶԷԸԹԺԻԼԽԾԿՀՁ.new.ⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈ
<rubydoc_> # => -e:4: syntax error, unexpected '=', expecting ';' or '\n'... check link for more (https://carc.in/#/r/ajyc)
<havenwood> Oh, right... 2.7.
crankharder has quit [Ping timeout: 264 seconds]
konsolebox has quit [Read error: Connection reset by peer]
<nakilon> havenwood is it you who made https://ruby-community.com/faq ?
<nakilon> I mean the content
<havenwood> nakilon: Nope.
<nakilon> havenwood okay
<nakilon> it just says: 3/2 == 0, lol
<havenwood> 3/2 == 0
<havenwood> seems like dyslexic writing
<havenwood> 2/3 == 0
<havenwood> betcha author meant to write %
<havenwood> nakilon: Why is `false`?
<nakilon> havenwood wat?
crankharder has joined #ruby
<nakilon> it's 1
<havenwood> Probably should just change that 0 to a 1 for the quickest fix.
<nakilon> yep
<havenwood> nakilon: i just meant "Why is `3/2 == 0`?" is "Why is `false`?"
<havenwood> Why is false???
<havenwood> It isn't.
<nakilon> because likfe is hard
<nakilon> *life
al2o3-cr has joined #ruby
konsolebox has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
raj__ is now known as raj
Mrgoose has quit [Quit: The Lounge - https://thelounge.chat]
Mrgoose has joined #ruby
crankharder has joined #ruby
konsolebox has quit [Read error: Connection reset by peer]
crankharder has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
konsolebox has joined #ruby
m27frogy has quit [Ping timeout: 264 seconds]
rubydoc_ has quit [Ping timeout: 260 seconds]
phaul has quit [Ping timeout: 246 seconds]
Rudd0 has joined #ruby
Iacob has quit [Read error: Connection reset by peer]
Iacob has joined #ruby
dinfuehr has quit [Ping timeout: 246 seconds]
gix has quit [Disconnected by services]
gix- has joined #ruby
dinfuehr has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
phaul has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
rubydoc_ has joined #ruby
konsolebox has quit [Read error: Connection reset by peer]
teardown has quit [Ping timeout: 268 seconds]
shtirlic has joined #ruby
konsolebox has joined #ruby
konsolebox has quit [Read error: Connection reset by peer]
ur5us has quit [Ping timeout: 264 seconds]
shtirlic has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 265 seconds]
teardown has joined #ruby
konsolebox has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
StarOnD has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
howdoi has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
teardown has quit [Ping timeout: 268 seconds]
konsolebox has quit [Read error: Connection reset by peer]
Swyper has joined #ruby
crankharder has joined #ruby
konsolebox has joined #ruby
naftilos76 has joined #ruby
eldritch has quit [Ping timeout: 260 seconds]
crankharder has quit [Ping timeout: 246 seconds]
eldritch has joined #ruby
konsolebox has quit [Read error: Connection reset by peer]
konsolebox has joined #ruby
Swyper has quit [Remote host closed the connection]
_aeris_ has quit [Remote host closed the connection]
_aeris_ has joined #ruby
akem_ has quit [Quit: leaving]
kaivai has quit [Ping timeout: 245 seconds]
Iacob has quit [Remote host closed the connection]
Iacob has joined #ruby
konsolebox has quit [Read error: Connection reset by peer]
kaivai has joined #ruby
Iacob has quit [Client Quit]
crankharder has joined #ruby
konsolebox has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
elcuervo has joined #ruby
cuerbot has quit [Ping timeout: 245 seconds]
jonhg has joined #ruby
jonhg has quit [Ping timeout: 246 seconds]
TomyWork has joined #ruby
jenrzzz has joined #ruby
ur5us has joined #ruby
gix- has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
StarOnD has quit [Ping timeout: 240 seconds]
jonhg has joined #ruby
jonhg has quit [Ping timeout: 264 seconds]
vondruch has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
imadper has joined #ruby
StarOnD has joined #ruby
StarOnD has quit [Client Quit]
imadper` has joined #ruby
imadper has quit [Ping timeout: 256 seconds]
Rounin has joined #ruby
StarOnD has joined #ruby
jonhg has joined #ruby
BeerLover has joined #ruby
hiroaki has quit [Ping timeout: 265 seconds]
shtirlic has joined #ruby
imadper`` has joined #ruby
imadper` has quit [Ping timeout: 245 seconds]
hiroaki has joined #ruby
shtirlic has quit [Ping timeout: 256 seconds]
split-brain has joined #ruby
crankharder has joined #ruby
BeerLover has quit [Quit: Textual IRC Client: www.textualapp.com]
crankharder has quit [Ping timeout: 256 seconds]
gearnode has joined #ruby
jenrzzz has joined #ruby
konsolebox has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 264 seconds]
konsolebox has joined #ruby
akem has joined #ruby
akem has quit [Client Quit]
akem has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
imadper`` has quit [Ping timeout: 260 seconds]
ur5us has quit [Ping timeout: 264 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
StarOnD has quit [Quit: Connection closed]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
miojofu has joined #ruby
miojofu has quit [Ping timeout: 260 seconds]
shtirlic has joined #ruby
StarOnD has joined #ruby
shtirlic has quit [Remote host closed the connection]
Technodrome has joined #ruby
Rudd0 has quit [Ping timeout: 245 seconds]
cd has joined #ruby
Rudd0 has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
m27frogy has joined #ruby
shtirlic has joined #ruby
<c355e3b> Anyone know if its possible to get/set the socket used by Net::HTTP?
crankharder has joined #ruby
bsdbandit-01 has joined #ruby
bsdband54 has joined #ruby
split-brain has quit [Remote host closed the connection]
al2o3-cr has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Ping timeout: 246 seconds]
bsdband54 has quit [Read error: Connection reset by peer]
StarOnD has quit [Quit: Connection closed]
Technodrome has quit [Quit: Textual IRC Client: www.textualapp.com]
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
shokohsc has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
al2o3-cr has joined #ruby
Dweezahr_ has quit [Quit: WeeChat 3.0]
jonhg_ has joined #ruby
jonhg_ has quit [Remote host closed the connection]
jonhg has quit [Read error: Connection reset by peer]
al2o3-cr has quit [Client Quit]
jonhg has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
al2o3-cr has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
supercoven has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
crankharder has joined #ruby
Swyper has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
<NL3limin4t0r> c355e3b: It is possible, but I don't know if it's smart because you are tinkering with library internals.
ChmEarl has joined #ruby
<NL3limin4t0r> &>> require 'net/http'; example = URI('https://www.example.com'); http = Net::HTTP.start(example.host, example.port, use_ssl: true); http.instance_variable_get('@socket').instance_variable_get('@io')
<rubydoc_> # => playpen: application terminated abnormally with signal 31 (Bad system call) (https://carc.in/#/r/ak1i)
crankharder has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
bsdbandit-01 has joined #ruby
MalkbabY has quit [Remote host closed the connection]
bsdbandit-01 has quit [Read error: Connection reset by peer]
MalkbabY has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
<nakilon> havenwood where would you read gem dbm docs since the https://www.rubydoc.info/gems/dbm/1.1.0 does not work?
crankharder has joined #ruby
gray-_-wolf has quit [Quit: WeeChat 3.0]
crankharder has quit [Ping timeout: 256 seconds]
bsdbandit-01 has joined #ruby
joast has joined #ruby
<nakilon> oh, thanks
<al2o3-cr> np :)
<al2o3-cr> nakilon: can always trigger the bot
alexherbo2 has joined #ruby
<al2o3-cr> ?ri DMB nakilon
<ruby[bot]> al2o3-cr: I don't see no DMB, whom should I tell about ri?
<al2o3-cr> &ri DMB nakilon
<rubydoc_> al2o3-cr: Found no entry that matches class DMB
bsdbandit-01 has quit [Read error: Connection reset by peer]
<al2o3-cr> &ri DBM nakilon
<nakilon> I forgot it was in stdlib, and the link above that does not work is the one on rubygems.org, i.e. I suppose in the .gemspec
<al2o3-cr> yeah, it's a default gem
<al2o3-cr> i think it's needs to updated on rubygems.org :(
<al2o3-cr> nakilon: https://stdgems.org/ then check the resourse links.
<al2o3-cr> *resource
* nakilon bookmarked
bsdbandit-01 has joined #ruby
<nakilon> is rubygem.org default to that website?
<nakilon> *defaulting
<al2o3-cr> which gemspec are you looking at?
TCZ has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
<nakilon> spec.metadata{ "documentation_uri" => ...
Rudd0 has quit [Ping timeout: 246 seconds]
<al2o3-cr> nakilon: you must be looking at an old gemspec i guess.
postmodern has quit [Quit: Leaving]
<nakilon> al2o3-cr I mean it's the problem that this key does not exist
<nakilon> and so rubygems.org point to the url that does not woek
<nakilon> *work
<nakilon> anyway it's weird -- the values that I've cached using this gem are different from what they have to be https://dpaste.org/sXgr/slim
cthulchu has joined #ruby
naftilos76 has quit [Remote host closed the connection]
naftilos76 has joined #ruby
crankharder has joined #ruby
<al2o3-cr> nakilon: \_0o_/
bsdbandit-01 has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
<nakilon> nvm, it's somewhere on my side I guess
balo has quit [Ping timeout: 240 seconds]
<nakilon> ah, yeah, I put .sample )
<nakilon> no wonder it does not match
balo has joined #ruby
crankharder has joined #ruby
naftilos76 has quit [Ping timeout: 260 seconds]
teclator has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
tabakhase has quit [Ping timeout: 272 seconds]
crankharder has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
tabakhase has joined #ruby
teclator has joined #ruby
shokohsc has quit [Quit: The Lounge - https://thelounge.chat]
shokohsc has joined #ruby
bamdad has quit [Ping timeout: 268 seconds]
bamdad has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
crankharder has joined #ruby
weaksauce has quit [Ping timeout: 245 seconds]
lightstalker has quit [Ping timeout: 256 seconds]
naftilos76 has joined #ruby
naftilos76 has quit [Client Quit]
lightstalker has joined #ruby
Rudd0 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
AndreYuhai has joined #ruby
<AndreYuhai> How can I start parsing regexp from the end? I am basically trying to parse an address
<AndreYuhai> which is like address city state zip
<AndreYuhai> I can parse city state zip easily but not sure how to get that address part since we don't know how long that is
<AndreYuhai> When I do .+ it basically takes the whole string then, is there any way to say to get the remaining of the string?
<adam12> AndreYuhai: Maybe some sort of lookahead would work.
crankharder has quit [Ping timeout: 260 seconds]
<adam12> AndreYuhai: Is there no punctuation in that address at all? How do you know where city starts?
<adam12> AndreYuhai: Could do multiple passes too. Strip what you know from the string (if you’ve already matched the last 3 pieces).
<AndreYuhai> adam12, I go from the end that's the problem :D I know that the zip is at the end and before that goes the state and then the city
<AndreYuhai> So maybe the best approach is like you mentioned, strip out what I know and then use the rest as address
crankharder has joined #ruby
<adam12> AndreYuhai: What about cities with spaces in them?
<AndreYuhai> adam12, in this case there's only one city with space which is SOCIAL CIRCLE
<AndreYuhai> at least that's what I'm told :D
<adam12> Ah!
<AndreYuhai> and the state is always GA
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
Swyper has quit [Remote host closed the connection]
<adam12> AndreYuhai: Maybe two-pass regexp or something with StringScanner.
andremedeiros has quit [Read error: Connection reset by peer]
<AndreYuhai> What's two pass regexp
<AndreYuhai> What I did is basically strip out whatever I've found and then take the rest as the address
<adam12> AndreYuhai: Regexp what you know, then slice it out of the string. Then regexp the remainder to see if you can get city out of address.
<AndreYuhai> Oh okay
<adam12> ie. state and zip is super easy, obviously. Once you have that, you could anchor to the end of the string to extract the city (since only one has a space in it LOL). Then you’d have the address.
andremedeiros has joined #ruby
<AndreYuhai> adam12, Thanks I actually included the city in the first regexp as well as shown at the link I've shared
bsdbandit-01 has joined #ruby
Swyper has joined #ruby
TomyWork has quit [Quit: Leaving]
crankharder has quit [Ping timeout: 256 seconds]
crankharder has joined #ruby
Swyper has quit [Ping timeout: 260 seconds]
howdoi has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
<nakilon> 19:16:51 <AndreYuhai> How can I start parsing regexp from the end?
jenrzzz has joined #ruby
<nakilon> str = str.split(" ").reverse.join(" ")
<nakilon> ..D
bsdbandit-01 has joined #ruby
<nakilon> then parse if it makes it easier
bsdbandit-01 has quit [Read error: Connection reset by peer]
DaRock has quit [Ping timeout: 246 seconds]
jenrzzz has quit [Ping timeout: 244 seconds]
bsdbandit-01 has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
bsdbandit-01 has quit [Read error: Connection reset by peer]
TCZ has quit [Quit: Czesc]
TCZ has joined #ruby
crankharder has joined #ruby
factormystic7 has joined #ruby
<adam12> AndreYuhai: You can get pre-match out of your regexp if that helps.
<adam12> &>> "4335 WILLOW SPRINGS DR LOGANVILLE GA 30052" =~ /(?<city>SOCIAL CIRCLE|\w+)\s*(?<state>\w{2})\s*(?<zip>\d+)$/; $`
<rubydoc_> # => "4335 WILLOW SPRINGS DR " (https://carc.in/#/r/ak45)
factormystic has quit [Ping timeout: 246 seconds]
factormystic7 is now known as factormystic
lockweel has joined #ruby
jenrzzz has joined #ruby
<AndreYuhai> adam12, how do you do that pre match
<AndreYuhai> I didn't know about it
<AndreYuhai> nakilon, I was thinking about it as well but then I decided to do stripping instead :D
<havenwood> '4335 WILLOW SPRINGS DR LOGANVILLE GA 30052'.split => [*street, city, state, zip]
<havenwood> AndreYuhai: or: '4335 WILLOW SPRINGS DR LOGANVILLE GA 30052'.split in [*street, city, state, zip]
<havenwood> AndreYuhai: Maybe just use one-liner pattern matching?
jenrzzz has quit [Ping timeout: 260 seconds]
<havenwood> AndreYuhai: Are all addresses formatted like this?
<havenwood> Oh, you don't even need pattern matching >.>
<havenwood> &>> *street_words, city, state, zip = '4335 WILLOW SPRINGS DR LOGANVILLE GA 30052'.split; city
<rubydoc_> # => "LOGANVILLE" (https://carc.in/#/r/ak48)
<AndreYuhai> havenwood, yes all of them are like this. But in that split case I think a city name with two words would fail, right?
<AndreYuhai> Like 'Social Circle'
<havenwood> AndreYuhai: My brain seems broken today. Yeah, seems like it.
<havenwood> AndreYuhai: Maybe that's why I was thinking pattern matching?
<havenwood> AndreYuhai: How do you know when the street ends? You don't seem to be checking DR/WAY/AVE or whatev?
<havenwood> DR LOGANVILLE seems like a completely reasonable name for a town in Oregon...
<AndreYuhai> havenwood, we don't care about the street we just take the rest as address. So what I know is only zip, state and city :D
<havenwood> AndreYuhai: And they're all formatted like this?
<AndreYuhai> havenwood, That's what I am told :D
<havenwood> AndreYuhai: Soooo, seems like you can either use the ending of the street name as a delimiter or check proposed city names against a list of real cities.
<havenwood> AndreYuhai: Do you know either what all the streets end in or what the possible cities are?
<AndreYuhai> havenwood, yes, since the city names are one word I don't even need a list I think. So I just match a word for the city and that's it.
<AndreYuhai> havenwood, No, I don't know about the streets
<havenwood> AndreYuhai: Oh, they're all one word except for Social Circle?
<AndreYuhai> havenwood, possible cities are all one word, only exception is Social Circle
<AndreYuhai> havenwood, correct
<havenwood> hah
<AndreYuhai> That's the state GA I think
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
TCZ has joined #ruby
dinfuehr has quit [Ping timeout: 265 seconds]
dinfuehr has joined #ruby
jenrzzz has joined #ruby
weaksauce has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has joined #ruby
jonhg has quit [Remote host closed the connection]
jonhg has joined #ruby
supercoven_ has joined #ruby
jonhg has quit [Ping timeout: 264 seconds]
supercoven has quit [Ping timeout: 245 seconds]
alexherbo2 has quit [Ping timeout: 260 seconds]
miojo has joined #ruby
bsdbandit-01 has joined #ruby
crankharder has joined #ruby
gambl0re has joined #ruby
gambl0re has left #ruby ["WeeChat 3.0.1"]
alexherbo2 has joined #ruby
teclator has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 240 seconds]
lorraine has joined #ruby
akem has quit [Ping timeout: 256 seconds]
lorraine has quit [Ping timeout: 240 seconds]
TCZ has quit [Quit: Czesc]
gerero has joined #ruby
gerero has quit [Quit: Connection closed]
shtirlic has quit [Read error: Connection reset by peer]
gerero has joined #ruby
bsdbandit-01 has joined #ruby
shtirlic has joined #ruby
Swyper has joined #ruby
cd has quit [Quit: cd]
dvo has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
jinie has quit [Quit: ZNC 1.8.2 - https://znc.in]
Iarfen has joined #ruby
dvo has quit [Ping timeout: 246 seconds]
jonhg has joined #ruby
s3nd1v0g1us has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
akem has joined #ruby
elcuervo has quit [Read error: Connection reset by peer]
elcuervo has joined #ruby
ua__ has joined #ruby
NL3limin4t0r is now known as NL3limin4t0r_afk
bsdbandit-01 has joined #ruby
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jess has quit [Quit: update innit]
ua_ has quit [Ping timeout: 265 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
j has joined #ruby
ua__ has quit [Remote host closed the connection]
ua has joined #ruby
jinie has joined #ruby
jenrzzz has joined #ruby
j is now known as jess
jonhg has joined #ruby
andremedeiros has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
andremedeiros has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
hiroaki has joined #ruby
gix has joined #ruby
teardown has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
crankharder has quit [Ping timeout: 240 seconds]
bsdbandit-01 has joined #ruby
gerero has quit [Quit: Connection closed]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Iarfen has quit [Ping timeout: 256 seconds]
bsdbandit-01 has joined #ruby
alexherbo21 has joined #ruby
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo21 is now known as alexherbo2
gerero has joined #ruby
Iarfen has joined #ruby
Guest68981 has quit [Quit: leaving]
rprimus has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
al2o3-cr has quit [Ping timeout: 256 seconds]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Rudd0 has quit [Ping timeout: 265 seconds]
crankharder has joined #ruby
bsdbandit-01 has joined #ruby
hiroaki has quit [Ping timeout: 265 seconds]
crankharder has quit [Ping timeout: 260 seconds]
bsdbandit-01 has quit [Read error: Connection reset by peer]
s3nd1v0g1us has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
gearnode has quit [Ping timeout: 244 seconds]
alexherbo2 has quit [Remote host closed the connection]
hiroaki has joined #ruby
ur5us has joined #ruby
Iarfen has quit [Ping timeout: 240 seconds]
bsdbandit-01 has joined #ruby
Iarfen has joined #ruby
Swyper has quit [Remote host closed the connection]
bsdbandit-01 has quit [Read error: Connection reset by peer]
crankharder has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
al2o3-cr has joined #ruby
shtirlic has quit [Ping timeout: 246 seconds]
gerero has quit [Quit: Connection closed]
gix has quit [Disconnected by services]
gix- has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #ruby
crankharder has joined #ruby
alexherbo2 has quit [Remote host closed the connection]
Andre has joined #ruby
Andre is now known as Guest23713
crankharder has quit [Ping timeout: 260 seconds]
AndreYuhai has quit [Ping timeout: 264 seconds]
kinduff has quit [Ping timeout: 264 seconds]
kinduff has joined #ruby
alexherbo2 has joined #ruby
alexherbo2 has quit [Client Quit]
veleno has joined #ruby
<veleno> Hi. I’m getting strange error trying to locally debug a github webpage. I use “bundle exec jekill serve” and I get this nasty error: https://gist.github.com/vschiavoni/c21e42bd68e1c144133ea261eb13d7cc ruby -v shows “truffleruby 20.3.0, like ruby 2.6.6, GraalVM CE Native [x86_64-darwin]” i’m on macOS 11.2.1 is this a known bug ?
bsdbandit-01 has joined #ruby
gearnode has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
_aeris has joined #ruby
_aeris_ has quit [Ping timeout: 268 seconds]
_aeris is now known as _aeris_
cd has joined #ruby
akem_ has joined #ruby
akem has quit [Ping timeout: 264 seconds]
TCZ has joined #ruby
bsdbandit-01 has joined #ruby
Rudd0 has joined #ruby
Rudd0 has quit [K-Lined]
supercoven_ has quit [Ping timeout: 240 seconds]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
Iarfen has quit [Ping timeout: 240 seconds]
Rudd0 has joined #ruby
vondruch has quit [Read error: Connection reset by peer]
skryking has quit [Quit: Konversation terminated!]
skryking has joined #ruby
alexherbo24 has joined #ruby
TCZ has quit [Quit: Czesc]
hiroaki has quit [Remote host closed the connection]
SegFaultAX has quit [Quit: ZNC - http://znc.in]
hiroaki has joined #ruby
maroloccio has joined #ruby
alexherbo2 has joined #ruby
alexherbo24 has quit [Ping timeout: 264 seconds]
GodFather has quit [Read error: Connection reset by peer]
GodFather has joined #ruby
cthulchu has quit [Ping timeout: 245 seconds]
bsdbandit-01 has quit [Quit: -a- Connection Timed Out]
bsdbandit-01 has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
veleno has quit [Quit: veleno]
jonhg has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
lockweel has quit [Quit: Leaving]
TCZ has joined #ruby
duderono_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
s3nd1v0g1us has quit [Quit: Textual IRC Client: www.textualapp.com]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
SegFaultAX has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
niv has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
moldorcoder7 has quit [Ping timeout: 276 seconds]
niv has joined #ruby
moldorcoder7 has joined #ruby
crankharder has joined #ruby