Results 26 issues of Dawid Nowak

They appear when the code is compiled with a flag `Wextra`. I know of 3 possible solutions: * A.) `static_cast(unusedParameter);` – the one I chose * B.) `(void) unusedParameter;` –...

Hey, I want to make a small PR to fix warnings. How do I build this library **directly**, as a "stand-alone project", not as a dependency of other (PlatformIO) project?

Explained the meaning of `last-change` and `last-updated` values of `secondary_info` of `Entities` card. I've stumbled upon the dilemma which one to use – this is the explanation I was given...

current

I guess it's not implemented in any way? Or am I missing something? I change it and nothing happens. I also don't see to be used anywhere in the code....

I want to install this integration and need to decide if I should choose 1.x or 2.x. What's new in 2.x? Does it add any features or is it just...

```bash $PYTHONEXE -m pip install var_dump --upgrade $PYTHONEXE -m pip install var_dump --force-reinstall ``` I'm trying to upgrade, but I'm still getting the implementation from [before the recursion fix](https://github.com/sha256/python-var-dump/pull/22). I...

### Basic Infos - [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [x] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...

You should probably change this... form_tag('user/register'); ...to that: form_tag('@register'); ...in the registerSuccess.php of baseAuth module. Unless you do that, the template throws an exeption.

When viewing debug logs, the current buffer limit of a 100 is full pretty quick. I'm adding an option for the user to choose a bigger limit (up to a...

### What happened? I've been trying to install/develop the project on my computer. I've downloaded the latest dev branch: https://github.com/nurikk/zigbee2mqtt-frontend/tree/f0a2cf573f5a2d09d8262de2ba958fd534dba55e I've run `pnpm install` [per instruction](https://github.com/nurikk/zigbee2mqtt-frontend/blob/f0a2cf573f5a2d09d8262de2ba958fd534dba55e/README.md?plain=1#L19C1-L19C13). It resulted in the...

bug