ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
deavmi has quit [Read error: Connection reset by peer]
deavmi has joined #crystal-lang
r0bby has quit []
r0bby has joined #crystal-lang
hightower2 has quit [Ping timeout: 252 seconds]
hightower2 has joined #crystal-lang
DeBot has quit [*.net *.split]
repo has quit [*.net *.split]
DeBot has joined #crystal-lang
r0bby has quit [*.net *.split]
sorcus has quit [*.net *.split]
r0bby has joined #crystal-lang
sorcus has joined #crystal-lang
dom96 has quit [Ping timeout: 264 seconds]
dom96 has joined #crystal-lang
<frojnd> What framework should I use for simple API serving json?
<jhass> How simple? for one or two endpoints maybe no framework at all, plain HTTP::Server. For a couple Kemal is probably the most popular
hightower2 has quit [Ping timeout: 272 seconds]
hightower2 has joined #crystal-lang
jhass[m] has joined #crystal-lang
repo has joined #crystal-lang
straight-shoota has joined #crystal-lang
straight-shoota has quit [Quit: Leaving]
straight-shoota has joined #crystal-lang
<straight-shoota> Hello world! =)
<jhass> o/
<hightower2> \o
f1refly has quit [Ping timeout: 264 seconds]
f1refly has joined #crystal-lang
greenbigfrog has joined #crystal-lang
<greenbigfrog> howdy folks
<greenbigfrog> jhass: looking at gobject right now, but can't figure out how to bind/call it with vips. I found a issue saying it works, but I can't actually find how by trying around.
<greenbigfrog> require_gobject "Vips" but just "Typelib file for namespace 'Vips' (any version) not found (Exception)"
<greenbigfrog> I have govips "installed" at ~/go/pkg/mod/github.com/davidbyttow/govips and am trying to call require "gobject"