-
I was able to attach my PandaPi to my Openbeam Kossel Pro, and all that's left is configuration. However, whenever I run G33, it consistently errors out with either "homing failed" (if I don't home fi…
-
## Feature Request
New pub style analogous to fetch for pull based consumers to allow multiple messages for a stream to be published with a single call and all succeed or fail (effectively a transa…
-
# Why
When inserting messages into SqlStreamStore, it is possible to get gaps in the stream, e.g. by a transaction rolling back, or by a transaction not yet ready for commit.
In the first case, …
-
**This is Part 11, I am splitting issues to reduce loading times and avoid github collapsing messages.**
**Browse all threads and find latest one to post to using the [gallery](https://github.com/o…
-
Right now with Prisma, you can query across one schema at a time but in many cases, you need to query across multiple tables stored across multiple database schemas.
We need to make certain product…
-
New feature to handle Relay's attached to GPIOs.
- We can use the existing Analog Sensors 'Digital Out' with value 0 (off) or 1 (on)
- The Analog Sensors should be renamed to something like 'Boa…
-
## Use case description
Core desire is to strengthen relationships between tasks above/beyond what the existing pre/post functionality achieves; and to structure a nontrivial set of dependent state…
-
Following the recommendation of Clean Code to "use unchecked exceptions", I ALWAYS end up using CX_NO_CHECK as my custom exceptions' superclass. I think CX_STATIC_CHECK adds too much noise everywhere …
-
We had a few asks for failover support in Stork.
Currently, we stand at the position that Stork should only provide service instances and not be involved in making calls, but maybe we should revisit…
-
Update:
`HybridCache` has relocated to [dotnet/extensions:dev](https://github.com/dotnet/extensions/tree/dev/src/Libraries/Microsoft.Extensions.Caching.Hybrid); it *does not* ship in .NET 9 RC1, as…