Results 12 comments of Grant Bakker

This also affects FoxyGestures and any other extension that would want to trigger opening or closing the panorama view. Previously, this would be done with the snippet: ```browser.runtime.sendMessage("[email protected]", "toggle-panorama-view");``` but...

Aside from the aesthetic, there are some other small issues with the number that could be improved. The number doesn't update when groups are added and removed in the panorama...

The test framework have been added. Tests for the low level FrameParser and FrameSerializer have been added.

the tests for FrameParser and FrameSerializer need to test the `read` and `used` properties

In addition to testing the low level frame stuff, the actual functionality of bramqp should be tested with a RabbitMQ server. TravisCI should have a server to use for this.

Not all fields have this need to be setup as a table type. Content's `headers` field is a `domain="table"` so it has to be this way. The [documentation for the...

Hi! Thanks for bringing up your usage and problems with bramqp. I'm guessing you have been using bramqp before and updated to find things broken. I would love to help...

I dont have any immediate plans to update bramqp to use more modern javascript features, but it is something I have thought about. Updating the callbacks to something more suitable...

With the release of many of the important async / await features in node 12, I am happy to refactor bramqp to use promises. My plan is to have the...

Just wanted to give an update. I have built out some async prototypes and looked into a few strategies here. The branches [`generator-dev`](https://github.com/bakkerthehacker/bramqp/tree/generator-dev) and [`async-dev`](https://github.com/bakkerthehacker/bramqp/tree/async-dev) contain some of my initial...