Yo Eight

Results 60 comments of Yo Eight

Hey @wiegell, I believe there is a misconception on what the `FromError` method does. If true, the `ok` doesn't signal that the type conversion was successful but rather that there...

Seems like something we could provide as well. Lay out exactly what you need and I see what I can do

This is a fair question. As the documentation states it, it's not possible to run persistent subscription on anything than the leader node. All write operations and the subscribe don't...

Please have a go if you want. Will be glad to approve your PR!

Hey @seanppayne > I do not have permission to push code to a branch here if I clone the repo. Should I fork instead? Yes, you need to fork the...

Hey @karthiksedoc, I'm a bit confused by your question. See `esdb.ContentTypeJson` is a regular integer as shown at its declaration site. https://github.com/EventStore/EventStore-Client-Go/blob/v4.2.0/esdb/event_data.go So it is normal to be able to...

Hey @antonmos, Thank you for taking the time to fill out the issue. Are you encountering an actual bug, or are you suggesting we implement some preventative measures?

So if I understand correctly, there is no bug. I try to evaluate the urgency of the situation. It looks like we could improve the final jar that we produce....

Hey @riccardone, I understand there’s some confusion about what happens when deleting a stream. In your case, it’s a soft delete. Internally, this updates the stream’s metadata by setting its...

> The ExcludeSystemEvents regex to do what it says on the tin should be at least: EventTypeFilter.RegularExpression(@"^(\$metadata|[^\$].*)")) this will let the hard or soft delete stream/events to be delivered to...