-
Thank you for your excellent work on this library.
In your readme you write:
> However, in my experience so far, they are easier to work with and simpler to design your circuit board around. In pa…
-
### Discussed in https://github.com/keycloak/keycloak/discussions/8490
Originally posted by **thomasdarimont** September 27, 2021
The book “Distributed Systems Observability'' by Cindy Sridhar…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
## Introduction
The SPI API isn't adjusted to be used for SPI slaves that don't know how much data will be sent by the SPI master.
### Problem description
Some SPI communication protocols don't…
-
Since switching to the new Azure native FS in our environments we've been seeing a lot of connection leaks and java.lang.IllegalStateException: Unbalanced enter/exit exceptions. The native FS seemed t…
-
via conversation with @ajfisher on gitter:
There was a pull-request for SPI opened a while back: firmata/arduino#135. However, it's going to be more complex than just wrapping the Arduino SPI api (si…
-
This library was probably written before the new SPI transactions protocol was published, but without that protocol, this library only works if the display (in my case, the ILI9341) is the only hardwa…
-
Tried using your library on a WeMos D1 mini running MicroPython v1.8.138
Almost works. Calls to `self.write_cmd()` are failing as it requires a buffer.
```
>>> import st7735
>>> import tft
>>> from m…
-
I've spent some time gathering information on how to get the Manta M5P to use the CANBUS with a CB1.
I first flashed klipper to the EBB36 according to the instructions in the manual.
Connected are 2…
-
We received an error when reading a table with a certain column that has a large length. After inspection, we found that the length exceeded the size of the Slice by 2GB.
After investigation, it i…