Bradley Weston

Results 73 comments of Bradley Weston

I would take consideration with the `Option` type rather then passing a `Options` struct as a slice and only using the first occurrence. I'm guessing it was done as a...

Hi @mumia sounds interesting, anything that we can help with?

When a projection goes down it should either know the position of the last event in the stream. Or should just clear any previous state that was made by projection...

Writing to an event store and projections is and should never be atomic. You ideally would have a write service and a query service that way you can scale each...

Did work get started on this?

@doncicuto any idea how to get it working with Docker Compose too? Thanks.

Gabriel you ok to submit a PR with details to do this to the minio/minfs repo? On Tue, 26 Dec 2017 at 11:51, Gabriel Abdalla Cavalcante < [email protected]> wrote: >...

So do we need to ask for consent to use the pixel or not? The documents in the links provided aren't simple enough. @dmitridr said: "Specific to the FB pixel,...

I get the error at the same point, it just hangs then after a minute I get `TokenError: Invalid authorization code: [REDACTED]`. This happens regardless of the region too, any...

Turns out if I use `https://eu.api.battle.net/oauth/userinfo` and pass the bearer token it works fine.