Chris
Chris
When using `a.PersistReceive()` function, the `Sender()` may be is lost if a Snapshot is requested by the persistence plugin. For instance: ```go case *Message: // Persist all events received outside...
It would be great to have support for Crate Data Storage (https://crate.io/).
Proposal for #61. As I'm interested in having this feature, I implemented it. It's a minimal implementation that meets the functional aspects mentioned by @vith, that is to say it...
Here's some spelling and grammatical corrections, if you agree. Really nice project by the way! 👍
Adds [OKP4](github.com/okp4/ui)'s design system ([storybook](https://ui.okp4.space) format). _(under heavy development)_ Thanks!
I currently extensively use the `graphql-java-tools` library with success. But I have a use case where I would like to relax/bypass the type checking of objects returned from a resolver....
Add a watcher that watches for stylesheet changes (either custom or default one)
Foremost, this is really a great tool, very nice to use. I currently use the tool with an external custom stylesheet in watch-mode, and I noticed that the css file...
## Issue As of now, crates are not published to [crates.io](https://crates.io/) or any registry, making it difficult for users and developers to access the technical information of the latest versions...
## Purpose Implement the `ExecuteMsg::SubmitClaims` message according to the current specification of the `okp4-dataverse` smart contract. - [ ] Consider the business rules and invariants required for data integrity, security...