<FromGitter>
<Blacksmoke16> gotta be sure to not close STDOUT
<FromGitter>
<Blacksmoke16> if you're doing like `@io.close` somewhere
<FromGitter>
<PlayLights_twitter> Interesting, it doesn't work, also the "puts" method doesn't print anything. 🤔 (I know it is running because it works)
<FromGitter>
<Blacksmoke16> hm
<FromGitter>
<PlayLights_twitter> @Blacksmoke16 Alright, looks like it could be an issue on Crystal 0.28.0 or on crystal 0.28.0 on docker hub
<FromGitter>
<PlayLights_twitter> changing it to 0.27.2 everything is working fine
<FromGitter>
<Blacksmoke16> try nightly
<FromGitter>
<PlayLights_twitter> let's see
<FromGitter>
<PlayLights_twitter> Getting this ´/usr/bin/crystal: 105: exec: /usr/bin/../lib/crystal/bin/crystal: not found´ Looks like I would need to compile crystal to use it?
<FromGitter>
<PlayLights_twitter> I see that too, so by now for some reason 0.28.0 is not printing to STDOUT or at least on docker, im not an expert on how it works so I can't say why
nathanj has quit [Quit: WeeChat 2.4]
<FromGitter>
<PlayLights_twitter> Hello, I just sent a test with artillery.io to a web socket on kemal crystal and I got this ⏎ ⏎ ```code paste, see link``` ⏎ ⏎ Im not sure what is the problem, some kind of problem between GC and OS [https://gitter.im/crystal-lang/crystal?at=5cf4278f702b7e5e761a93b8]
<FromGitter>
<watzon> Is it possible to use libgen to generate bindings based on just a header file?
<FromGitter>
<watzon> I'm trying, but it's saying that `.h` is an unsupported format, which makes sense because you can't compile a header file
<FromGitter>
<watzon> I figured that part out, but now for some reason it's saying there's nothing to import from my header
<FromGitter>
<watzon> Figured that out too. I thought the `prefixes` option was something different
<FromGitter>
<watzon> Gahhh linking issues
moei has quit [Quit: Leaving...]
<FromGitter>
<watzon> So here's the problem, let's see if anyone knows if this is possible. I have a c header file, webview.h (https://github.com/zserge/webview/blob/master/webview.h), which I'm trying to link. According to the instructions here (https://github.com/zserge/webview) you should be able to just include the header in a c file and use it, which I was able to confirm is working on my system.
<FromGitter>
<watzon> I guess I'm just wondering how you can link a header file. I've tried everything I can think of.