Djamil Legato

Results 63 comments of Djamil Legato

I was thinking about this and like [composer](https://getcomposer.org/) and [yarn](https://yarnpkg.com/) do, it would be nice to get to the point where we can create a `dependencies.lock` file after GPM install/update...

Granted this seems definitely to be a bug. I just wanted to point out 2 things: 1. There is a keepAlive feature supposed to be running in admin continuously which,...

It shouldn’t matter because it’s not really supposed to expire, thanks to that keepAlive functionality I mentioned. The session timeout is as a safety measure in case you lose connectivity...

The frequency of `keepAlive` is dependent on your configured admin timeout and is calculated as `keepAlive / 1.5`. This is so that it anticipates the timeouts from happening by extending...

This is how streams work. When you try to load a file, the lookup method of the stream goes through each folder, in the order specified for the stream, until...

What @apotropaic is describing really is some RESTful/GraphQL API which I agree is something we should also start considering as we approach the items in the list. It's definitely under...

I don’t think the order should matter. Matching `^grav-theme.+`, `^grav-plugin.+` and `^grav-skeleton.+` should be sufficient. Where do you see this check happening @mahagr, is it in the internal repo generator?...