candidtim
candidtim
This pull request brings few changes to the Makefile, allowing users to rebuild the library from scratch after the clone: 1. `usb-serial-for-android` submodule is now initialized automatically (previously had to...
Latest updates in the `usb-serial-for-android` removed the `setBaudRate` method in `UsbDriver`s, as well as deprecated `acquire` method in `UsbSerialProber` in favor of `findFirstDevice`. This change, therefore, updates the `ArduinoFirmata-Android` implementation...
I'm attempting to use Cassandra on Azure CosmosDB and sink data from Kafka into it using the Cassandra Sink. Same exact sink configuration works with regular Cassandra, but fails on...
docker-compose 2.x changed the naming convention for containers: it uses dash `-` to separate the project and container names, instead of underscore `_` that was used in 1.x. As a...
UI theme (dark or light) is currently chosen automatically based on color of the pixel at coordinates 2,2. While this works in Unity, this may provide inaccurate estimation on other...
In latest releases Gnome 3 dropped support of app indicators in favor of persistent notification messages. This app indicator is not intended for this use and **the state of it...
Current VM name format is " ()". The name format needs to be updated, and, optionally made configurable. By default it should be: " ()". Update notifications messages: make clearer....
It is often the case that some VMs may be left in an "inconsistent" state after system restart: some running VMs may have been killed while this will be not...
Is there a way to know (a Message?) when a command running in the terminal terminates? Or, put differently, when a terminal stops?