Results 26 issues of Dawid Nowak

Yes, indeed. The idea is brillant! :D

Hi, any explanation how to use this project? I'm tired of manual testing with hardware, would be nice to write some automatic tests or at least run nodemcu apps without...

```cpp server.on("/test", HTTP_GET, [](AsyncWebServerRequest *request) { // 1s OK, 3s crash -> when no wdtFeed auto seconds = 20; auto end = millis() + seconds * 1000; // this loop,...

I have no issues when I run `pio run` or `pio test` with `fabiobatsilva/[email protected]`. The issues appear after upgrading to `fabiobatsilva/[email protected]`… ``` In file included from .pio/libdeps/native_arduino/ArduinoFake/src/ClientFake.cpp:1: .pio/libdeps/native_arduino/ArduinoFake/src/ArduinoFake.h:116:9: warning: class...

Fixes a warning when compiling with `-Wpedantic`: ``` .pio/libdeps/nodemcu/ESPAsyncTCP/src/ESPAsyncTCP.h:34:2: warning: extra ';' [-Wpedantic] 34 | }; | ^ ```

### Configuration **Operating system**: `MacOS 12.6.1 (21G217)` **PlatformIO Version** (`platformio --version`): `6.1.5` ### Description of problem I couldn't find a way to build the project from CLI [I was using...

feature
build system

- [x] **Feature Request**. - [x] **PlatformIO Core**. One will say it would be a new "feature", from the other perspective it could be considered bug report :P **PlatformIO Version**...

enhancement
package management

Fixes errors like… ``` AttributeError: 'Version' object has no attribute 'owner': File "/usr/local/Cellar/platformio/6.1.6/libexec/lib/python3.11/site-packages/platformio/package/meta.py", line 188 ``` …when trying to compare the objects to other objects that are not of the...

I just opened those URLs to see where they point right now. * https://github.com/platformio/platformio-docs/issues/275#issuecomment-1329510718 * https://github.com/platformio/platformio-docs/pull/276

### Configuration **Operating system**: `MacOS 12.6.1` **PlatformIO Version** (`platformio --version`): `6.1.5` ### Description of problem When I type `pio run --list-targets` I don't see the `test` target. I guess it...

feature
build system