-
**API Platform version(s) affected**: 3.3.11
**Description**
I have a custom `Symfony\Component\Serializer\Normalizer\DenormalizerInterface` class, which converts the request context to a typed (…
-
The example by @yvoyer features a custom implementation of the Event Bus e.g..
But it will also show how to integrate with Symfony components.
Another custom example by @juliendufresne:
https://githu…
-
Many packages under `pkg/` still reference type packages from components.
This must be improved either by
- moving the whole package from pkg into a component (federation)
- moving package to the r…
darh updated
4 months ago
-
Admittedly a pretty bad timing since 20.8-1 just hit, but after installing your two skills
the websocket couldn't connect to anything and after reboot the cli is crashing with
```
Starting backg…
-
For some reason the DataCollectorPlugin slows the performance of my import by roughly 100%. According to blackfire.io the plugin greatly increases time used by garbage collector. I don't care why that…
-
```
import {
MashroomPortalAppService,
MashroomPortalAppSetup,
MashroomPortalAppUser,
MashroomPortalClientServices,
MashroomPortalMessageBus,
MashroomPortalProxyPaths,
} from '@mas…
-
When I try to load the skill with an empty settings.json file or a server that doesn't work, the skill completely fails to load.
Maybe just check if the user has filled out the settings in home, and …
-
When `negotiate_unix_fds` is enabled on the `MessageBus`, the library starts leaking file descriptors.
This happens for example when an unhandled message is received, or if the message is handled b…
-
Hi, I am using this repository as base for my new project. However this repo does not implement async commands and as a consequence it does not show how to consider async commands inside a command bus…
ghost updated
7 months ago
-
Seems this is part of the VNC startup in the cli.sh script: I get Failed to start message bus: Failed to bind socket "/var/run/dbus/system_bus_socket": Input/output error. No idea what this is about. …