<jhass>
you know that I can't run it with that, right?
<jokke1>
yeah
<jhass>
your module is called Ncurses, not NCurses
<jokke1>
m(
<jhass>
no idea why it doesn't give undefined constant
<jokke1>
probably version
<jokke1>
yeah there's sr/ncurses/window
<jokke1>
which is defining NCurses
<jokke1>
god damn
<jhass>
asterite: mind a pm?
havenwood has joined #crystal-lang
mhib has joined #crystal-lang
Sadin has joined #crystal-lang
havenwood has quit [Ping timeout: 265 seconds]
<dzv>
is there a way to check if a library has a function available? GC_set_on_collection_event is needed to collect persistent stats between collections but it's not always available
Sadin has quit [Remote host closed the connection]
<BlaXpirit>
dzv, what about #responds_to?
<dzv>
i don't think that's involved with the linker
<BlaXpirit>
then maybe u can't, i don't know
ssvb has quit [Ping timeout: 246 seconds]
vikaton has joined #crystal-lang
<vikaton>
Is anyone here willing to take over and continue the Crystal Shards twitter account?
<vikaton>
been busy and keep forgetting to run the bot
jokke1 is now known as jokke
<jhass>
why don't you automate running it?
<vikaton>
I've tried
<jhass>
so?
<vikaton>
but the cronjob acted in a weird way
<vikaton>
I can explain in pm if you want to help so this stays on topic
<vikaton>
nevermind I found the log that I couldn't find before
<jhass>
there's nothing else going on, I don't mind a bit OT here
<vikaton>
ok
<vikaton>
my cronjob is 0 12 * * * /home/vikaton/Crystal/twit/exec >> /home/vikaton/Crystal/twit.log 2>&1
ssvb has joined #crystal-lang
<vikaton>
but in the logs the error is ruby: No such file or directory -- twit.rb (LoadError)
<willl>
and agreed, text is fine for everything but bytea it seems, so a struct of the value and format switch would be good I think
rmosolgo has quit [Remote host closed the connection]
<jhass>
cool, I'll give it a shot
<willl>
awesome, thank you
<jhass>
yap, that did it
rmosolgo has joined #crystal-lang
rmosolgo has quit [Remote host closed the connection]
apt-get has joined #crystal-lang
NeverDie has joined #crystal-lang
vikaton has quit [Quit: Connection closed for inactivity]
NikN9ne has quit [Ping timeout: 260 seconds]
sdogruyol has joined #crystal-lang
<sdogruyol>
hey
mhib has quit [Ping timeout: 244 seconds]
BlaXpirit has quit [Quit: Konversation]
Sadin has joined #crystal-lang
Sadin has quit [Remote host closed the connection]
Sadin has joined #crystal-lang
sdogruyol has quit [Remote host closed the connection]
Sadin has quit [Remote host closed the connection]
greengriminal has quit [Quit: Leaving]
dom96_ has joined #crystal-lang
dom96 has quit [Ping timeout: 260 seconds]
Mo0O has quit [Ping timeout: 260 seconds]
dom96_ is now known as dom96
Mo0O_ has joined #crystal-lang
Netfeed has quit [Ping timeout: 240 seconds]
<crystal-gh>
[crystal] waj pushed 1 new commit to master: http://git.io/vcXjJ
<crystal-gh>
crystal/master 29dc55f Juan Wajnerman: Moved Scheduler#yield and Scheduler#sleep to Fiber. Fiber#yield now behaves just like sleep(0) to ensure the event loop has the chance to attend pending IO (fixes #1683)
Netfeed has joined #crystal-lang
<travis-ci>
manastech/crystal#29dc55f (master - Moved Scheduler#yield and Scheduler#sleep to Fiber. Fiber#yield now behaves just like sleep(0) to ensure the event loop has the chance to attend pending IO (fixes #1683)): The build passed. https://travis-ci.org/manastech/crystal/builds/83591307
trapped has quit [Read error: Connection reset by peer]
apt-get has quit [Remote host closed the connection]
Sadin has joined #crystal-lang
nkts has quit [Quit: x]
rmosolgo has joined #crystal-lang
datanoise has joined #crystal-lang
datanoise has left #crystal-lang [#crystal-lang]
rmosolgo has quit [Remote host closed the connection]
Netfeed has joined #crystal-lang
Netfeed has quit [Changing host]
elia has quit [Quit: Computer has gone to sleep.]
leafybasil has joined #crystal-lang
C453 has joined #crystal-lang
<C453>
how do you clear the console line? STDOUT.flush does nothing...
rmosolgo has joined #crystal-lang
rmosolgo has quit [Remote host closed the connection]
rmosolgo has joined #crystal-lang
rmosolgo has quit [Remote host closed the connection]
greengriminal has joined #crystal-lang
greengriminal has quit [Client Quit]
Sadin has quit [Remote host closed the connection]
rmosolgo has joined #crystal-lang
<crystal-gh>
[crystal] hamin opened pull request #1691: Adding CSV header support to standard library. All changes are non-br… (master...csv_header_support) http://git.io/vc19T
harisamin has joined #crystal-lang
<harisamin>
hey guys and gals
<harisamin>
i've been meaning to play with crystal for a while
<harisamin>
got excited last night and was checking out some issues on GH. Saw some low hanging fruit with a request for adding header support to the CSV standard library, so I went ahead and made a pull request. Specs and docs and all :)