Nikhil Dabas

Results 5 issues of Nikhil Dabas

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Area-Documentation

A bug has been uncovered in #88: The generator [assumes](https://github.com/raspberrypi/pico-project-generator/blob/3b3a0fd92e51f8f128edfd35a17ffff0d32da8ac/pico_project.py#L1346) that `nmake` is available on Windows. The pico-setup-windows installer bundles Ninja; additionally, we set the `CMAKE_GENERATOR` environment variable just to...

If the script fails on the first try, and is re-run later, it fails for two reasons: - The `mkdir build` commands fail - The `git clone` for `picoprobe` and...

When trying to do a full build of pico-examples on Windows, it fails on [the httpd example](https://github.com/raspberrypi/pico-examples/tree/master/pico_w/wifi/httpd) with: ``` In file included from C:/Program Files/Raspberry Pi/Pico SDK v2.0.0/pico-sdk/lib/lwip/src/apps/http/fs.c:39: P:/pico-examples/build/pico_w/wifi/httpd/generated/pico_fsdata.inc:199:36: error:...