Eric MORAND
Eric MORAND
@yxuko the.problem that you encounter is not coming from glide. It is coming from the SASS loader that you use, that imports SASS files using Node.js module resolution algorithm. Node.js...
Thanks @MattIPv4. It makes sense. About GitHub tags, let's say that I create a GitHub repository which purpose would be to host the bundle, and that would be updated with...
Amazing. I'll give it a try. Thank you so much.
Yeah I never understood that sentence either. PHP as a language doesn't enforce anything about the first newline - it would not make any sense - and PHP as a...
I get your point and I agree: PHP removes the first new line _after_ a PHP tag, which is what Twig also does. Note however that it does _not_ inherit...
Well it could be argued that this is the least of the problems of the documentation: the fact that it says that `getOperators` purpose is to _add_ operators is way...
@IAM-marco > Given the context in which you're working, it may be more convenient to wait for us to release a proper way to deploy on linux. It has been...
> What is the target outcome you want to see? A documentation that explains how to use Login V2 successfully. The current problem is that, following the documentation, we get...
> Twig templates have become an endless sea of these {% ... %} I'm interested in such a template, to be honest. Everytime I've encountered such templates in the past,...
@rgpublic my point is that Twig is not a _programming_ langage; it is a _templating_ langage. I believe that a templating langage does not need what you propose because statements...