Isaac Sloan

Results 27 comments of Isaac Sloan

I think we should wait for multithreading to be out of preview before removing a feature used by people in production.

Let's add a deprecation warning when clustering is turned on. I can do that.

Json does allow for nesting. https://github.com/amberframework/amber/blob/master/src/amber/router/params.cr#L57 For example `params.json(:user)` would return all of the nested information under `:user`.

This is something we've spent a lot of time thinking about. Due to the way crystal handles memory differently from ruby, this is difficult to do without making: dealing with...

Run the corresponding Amber version with the Crystal version. I'd recommend using the latest of both. On Fri, Mar 13, 2020, 3:20 AM PeterMozesMerl wrote: > I guess it’s the...

Because roles tie into actions in controllers they have to be created in the code. However you could create roles that combine multiple roles for instance one user could have...

What @drujensen said. In addition it's currently setup to send an encrypted json block back with `set-cookie` header. I don't think we really gain anything by switching to JWT that...

ICR exists. There's obviously some differences since crystal is a compiled language. I don't think it lets you use vim inside of it like pry.