Piotr Idzik
Piotr Idzik
**Description:** These classes: - [`LSPPsiElement`](https://github.com/ballerina-platform/lsp4intellij/tree/06b520159373e279aada55d0eaf6355076e3bb47/src/main/java/org/wso2/lsp4intellij/contributors/psi/LSPPsiElement.java), - [`LSPPsiReference`](https://github.com/ballerina-platform/lsp4intellij/tree/06b520159373e279aada55d0eaf6355076e3bb47/src/main/java/org/wso2/lsp4intellij/contributors/psi/LSPPsiReference.java), - [`LSPRenameHandler`](https://github.com/ballerina-platform/lsp4intellij/tree/06b520159373e279aada55d0eaf6355076e3bb47/src/main/java/org/wso2/lsp4intellij/contributors/rename/LSPRenameHandler.java), - [`LSPSymbolContributor`](https://github.com/ballerina-platform/lsp4intellij/tree/06b520159373e279aada55d0eaf6355076e3bb47/src/main/java/org/wso2/lsp4intellij/contributors/symbol/LSPSymbolContributor.java), - [`MessageHandler`](https://github.com/ballerina-platform/lsp4intellij/tree/06b520159373e279aada55d0eaf6355076e3bb47/src/main/java/org/wso2/lsp4intellij/client/languageserver/wrapper/MessageHandler.java), have unused imports. **Describe your task(s)** I would like to remove the unused imports. **Related Issues (optional):**...
This PR updates the `pkcs1_decode` function, to resolve the `redundantAssignment` cppcheck warning. Similar #823.
Scope of some _loop variables_ can be reduced in `ec_ws.c`.
I ran `black` on all python code examples. This is the result. Similar to #8192.
The current statement is not true. STL is part of the `std` namespace or of the standard library.
[Get rid of std::endl](https://github.com/cpp-best-practices/cppbestpractices/blob/master/08-Considering_Performance.md#get-rid-of-stdendl).
The link to: https://github.com/tutors-sdk/tutors/blob/98f2163cc49ed3274741cd5e95a810f4ea296c5a/README.md?plain=1#L162 is broken. The target file was removed in: 686c53333dfd8962ecdd9c6c44172055acf9eb18 (cf. also 165d5d1f2f1ce58475ea54448d206a0518b47982). Possible solution is to introduce [this file](https://github.com/tutors-sdk/tutors/blob/5c298bd0dfb1471875d0915fae8cc615d4a3fca8/static/tutors-holopin.png) back. Feel free to assign me to...
#### Description of Change This PR resolved the `-Wreorder` warning emitted by the compiler. #### Checklist - [x] Added description of change - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines)...
#### Description of Change This PR sorts the added subdirectories. #### Checklist - [x] Added description of change - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous...
#### Description of Change This PR removes the unused parameters of the `main` functions. Resolves some of the `-Wunused-parameter` warnings. #### Checklist - [x] Added description of change - [x]...