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> <nsuchy> @Lucipher Instance variables are intended to be used inside of a class, not in normal code, Ruby ignores this but Crystal enforces when you are allowed to use instance variables.
<FromGitter> <nsuchy> Would Amber accept a merge request for pagination?
<FromGitter> <nsuchy> I'm working on some code for my app and think it'd benefit everyone if it got added to Amber's view system plus would reduce the amount of code in my app and be open to changes by everyone else
<FromGitter> <nsuchy> I could also make a seperate shard but figured I'd ask here first
_whitelogger has joined #amber
<FromGitter> <drujensen> I think it would be nice to have that in the default template.
<FromGitter> <drujensen> Even better if it’s endless pages where it loads new records as you scroll but probably asking for too much.