Glen Mailer

Results 204 comments of Glen Mailer

I finally got around to submitting this code via Gerrit - https://go-review.googlesource.com/c/protobuf/+/453215

The main thing I'm hoping to avoid is having to repeat our topology config in multiple places, as that runs the risk of it going out of sync

Not quite, the idea is that as i’m editing I rely on the inline as-you-type linting. Then when I hit save, that’s some level of finality to what i’m doing...

I tried to take a look into diagnosing/fixing this, but I couldn't find any tests for the docgen loader - are these covered by some e2e/integration suites? If anyone is...

Something that occurred to me while reading up on this is that react-docgen-loader is run on many files, and it also follows imports - so probably spends quite a lot...

> Interestingly changing the docgen to `react-docgen` (an entirely different codepath) doesn't fix the problem. > @valentinpalkovic you touched all of this recently, any ideas? Given that this is broken...

For now my plan is to stick with inline styles, and try not to let much cascade into the body. This way cards will always look the same, but the...

I've just run into this, looks like there's an issue in the code to do with comparison of 64bit integers. This seems to be "fixed" in master by casting the...

Can you confirm what client & server versions you are seeing this behaviour on?

The code at https://github.com/postwait/node-amqp/blob/master/lib/exchange.js certainly looks like it should respect the confirm option, however it appears that when used with noDeclare that code path isn't hit.