Anibal Sanchez
Anibal Sanchez
Hi, I'm also trying to publish a Joomla extension, integrating adaptive-images.php, but Joomla also requires any GPL-compatible license (GPL, AGPL or LGPL). According to Creative Commons: > Can I apply...
The issue is found on a system that can't be easily taken apart. I don't have a simple reproducible script. Now, it is running on Swoole v4.4.25, but something is...
I'm using **Yay** and **Preprocess**. The objective is the port of a PHP source codebase between CMSs. So, we have Yay macros to produce the code for each CMS. It...
@marcioAlmada Yes. Yay and Preprocess are bundled together in a command-line powered by Laravel Zero. The CLI is now stable and we are applying it in several projects. Right now,...
@marcioAlmada In our use case, we generate dynamically the macros. So, each processed PHP files can require to apply around 50 macros. The macros don't add new features to PHP,...
I can confirm a similar issue. In my case, running Ubuntu 18 and VS Code 1.32.1. When I open multiple instances of VS Code, and work for several hours. At...
@hjhart Great tip! This issue was driving me crazy.
Thanks in advance for all your efforts @dirkgroenen To prepare a PR, it looks like all entry points have changed. Does it have to be a completely new version of...
+1 I've just implemented it without the pimple 3.0 restriction and it works perfectly well.
The latest HTML5 spec defines the br element as `` https://www.w3.org/TR/html52/textlevel-semantics.html#the-br-element So, the issue is more like the usage of ``, that should be removed to avoid further confusion.