faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <proyb6> @elorest database are faster because Crystal is single threaded https://www.techempower.com/benchmarks/#section=test&runid=a2bc7ff7-4ede-456b-959d-1ba79303095f&hw=ph&test=db
<FromGitter> <proyb6> @AllanKlaus Crystal is great for creating API, no doubt about it as long as you have written and tested with large number of test case and keep it simple.
_whitelogger has joined #amber
_whitelogger has joined #amber
<FromGitter> <anamba> trying to use cookies... found this page: https://docs.amberframework.org/amber/guides/controllers/cookies it seems to be a clone of the actiondispatch docs, except... not everything is implemented the same way. hmm
<FromGitter> <anamba> two odd things i've found so far. one is the cookies doesn't have #[]? (#[] can return nil) and the other is that domain: :all doesn't work (since it's typed like this: `domain : String? = nil`)
<FromGitter> <anamba> i also can't seem to actually set a cookie at all. aha... looks like this has been worked on recently #1024
<FromGitter> <anamba> ok got it to work, but i had to call `cookies.write(response.headers)` manually after `cookie.set`, which seems weird
feepbot has quit [Ping timeout: 244 seconds]
feepbot has joined #amber
_whitelogger has joined #amber