Brandon Piner

Results 8 comments of Brandon Piner

@frenchyjef I really like the idea you brought of the eventstore subscription and the event filter. I implemented the same thing but mine stored the checkpoint in mongodb because that...

@rasmus please let me know what you think of this change. I know it would be a breaking change but other than that I would appreciate your thoughts

So the EventStore's persistent subscription will be altering the EventStore. It will be creating streams which is what makes it persistent. I recently added an EventStore subscription to our implementation....

I am also busy implementing this. We need it for tracing back to find where an event originated. Since we use RabbitMQ to send our commands, we do not have...

I have experienced a similar issue. It is similar because I am getting the LIBUSB_TRANSFER_CANCELLED but it is happening on rx6 not rx8. Also I am not getting this issue...

If I move the thread the `get_rx_stream` to directly after the `multi_usrp::make` then the error does not occur on `get_rx_stream`. The exact same error will then occur on the first...

https://github.com/sveltejs/svelte/issues/3165

I guess I might have found some source of the problem as i try move things around. ```bash FlutterError (RenderCustomMultiChildLayoutBox object was given an infinite size during layout. This probably...