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> <faustinoaq> Amber v0.11.1 is now avaliable on AUR! 🎉
_whitelogger has joined #amber
<FromGitter> <anamba> optional doesn't work for me as shown here: https://docs.amberframework.org/amber/guides/controllers/params-validation#validation-api -- i get `undefined method 'optional'`. if i supply a block, then i don't get that error, but doing that makes `optional` behave like `required`...
<FromGitter> <anamba> for now, i'm just doing `optional(:age) { true }`
<FromGitter> <anamba> also i must be missing something, but when the params don't validate, how do i get a copy of the invalid params anyway, so that the user doesn't have to input everything again from scratch? for now, to make it work, i created a duplicate call to `params.validate` with all params set to `optional { true }`.
<FromGitter> <anamba> monkey patched my way around this: https://gist.github.com/anamba/22de14a570d8b7a4cf700eea16fd515b but curious what everyone else is doing
<FromGitter> <vusaalab> Hey guys! is crystal good for ffmpeg processing ?
feepbot has quit [Ping timeout: 272 seconds]
feepbot has joined #amber
<FromGitter> <sam0x17> with ffmpeg you are just shelling out to ffmpeg so any language that allows shelling out should be good in theory
<FromGitter> <sam0x17> but I'd do it in crystal