Aljosha Papsch
Aljosha Papsch
Before disabling the whole package I'd try it with the salvaged file. No loss of functionality then. You have to put it in `~/.emacs.d/elpa/php-extras-xxx/php-extras-eldoc-functions.el`. To compile the file, execute `byte-compile-file`...
There you go, a somewhat fresh hash file from November 2018. [php-extras-eldoc-functions-2018-11-14.el.gz](https://github.com/arnested/php-extras/files/2732195/php-extras-eldoc-functions-2018-11-14.el.gz)
> I guess this is a typo. Yeah, fixed it now. Good to know about your fork. When I filed the bug, I also saw that contributions and bug reports...
Looking in `OrmInfrastructure::createEntityManager`, it creates the `EntityManager` configuration via `ConfigurationFactory::createFor`, which has the `AnnotationDriver` hardcoded. It also discovers directory paths via the PHP reflection API. To support XML (or any)...
The SFTP test server runs fine, it already runs in a Linux container. Executing `go test` using the native Windows `go` binary is the problem. The test suite fails. Here...
I can confirm the issue does not occur with 1.6.2, or at least is not as pronounced. The delay starts at ca. 20 seconds, and in subsequent runs increases only...
Uvicorn's behavior is to [`chmod` the socket file](https://github.com/Kludex/uvicorn/blob/main/uvicorn/server.py#L156) with very permissible permissions (`0666`). Granian seems to rely on standard behavior of `socket2`, which results in `0755` permission. Would it be...
> Just a draft idea to address https://github.com/zostera/django-bootstrap5/issues/267 to see if there is any interesting in solving the issue Yes, please merge these changes.