Enrico

Results 20 issues of Enrico

`mysqldumpArgs` was missing the `--socket` parameter when launching `mysqldump` for UNIX socket connections. This pull request adds the parameter if the `socket` query option is added in the database URL...

Does `wormhole-william` supports listening on the receiving side for `direct-tcp-v1` connections? By looking at the code it seems that `direct-tcp-v1` are supported only when `wormhole-william` is sending a file

Hello maintainers ( @muayyad-alsadi I think, maybe others?), Unfortunately I see lists of issues and pull requests growing, with some interesting things (such as `build-args`, etc) that are still waiting,...

To be 100% transparent, maybe an explanation why some exception are made should be added to the repository. For example: * `a` * `rf` * `sm` Why these domains exists,...

What is the purpose of this change? What does it change? -------------------------------------------------------- This pull request adds an endpoint named `/health`. It replies with: * `200 OK` when the repository base...

As mentioned [here](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/193), `convertFileSrc` is missing in some WebView version (such as in Ionic 3 with WebView 1.2.1). The current workaround (until an upgrade is done) is to set `this.imageLoaderConfig.setImageReturnType('base64');`...

I was looking at the code, and I saw some minor style issues that you can avoid by using a linter like https://golangci-lint.run/ . Unfortunately I never used GitHub Actions,...

Hi, I use this docker registry UI and I have an issue listing tag for images using manifest list for manifest v2, schema v2 (aka `application/vnd.docker.distribution.manifest.list.v2+json`). ## Bug description When...

I see that the middleware is ignoring websocket requests here: https://github.com/acouvreur/traefik-modsecurity-plugin/blob/19cdb477b8cee1966ad95278d168ae90a93df663/modsecurity.go#L56 Why is that? A request for WebSocket is actually a valid HTTP request, which may contains spurious/malicious data. Also,...

## Current Implementation Currently, the app is available in (Android) Google Play Store and Huawei AppGallery. So-called "degoogled" phones have no "Play Store" or AppGallery access, mostly because they run...

enhancement