Piotr Idzik

Results 106 issues of Piotr Idzik

Why not to add some simple CI? A very simple workflow could look like this: ```yml --- name: build 'on': workflow_dispatch: push: branches: - main pull_request: jobs: build: runs-on: ubuntu-latest...

Memory allocated in: - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L57 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L61 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L70 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L73 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L80 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L87 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L89 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L92 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L101 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/main.cpp#L105 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/controller/SearchController.cpp#L13 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/model/DreeLoader.cpp#L12 - https://github.com/ujjwall-R/Dree/blob/bfa66d13db20cf28ed3ee2903dcd6f634a092721/src/model/DreeLoader.cpp#L33 -...

hacktoberfest
hacktoberfest-accepted

Currently the CI is failing due to clippy warnings related to unread fields. This PR is an attempt to fix it.

Continuation of #5126. Please note that there are still some warnings/errors related to that check left: ``` [ERROR] Medium: Class com.thealgorithms.datastructures.bags.Bag$Node defines fields that are used only as locals [com.thealgorithms.datastructures.bags.Bag$Node]...

### Description: This PR resolves the [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) warning. ### Checklist: * [x] Does your PR pass tests? * [ ] Have you written new tests for your changes? * [x]...

### Brief Summary of Changes I found some unused imports - this PR removes them. #### What does this PR address? - [x] GitHub issue (Add reference - #345) -...

## Bug report for Cloudinary Java SDK Before proceeding, please update to latest version and test if the issue persists ## Describe the bug in a sentence or two. Some...

## Describe the bug in a sentence or two. The target of the link: https://github.com/cloudinary/cloudinary_java/blob/43d8e9ac0c7f073017d9c4b566c9566dea95f205/README.md?plain=1#L130 does not exist. ## Issue Type (Can be multiple) [ ] Build - Can’t install...

### The issue The [`CONTRIBUTING.md`](https://github.com/UncleRus/esp-idf-lib/blob/1abe2e5194b1a45c8878229ad893a058816cdd18/CONTRIBUTING.md#L483) file contains broken links in lines: https://github.com/UncleRus/esp-idf-lib/blob/1abe2e5194b1a45c8878229ad893a058816cdd18/CONTRIBUTING.md?plain=1#L86 https://github.com/UncleRus/esp-idf-lib/blob/1abe2e5194b1a45c8878229ad893a058816cdd18/CONTRIBUTING.md?plain=1#L483 Mentioned workflows do not exist anymore. ### The context These workflows were removed in cb25d34e2ec585cd05da8f5b1f28e077447a19e6. ### Possible...

The `value` in `_write_reg` could be a _pointer to const_. This PR fixes that.