<weskinner>
I'm looking for a crystal project to contribute to or possible start. Anyone need help or have any ideas? One that just came to mind is something like JsFiddle for demonstrating solutions in Javascript. CyrstalFiddle.
<weskinner>
zamith: what all is involved in getting a frank app up on heroku?
ismaelga has quit [Remote host closed the connection]
shama has joined #crystal-lang
canhtak has quit [Quit: canhtak]
bcardiff has joined #crystal-lang
bcardiff1 has quit [Ping timeout: 240 seconds]
ismaelga has joined #crystal-lang
zamith_ has quit [Read error: Connection reset by peer]
weskinner has quit [Remote host closed the connection]
weskinner has joined #crystal-lang
canhtak has joined #crystal-lang
leafybasil has quit [Remote host closed the connection]
leafybasil has joined #crystal-lang
bcardiff1 has joined #crystal-lang
<weskinner>
trying to build a docker container for a frank app and when it's run from the container I get "while requiring "http/server": can't find file 'http/server' relative to '/var/www/libs/frank/frank'"
<asterite>
I’m not sure that manastech/crystal is up to date, maybe use `FROM manastech/crystal-head`
<weskinner>
asterite: I assumed it was getting setup by crystal
<asterite>
But let me see...
<weskinner>
ok I'll give that a try
<asterite>
Just because I’m not sure how manastech/crystal is generated, maybe waj pushes it manually, but I remember crystal-head is pushed automatically
<asterite>
You can try and see which crystal version is that, in that docker container
ismaelga has quit [Remote host closed the connection]
<weskinner>
working on that now. still very new to docker :)
asterite_ has joined #crystal-lang
asterite has quit [Ping timeout: 264 seconds]
asterite_ is now known as asterite
canhtak has quit [Quit: canhtak]
asterite_ has joined #crystal-lang
asterite has quit [Ping timeout: 250 seconds]
asterite_ is now known as asterite
asterite_ has joined #crystal-lang
ismaelga has joined #crystal-lang
asterite has quit [Ping timeout: 245 seconds]
asterite_ is now known as asterite
ismaelga has quit [Remote host closed the connection]
<weskinner>
but codemirror.css just hangs at pending
<zamith>
it has to be on public/codemirror/lib/codemirror.css
<weskinner>
william@ubuntu:~/working/crystalfiddle$ ls public/codemirror/lib/
<zamith>
to work on heroku
<weskinner>
codemirror.css codemirror.js
<zamith>
never had that issue
<weskinner>
hmm
<zamith>
if the js worked, the css worked
<zamith>
is it open source?
<zamith>
can I try it?
<weskinner>
just created a very basic frank app that returns "<html><head><script src=\"/1.js\" ></script><script src=\"/2.js\" ></script></head><body></body></html>"
<weskinner>
from /
<weskinner>
and it will get 1.js and 2.js sometimes
<weskinner>
but other times 2.js will be pending forever
<zamith>
I only tried it with 1 file, maybe the fact that it has two has some sort of issue
<zamith>
frank is actually delegating to crystal for this