orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has joined #ruby
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
tdy has joined #ruby
tdy1 has joined #ruby
Brian-W-Gray has joined #ruby
DTZUZO_ has joined #ruby
MuffinPimp_ has joined #ruby
donofrio_ has quit [Remote host closed the connection]
zenspider_ has joined #ruby
tdy has quit [Ping timeout: 246 seconds]
salasrod has quit [Ping timeout: 246 seconds]
ujjain has quit [Ping timeout: 246 seconds]
manakanapa has quit [Read error: Connection reset by peer]
noodle has quit [Ping timeout: 246 seconds]
DTZUZO has quit [Ping timeout: 246 seconds]
foxxx0 has quit [Ping timeout: 246 seconds]
rprimus has quit [Ping timeout: 246 seconds]
cpallares has quit [Ping timeout: 246 seconds]
xlued has quit [Ping timeout: 246 seconds]
SeepingN has quit [Excess Flood]
planigan has quit [Ping timeout: 246 seconds]
paraxial has quit [Ping timeout: 246 seconds]
MuffinPimp has quit [Ping timeout: 246 seconds]
ua has quit [Ping timeout: 246 seconds]
RiPuk has quit [Ping timeout: 246 seconds]
Tempesta has quit [Ping timeout: 246 seconds]
hexagon has quit [Ping timeout: 246 seconds]
zenspider has quit [Ping timeout: 246 seconds]
BrianWGray has quit [Ping timeout: 246 seconds]
leftylink has quit [Remote host closed the connection]
MuffinPimp_ is now known as MuffinPimp
tdy1 has quit [Remote host closed the connection]
manakanapa has joined #ruby
salasrod has joined #ruby
xlued has joined #ruby
BTRE has quit [Ping timeout: 246 seconds]
jobewan has quit [Quit: jobewan]
SeepingN has joined #ruby
foxxx0 has joined #ruby
paraxial has joined #ruby
cpallares has joined #ruby
ua has joined #ruby
BTRE has joined #ruby
ujjain has joined #ruby
noodle has joined #ruby
paraxial has quit [Quit: Ping timeout (120 seconds)]
planigan has joined #ruby
paraxial has joined #ruby
DTZUZO_ has quit [Ping timeout: 268 seconds]
Tempesta has joined #ruby
fluxAeon has quit [Ping timeout: 258 seconds]
cnsvc has quit [Quit: WeeChat 2.3]
fluxAeon has joined #ruby
tdy has joined #ruby
cnsvc has joined #ruby
Cthulu201 has quit [Read error: Connection reset by peer]
Cthulu201 has joined #ruby
nowhere_man has quit [Ping timeout: 258 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jcarl43 has quit [Quit: WeeChat 2.3]
tdy1 has joined #ruby
tdy has quit [Ping timeout: 246 seconds]
leftylink has joined #ruby
conta has joined #ruby
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Ping timeout: 255 seconds]
_whitelogger has joined #ruby
t0xik has quit [Quit: Connection closed for inactivity]
rippa has joined #ruby
mikecmpbll has joined #ruby
<al2o3-cr>
good morning :)
ravenous_ has joined #ruby
Nexos has joined #ruby
<Nexos>
I installed ruby 2.5.3-1 (x64) on windows with ruby+devkit, but when I launch irb, as soon as I try to enter a non-ascii (say a é), it doesn't work anymore (any further input is not shown, Enter works)
<Nexos>
Any idea why (console is in UTF-8 with chcp 65001 ; setting LANG variable to xx_YY.UTF-8 doesn't help)?
ravenous_ has quit [Read error: Connection reset by peer]
ravenousmoose has joined #ruby
fanta7531 has joined #ruby
lxsameer has joined #ruby
p47r30n has joined #ruby
p47r30n has quit [Client Quit]
catbusters has quit [Quit: Connection closed for inactivity]
lucasb has joined #ruby
fanta7531 has quit [Quit: fanta7531]
cd has quit [Ping timeout: 256 seconds]
cd has joined #ruby
<Nexos>
I installed ruby 2.5.3-1 (x64) on windows with ruby+devkit, but when I launch irb, as soon as I try to enter a non-ascii (say é), it doesn't work anymore (any further input is not shown, Enter works)
<Nexos>
Any idea why? (win10, console is in UTF-8 with chcp 65001 ; setting LANG variable to xx_YY.UTF-8 doesn't help)?
<IGnorAND>
never tried non ascii chars in irb
ee2019 has joined #ruby
<ee2019>
hello all , i have some problem with wpscan and when i run it i see this error :https://pastebin.com/ZKAFs4FB
<ee2019>
can you help me to resolve this problem please?
<ee2019>
Thanks
<phaul>
ee2019: check if you have cms_scanner installed
<learner>
using the initializer forces it not to use progress bar
<al2o3-cr>
learner: great! that's good to know for furture reference :)
rippa has joined #ruby
<phaul>
fun challange for the day: implement Enumerator.
<phaul>
to_enum and anything that uses built in Enumerator is off limits of'c
markoong has joined #ruby
fiftysix has joined #ruby
<fiftysix>
hi
<phaul>
fiftysix: hi
<fiftysix>
i'm trying to write to a CSV file as i read from a serial connection. but with `CSV.open {csv << data}` it only writes *after* that block is ended. any way i can write-as-i-go?
FernandoBasso has joined #ruby
Inline has quit [Remote host closed the connection]
Fernando-Basso has quit [Ping timeout: 272 seconds]
<fiftysix>
nevermind, it works by just opening and closing it anew for each line
<fiftysix>
probably not too efficient, but then the data are coming in slowly anyways
<al2o3-cr>
fiftysix: can't use call csv.sync = true
<fiftysix>
hmm the docs don't talk about such an option
<fiftysix>
do you mean the method?
quipa_ has joined #ruby
<al2o3-cr>
fiftysix: yeah sync method on csv.
quipa has quit [Read error: Connection reset by peer]
<al2o3-cr>
&rdoc IO#sync
<rubydoc>
parser error at position 0 around `r'
<fiftysix>
doesn't work unfortunately :(
<al2o3-cr>
ah, worth a shot.
href has quit [Read error: Connection reset by peer]
<fiftysix>
damn, it gruff needs rmagick and that doesn't install with imagemagick 7
<al2o3-cr>
oh, &ri don't know what made me type &rdoc.
<al2o3-cr>
phaul: bookmarked.
sgen has joined #ruby
<fiftysix>
it seems the Processing PDE thing is a better choice than Ruby for visualizing things
<ee2019>
al2o3-cr: you are the best, thanks for you help i relsove my problem
<ee2019>
thanks a lot i upgrade the version of ruby
<ee2019>
thanks and have a nice day
<al2o3-cr>
ee2019: np ;)
hotpancakes has joined #ruby
hotpancakes has quit [Read error: Connection reset by peer]
mikecmpbll has quit [Ping timeout: 244 seconds]
Xiti has quit [Quit: Xiti]
Puffball has joined #ruby
Xiti has joined #ruby
dionysus69 has joined #ruby
cschneid_ has joined #ruby
dviola has joined #ruby
blackmesa1 has quit [Ping timeout: 250 seconds]
cschneid_ has quit [Ping timeout: 250 seconds]
hotpancakes has joined #ruby
cschneid_ has joined #ruby
Xiti has quit [Quit: Xiti]
mikecmpbll has joined #ruby
Xiti has joined #ruby
hotpancakes has quit [Remote host closed the connection]
hotpancakes has joined #ruby
hotpancakes has quit [Ping timeout: 246 seconds]
fluxAeon has quit [Ping timeout: 244 seconds]
fluxAeon has joined #ruby
conta has joined #ruby
cschneid_ has quit [Ping timeout: 258 seconds]
tdy1 has joined #ruby
conta has quit [Ping timeout: 272 seconds]
<Nexos>
I installed ruby 2.5.3-1 (x64) on windows with ruby+devkit, but when I launch irb, as soon as I try to enter a non-ascii (say é), it doesn't work anymore (any further input is not shown, Enter works)
<Nexos>
Any idea why? (win10, console is in UTF-8 with chcp 65001 ; setting LANG variable to xx_YY.UTF-8 doesn't help)
<al2o3-cr>
i don't know if i've mentioned this before, but, does Process.argv0 yield random junk in memory? (sometimes it just segv) for anyone else (Arch Linux)
<al2o3-cr>
oh, i forgot to mention in pry.
<phaul>
reproed
<phaul>
(arch)
<al2o3-cr>
it's wierd isn't it.
<phaul>
it is
catbusters has joined #ruby
dbugger_ is now known as Dbugger
SeepingN has joined #ruby
cschneid_ has joined #ruby
tdy2 has joined #ruby
tdy1 has quit [Ping timeout: 245 seconds]
conta has joined #ruby
conta has quit [Ping timeout: 245 seconds]
t0xik has joined #ruby
<phaul>
in bin/pry (not the one in PATH but the one that's invoked by it it does $0='pry'. If you comment that out it works
cschneid_ has quit [Remote host closed the connection]