Ben Randall

Results 51 comments of Ben Randall

I believe that this is definitely a bug in the code. If you use the overload of `AutoBuild(...)` that takes `onError` and `onExample` functions then it will write successfully. It...

I'm running into a similar issue. I've got an optional property that I want to be marshaled as a string same as `Comment` and I was hoping that setting `x-nullable`...

It looks like this old PR also does something similar by adding support for `x-go-nullable` which forces a non-pointer when the value is false (or empty). #146

@atrent, there's a slight misunderstanding here I think. @penfold42 was looking for a way to manually specify a TARGET destination for an OTA upload in the Arduino GUI. As a...

For anybody interested in a useful workaround, if you're using VSCode you can create a [custom task](https://code.visualstudio.com/docs/editor/tasks#_custom-tasks) to execute the `espota.py` directly and specify the IP and destination port. It's...

Would be totally reasonable to include something in the documentation, but in the meantime I used this guide for integrating it into a static site and it worked great for...

This is ready to be merged. @frenck - Any reason not to pull the trigger?

Are you talking about as a powershell parameter or something else?

For anybody who runs into this issue and is looking for a quick workaround. Open up `gcloud.ps1` (you can get the path using `Get-Command gcloud | Select-Object Source`) and then...