mgarciaisaia has left #crystal-lang [#crystal-lang]
bcardiff has joined #crystal-lang
pawnbox has joined #crystal-lang
bcardiff has quit [Quit: bcardiff]
ozra has quit [Ping timeout: 264 seconds]
pawnbox has quit [Ping timeout: 250 seconds]
<adam12>
leafybasi: Is it possible that it's the remote host you're connecting to? I changed it to Google and it works as expected.
<leafybasi>
adam12: yeah I noticed that after some more tom foolery, I suspect its something to do with one of the several layers of "transparent" proxying and caching
<leafybasi>
I have in the past had trouble with windows clients trying to talk to resources behind cloudflare
sorbo_ has joined #crystal-lang
sorbo_ has left #crystal-lang [#crystal-lang]
A124 has quit [Read error: Connection reset by peer]
A124 has joined #crystal-lang
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 264 seconds]
anthony_ has quit [Ping timeout: 244 seconds]
bcardiff has joined #crystal-lang
mgarciaisaia has joined #crystal-lang
mgarciaisaia has quit [Ping timeout: 264 seconds]
pawnbox has joined #crystal-lang
willl has quit [Quit: Connection closed for inactivity]
pawnbox has quit [Ping timeout: 244 seconds]
bcardiff has quit [Quit: bcardiff]
Svenskunganka has joined #crystal-lang
<Svenskunganka>
Hello, Crystals! I'm just getting into Crystal and coming from a Javascript background, and I'm looking for a way to create a WebSocket-only HTTP-server (basically, no HTTP endpoints except for upgrading the connection) and I can't seem to find much information on how I would create a WebSocket server apart from the API documentation - but since I'm still very new to the language there are some parts of the API that does
<freebrirdherman>
Would I just clone the repo and require sqlite3.cr in the src directory, or is there a package manager avaliable to pull dependencies/packages in?
<freebrirdherman>
I took a look at shards, although I didn't quiet figure out how to use it to install shards onto the system or list shards avaliable
<freebrirdherman>
More importantly I would like to know the best procedure to store and install packages for use in projects. I have a handfull from https://github.com/veelenga/awesome-crystal I would like to have on hand
<freebrirdherman>
To where i can simply require "package/library_name" without having to transverse directories
bcardiff has quit [Quit: bcardiff]
pawnbox has joined #crystal-lang
mgarciaisaia has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
Renich has joined #crystal-lang
zodiak has quit [Quit: This computer has gone to sleep]
zodiak has joined #crystal-lang
triangles2 has joined #crystal-lang
triangles has quit [Ping timeout: 252 seconds]
mgarciaisaia has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
stef__ has joined #crystal-lang
ozra has joined #crystal-lang
zodiak has quit [Ping timeout: 240 seconds]
anthony_ has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
Renich has quit [Quit: leaving]
anthony_ has quit [Ping timeout: 244 seconds]
pawnbox has joined #crystal-lang
Philpax has quit [Ping timeout: 246 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #crystal-lang
vikaton has quit [Quit: Connection closed for inactivity]
mgarciaisaia has joined #crystal-lang
mgarciaisaia has left #crystal-lang [#crystal-lang]
mgarciaisaia1 has joined #crystal-lang
anthony_ has joined #crystal-lang
anthony_ has quit [Ping timeout: 244 seconds]
mgarciaisaia1 has left #crystal-lang [#crystal-lang]
mark2 has joined #crystal-lang
triangles2 is now known as triangles
mgarciaisaia has joined #crystal-lang
mgarciaisaia has quit [Client Quit]
Dreamer3 has quit [Read error: Connection reset by peer]
Dreamer3 has joined #crystal-lang
trapped has joined #crystal-lang
elia has joined #crystal-lang
hangyas has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
endou_ has quit [Read error: Connection reset by peer]
endou has joined #crystal-lang
Veejay has quit [Ping timeout: 252 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
triangles2 has joined #crystal-lang
triangles2 has quit [Max SendQ exceeded]
<leafybasi>
freebrirdherman: you can update your shard.yml and then run "crystal deps"
triangles2 has joined #crystal-lang
<leafybasi>
freebrirdherman: packages will be pulled from GH, some of teh packages you listed should in fact have deps of their own so you can check their shard files
triangles2 has quit [Max SendQ exceeded]
pawnbox has quit [Remote host closed the connection]
triangles2 has joined #crystal-lang
pawnbox has joined #crystal-lang
triangles2 has quit [Max SendQ exceeded]
triangles2 has joined #crystal-lang
triangles has quit [Ping timeout: 276 seconds]
triangles2 has quit [Max SendQ exceeded]
triangles2 has joined #crystal-lang
triangles2 has quit [Max SendQ exceeded]
ozra has quit [Ping timeout: 276 seconds]
ozra has joined #crystal-lang
ozra has quit [Ping timeout: 244 seconds]
ozra has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
ozra has quit [Ping timeout: 268 seconds]
ozra has joined #crystal-lang
Veejay has joined #crystal-lang
anthony has joined #crystal-lang
anthony has quit [Ping timeout: 276 seconds]
elia_ has joined #crystal-lang
elia has quit [Ping timeout: 276 seconds]
zeno_ has joined #crystal-lang
zeno_ has quit [Client Quit]
Philpax has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
soveran has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 276 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
<freebrirdherman>
leafybasi: So by adding my required dependencies to shards.yml and running `crystal deps` it will download and pull in the required shards for that specific project? Is there a way to search for shards by name via crystal with possible wildcard matching?
edjsu has quit [Quit: WeeChat 1.2]
mgarciaisaia has joined #crystal-lang
mgarciaisaia has quit [Read error: No route to host]
mgarciaisaia has left #crystal-lang [#crystal-lang]
umurgdk has quit [Remote host closed the connection]
umurgdk has joined #crystal-lang
<leafybasi>
freebrirdherman: no obvious way, there is actually a registry, and code for the registry in github, but I found no mention of it on crystal site, assume details are in mailing lists/groups
<RX14>
leafybasi, the registry is a WIP and not used
<RX14>
i think there is debate on whether is registry is wanted at all, instead of using git repos as registries themselves
anthony has joined #crystal-lang
mgarciaisaia has joined #crystal-lang
anthony has quit [Ping timeout: 260 seconds]
mgarciaisaia has left #crystal-lang [#crystal-lang]
<Davy_CC>
RX14: you can alias `+` to `add` lol
Philpax has quit [Ping timeout: 244 seconds]
<crystal-gh>
[crystal] asterite pushed 4 new commits to master: https://git.io/vVCaI
<crystal-gh>
crystal/master c335d33 Ary Borenszweig: Formatter: fixed a couple of issues regarding `nil?` and heredocs.
<crystal-gh>
crystal/master e890f49 Ary Borenszweig: Fixed formatting of src/tempfile.cr
<crystal-gh>
crystal/master d7703f2 Ary Borenszweig: Compiler: render `nil?` as such on ASTNode#to_s
pawnbox has quit [Remote host closed the connection]