Ayrton Sparling
Ayrton Sparling
There are numerous errors like the one below using 6.0.0-alpha1. ```rust error[E0277]: the trait bound `E: FromExternalError` is not implemented for `E` | ::: /home/ayrton/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-6.0.1/src/combinator/mod.rs:115:37 | 115 | pub fn...
### 👟 Reproduction steps Build a function with the following in your `/etc/docker/daemon.json`. ``` { "bridge": "none" } ``` ### 👍 Expected behavior Build succeeds. ### 👎 Actual Behavior ```...
I'm running inadyn within a docker container and am seeing some unusually high memory usage. It's configured for only 6 cloudflare domains (3 using ipv6). ``` $ ps aux |...
Would dolibarr run any faster with opcache enabled? Seems fairly simple to enable. ``` RUN docker-php-ext-configure opcache --enable-opcache \ && docker-php-ext-install opcache ``` Results from https://github.com/cavo789/docker_php_opcache suggest a 30% speed...
* Can these IDs overlap? * Is it a problem if they do? * If it is, can we use a uuid instead? https://github.com/dyule/wamp-rs/blob/e6e814935afdbc17e379a10be3565619ffd2658f/src/router/mod.rs#L73-L78
## Add support for listening on unix domain sockets ### Synopsis Initial conversations converged on using the `--port` argument but after attempting to implement this, `--interface` seemed more promising based...
I have a proxy in front of miniserve. I was hoping I can pass through the requests/responses via a domain socket but I only see a `-p` port option. Can...
Any plans on supporting webtransport similar to how websockets is currently supported? I know webtransport is very new and may require some time to mature before it can be implemented...
### Moonlight Version 1.6.5 ### Device Type webOS TV ### Device Model LG C3 ### Device OS webOS 8.3.0-13 ### Host OS Windows ### Host Software Sunshine ### Host Setup...
I just started the stack via `docker-compose up` and the system seems to start okay but I get these looping messages from the rabbitmq container. Going to the web address...