Jake Birchall
Jake Birchall
Update from discord devs, they are waiting for the new release android to ship before releasing SelectMenus They also hinted that they might be rewriting modals ingeneral, as atm they...
The problem seems to be that the !warnings command code is return mutes, not warnings. This contridicts the help text and name of the command leading to confusion as to...
I think a QueueAdapaterInterface would be good but I also think phalcon should implement an out the box queue adapter for some of the popular queue services. ref: phalcon/phalcon#153 Some...
+1, this is something laravel has done really well. If a controller expects the id of a user, you can type him that $id as `User $id` and the framework...
> Allows to automatically update a model’s attribute saving the datetime when a record is created or updated So it should function the same as laravels timestamp attributes where `created_at`...
I am commenting on this to express interest in this feature, today I've been searching for a way to cache compiled minified views.
@Jurigag I know about the fragment caching. But I'm more interested in having phalcon minify views before caching. I use {% cache %} alot actually, since most of the data...
> Well what i propose is workaround of course for now, some way to do this directly in view could be good. Yeah, I'd be more interested in it being...
It would prolly be a good idea to add adapters for popular maintained queue services. - ZMQ - RabbitMQ - AQS - ActiveQ Redis would be the easiest to impliment...
Don't you dare!