greenonline

Results 20 issues of greenonline

I loved this application, and it was recommended in this video course on YouTube, [9-Axis IMU LESSON 1: Introduction to Nine Axis Sensors and Inertial Measurement Units with Arduino](https://www.youtube.com/watch?v=2AO_Gmh5K3Q&list=PLGs0VKk2DiYwEo-k0mjIkWXlkrJWAU4L9&index=1). However,...

In [SerialModule.py](https://github.com/cvzone/cvzone/blob/master/cvzone/SerialModule.py), in `getData()` line [67](https://github.com/cvzone/cvzone/blob/master/cvzone/SerialModule.py#L67): the block of code containing the `readLine()` should be within a `try` block, *maybe* something like this (although there may be a better way):...

IN this file, [display-installation-instuctions.md](https://github.com/eloots/Pi-Akka-Cluster/blob/master/docs/display/display-installation-instuctions.md), the markdown for one link is broken and the text appears thusly: > As next step you need to configure password-less login. Procedure is described [here](../Hypriot-OS-Course-Preparation-Instructions.md#Configure...

The link to the [display installation instructions](https://github.com/eloots/Pi-Akka-Cluster/blob/master/docs/display/display-installation-instuctions.md) at the bottom of [display-version.md](https://github.com/eloots/Pi-Akka-Cluster/blob/master/docs/display/display-version.md) is broken. This is because there is a typo in the name of the actual `.md` file (the...

[Line 37](https://github.com/sebnil/RealtimePlotter/blob/master/BasicRealtimePlotter/BasicRealtimePlotter.pde#L37) should be `surface.setTitle()` and not `frame.setTitle()`. Warning is thrown by Processing compiler: ``` Use surface.setTitle() instead of frame.setTitle in Processing 3 ``` It is correct in the RealtimePlotterWithControlPanel.pde,...

Build 222352 Install b2 and run Under the Hardware menu, no menu item has the checkmark (even though the Hardware running *seems* to be the "B/Acorn 1770 _6502 second processor")....

UI/UX

I've searched in both the open and closed issues for "Apple", "Mac" and "Macintosh" and not found anyting obvious (so, apologies if this has been asked before). This is a...

Both of the original links (on mikrocontroller.net) to the source code for the k and m firmware seem to be broken: > The k-firmware source is available [here](https://www.mikrocontroller.net/svnbrowser/transistortester/Software/trunk/), with precompiled...

Firstly, as I've not said it yet, this is obviously an excellent application. Many thanks. I would really love to be able to make my own components, as I have...

When double-clicking a label (Misc>Label), default the input to the **Text:** field, rather than the **Color:** field, as it currently does, in v 4.37.0. It would seem more likely that...