-
This library does not aim to provide backwards compatibility for all amp versions. We aim to support the latest major release. The reasoning for this is simple: I do not have the time to allow for mai…
-
I was thinking it would be nice to try it before there is a full release. If I just upgrade api-platform/core, everything is working fine. However, if I follow release suggestions about replacing it w…
-
Have you already thought about the benefits of PHP8 and the Fibers feature?
It could really be a boost for Slim.
-
We have problem that if you add more than 64 tests in a provider then the tests will never end. We waited 2h but looks like it's get stucked somewhere in `amphp/amp` exactly here https://github.com/am…
-
I'm dealing with situation that following line https://github.com/amphp/byte-stream/blob/6bbfcb6f47e92577e739586ba0c87e867be70a23/lib/ResourceOutputStream.php#L95 throws exception, but doesn't expose …
-
Version danog/madelineproto: 8.0.0-beta194
Version amphp/postgres (amphp/sql, amphp/sql-common): v2.0.0
After starting client I get error:
`Cannot assign Amp\Postgres\PostgresConnectionPool to …
-
Здравствуйте, в предыдущем вопросе я писал, что не работает, консоль закрывается. Потом попробовал переустановить, запросило авторизацию телеграм и при повторном docker compose run --rm api также закр…
-
I am creating a small API with Amphp Server in a subdomain and the interface is in the main domain, the classic usage is:
frontend
https://app.com
API
https://api.app.com
The browser is sen…
-
Currently library documentation provides a way to process messages inside a loop
```
foreach ($connection as $message) {
$payload = $message->buffer();
....
}
```
I was curious why no …
-
**Describe the bug**
https://docs.nextcloud.com/server/latest/developer_manual/app_development/dependency_management.html#development-tools
Dev dependencies are required in the app's root compos…