Temuri Takalandze
Temuri Takalandze
I think this problem is not related to docker4drupal. This is because your machine does not know that `loc` is your loopback (127.0.0.1). I don’t know how this works in...
Hi @dunglas, I can contribute to this issue when you decide to implement it.
Great! Then let's find out what we want. - Which GOOS do we want to support? - Linux - Darwin - Windows - Anything else? - Which packages do we...
> Couldn't we include FrankenPHP in Ubuntu (ppa?) and Debian official registries? It is a very, very long process to upload packages to official Linux Repositories (Debian - `.deb`, RedHat...
Hi @dunglas, We have some progress. I was able to build binaries for `linux-x{64,32}` but I have some issues with `darwin`. I have the following issue: `ld: can't link with...
Unfortunately, this doesn't help. We have the same error :cry:
Experience with the Symfony Console has shown that it is important to provide users an interface for defining their own commands. I support this idea. I think it would be...
> Two questions arise: > > * What should the default folder be called? > > * Should we let the user override the default folder name? 1. `src/Application/Commands` will...
@zhorton34 I partially agree with you that the `preset/make` Command Group (but not each command) should have its own separated repository. This group will be dev-dependency and we don't need...
@zhorton34 I think the `help` and` list` commands (which are already in the Symfony Console) will be enough. All other commands must be defined in separate bundles, such as `make-bundle`,`...