Gustavo Pantuza
Gustavo Pantuza
The cli should receive the project.conf file and create the project in the configured directory. For example: ```bash $> cpt --conf my/project/config/file.conf ```
**Describe the problem** Fooocus is generating two black images after doing 15 minutes of computation. I am running it in a Intel Mac Book Pro. I simply followed the steps...
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
**Description:** Adding a feature - Enabling [gRPC Health Checking Protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md) on Open Telemetry Collector. **Link to tracking Issue:** Not Applicable **Testing:** Before this PR, if you use any gRPC tool...
This Pull Request has a quite simple contribution. When you install using `go install github.com/grpc-ecosystem/grpc-health-probe@latest` the binary name is actually `grpc-health-probe` instead of `grpc_health_probe` as described in the README.md file....
This pull request has the following contributions: * Refactor the init script to become a function; * Create documentation of how to install and use plugin;
This pull request enables Tudu to be compiled in MAC OS X. It solves the error message: ```bash g++ -Wall -O2 -c interface.cc interface.cc:774:12: error: use of undeclared identifier 'mkostemp';...
Hi, folks. This Pull Request reduces the number of command line arguments needed to be passed when getting started with this project/container. It is a small contribution by adding `WORKDIR`...
Hi 👋🏼 This Pull Request simply moves the processors call to the beginning of the `finish()` method. ### Why? Otherwise, you can't modify the span getting finished. Processors [are run...