Ben Jones

Results 5 issues of Ben Jones

**Describe the bug** Code loads, Serial monitor prints line statements but measurement value is always 0 **Code to reproduce** ```c++ #include Ultrasonic myUltrasonicSensor(5); int distance; void setup() { Serial.begin(9600); }...

bug

Once canvas is drawn a resize event does not retrigger redrawing of the canvas. Thus if the screen is rotated often the canvas is scaled out of view. Maybe this...

Exactly the same text in a Q.UI.Text successfully line breaks at the "\n". Same string will not like break in a Q.UI.Button

## What's the problem Alert formating is incorrectly formatted. Docs: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts ``` > [!NOTE] > Useful information that users should know, even when skimming content. ``` gets formatted to: ```...

When viewing a *.html page from Codepsaces, a new window opens but it opens to the root directory, not the path and files as expected. See the recording below: ![Image](https://github.com/user-attachments/assets/bd32d860-ebd4-4461-b593-2e9c100bd327)