<FromGitter>
<Blacksmoke16> of all the shards pushed to in last 2 months, those are a count of shards listed in n of those shards
<FromGitter>
<Blacksmoke16> that have more than 1
<FromGitter>
<Blacksmoke16> and are public
<FromGitter>
<Blacksmoke16> pg is much more popular the mysql :p
<FromGitter>
<dwightwatson> is there any reason that OpenSSL::Cipher isn't in the visible in the API docs?
Raimondi has quit [Ping timeout: 240 seconds]
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
cyberarm has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
_whitelogger has quit [Ping timeout: 250 seconds]
_whitelogger has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
Raimondi has joined #crystal-lang
laaron has quit [Remote host closed the connection]
laaron has joined #crystal-lang
Raimondi has quit [Ping timeout: 240 seconds]
return0e_ has quit [Remote host closed the connection]
return0e has joined #crystal-lang
<FromGitter>
<Blacksmoke16> how would you guys handle form data: ⏎ option 1: set the param type to `HTTP::Params` and let the user decompose it how they want/need? ⏎ option 2: break down the form data so each param in the action maps to a piece of the form data?
return0e has quit [Remote host closed the connection]
<FromGitter>
<Blacksmoke16> im thinking option `
<oprypin>
well definitely not 2
<FromGitter>
<Blacksmoke16> oh yea, that would get loooong really fast ha
<FromGitter>
<kevinelliott> Yeah, seems that method signature form of defining attributes/params would be unwieldy in many cases.
<oprypin>
main thing is it's extremely inflexible
<FromGitter>
<Blacksmoke16> deff wont be as slick as if they were using JSON, but giving them the full param obj is prob best bet. then they are free to do what they want with what data they get
<FromGitter>
<kevinelliott> > But a reference like ruby-toolbox would certainly be nice. I've been working on that in the last week or two. ⏎ ⏎ Funny you say that @straight-shoota I was working on one too.
<FromGitter>
<Blacksmoke16> if they were smart could define a `self.from_params` on their objects, and use a custom `ParamConverter` and should just work
<FromGitter>
<Blacksmoke16> yea, think ill go with option 1
<FromGitter>
<Willyboar> @kevinelliott he said that will be open source
<FromGitter>
<Willyboar> so you can combine them if your is open too
<FromGitter>
<kevinelliott> Yes, would definitely consider it
<FromGitter>
<Willyboar> 👍
spacemanspam has quit [Read error: Connection reset by peer]
<FromGitter>
<drum445> What's the most efficent way to remove the last char from a string?