Nicolas Sauveur
Nicolas Sauveur
Here are the paths as in assetic/Filter/lessFilter.php : ``` $this->nodeBin : C:\Program Files (x86)\nodejs\node.exe $this->nodePaths[0] : C:\Program Files (x86)\nodejs $this->nodePaths[1] : C:\Program Files (x86)\nodejs\node_modules ```
After some debugging and searching, it appears to be a mix of issues. 1) Updating to the master branch ( this commit 8b9acf8eb32512e053a4f220b36d9a8646dd49e9 ) solves part of the issue thanks...
Php 5.3.9 almost fixed it for me, but not quite. Previous to php 5.3.9, files bigger that 2048 bytes invoked in proc_open ( in Process.php ) hangs. As you mention,...
Easily confused with this bug : https://github.com/stevenwanderski/bxslider/issues/131
Thank you @dimsemenov for this great lib and for your work on a v5. I am excited about the cropped image animation and the responsive image support. - What is...
> Any Russian or Belorussian media can potentially be biased. Suggest Polish, Georgian, Turkish, etc media as the unbiased sources instead. People, unbiased media does not exist. Every media, every...
@vshymanskyy Thanks, but no, I spend a lot of time analyzing these things. That is precisely why I bother to share my views when I see people being blind to...
It is still the case that Google uses the description meta tag for search results snippets.
Would it be useful to keep this issue open until [the fix ](https://github.com/EasyCorp/EasyAdminBundle/pull/6227) is merged? If only for avoiding duplicate issues?
I ran into the same issue in dev where assets were returning a 404 due to nginx config. The offender was ``` location ~* \.(js|css|png|jpg|jpeg|gif|webp|ico|eot|svg|ttf|woff)$ { expires 1y; } ```...