-
Can you remake this for 4 pin ssd1306 or ssh1106 screens? thanks
-
This may be a bit long winded.. but here goes.
I got a hermit crab V2 canbus from BTT a few weeks back. Flashed it with Katapult and then klipper and all was good from a firmware point of view. I h…
-
The insert process is quite slow for a small document. I tried to change `llm_model_max_async` value but the speed is never change. I also saw that the insert process is only using single core of my C…
-
```
software rendering depends on CPU power, most architectures are going
multi-core
it would be a good idea to add some basic threading support to pixeltoaster
so this CPU power can be accessed in a…
-
```
software rendering depends on CPU power, most architectures are going
multi-core
it would be a good idea to add some basic threading support to pixeltoaster
so this CPU power can be accessed in a…
-
**What would you like to be added**: These are the steps that I want to be able to do:
- Select a specific panel in my dashboard. This panel has multiple time series of different objects (ca 80 -…
-
Put together a couple well-documented tutorial projects. Make sure to hit major differences between neo4django, Django proper, and using a bare REST client.
- Auth workarounds and native auth.
- Lack …
-
We should create a voting strategy that leverage solidity code to query voting power. We can do that without deploying any contract, see example of how to do that here: https://twitter.com/DestinerX/s…
-
When using a regex as part of my search query, I'm not quite sure whether the system has recognised my input as a regex.
I also wouldn't know a `Enable regular expression` option had to be switched o…
-
Our current approach to committing on list of neighbors is something like this:
- if A called B and C, compute c_A = g^r.h^A.h_1^B.h_2^C.
If we need to prove that A called B at some point, we will…