Carlo Corradini

Results 37 issues of Carlo Corradini

**I'm submitting a ...** - [ ] bug report - [X] feature request - [ ] support request => **Please do not submit support request here**, see note at the...

Feature request

**I'm submitting a ...** - [ ] bug report - [X] feature request - [ ] support request => **Please do not submit support request here**, see note at the...

### Version 29.0.3 ### Steps to reproduce 1. Clone https://github.com/carlocorradini/graphql-auth-directive/tree/deps 2. Install dependencies: `npm ci` 3. Test: `npm test` ### Expected behavior I expect that the `paths` (e.g. `~/utils`) present...

Bug Report
Needs Triage

Related to PR #671 Keep in mind that this PR is purely focused to improving standards and maintainability. What has been changed: - Added [`prettier`](https://prettier.io) - Added [`markdownlint`](https://github.com/DavidAnson/markdownlint) - Added...

Related to PR #671 What has been changed: - Added [`Dependabot`](https://github.com/dependabot)

Related to PR #671 What has been changed: - `rumqttd` Docker image is based on distroless rather than `Alpine` Docker image is now based on `gcr.io/distroless/cc` (from Google) to enhance...

At the moment, the only way to construct a client is to provide a fixed client capacity. A client with unlimited channel capacity would be desirable. Furthermore, the pure implementation...

`rumqttc`publishes its logging messages as well if the application's global log level is set to `Debug` -> `log::set_max_level(log::LevelFilter::Debug)` Is it possible to prevent `rumqttc` from logging? Possibly via a feature...

stale

During the linking phase of my GitHub action, I encounter the following errors while using Xcode 14.2 (Clang) (not on Linux/Ubuntu): ```sh [100%] Linking CXX executable [NAME] Undefined symbols for...

### Problem Assume that I am creating the book as a PDF file using the [`mdbook-pdf`](https://github.com/HollowMan6/mdbook-pdf) plugin and verifying all of the links with the [`mdbook-linkcheck`](https://github.com/Michael-F-Bryan/mdbook-linkcheck) plugin. The process of...

C-enhancement