Arkadiy Tetelman
Arkadiy Tetelman
Thanks, that's very helpful. I spent some time playing around with this and can reproduce it but didn't have any luck finding any logs or figuring out what was causing...
After playing around with it the only solutions I was able to get working were: 1) Replacing NameError::message with a string as you suggested 2) Creating a copy of the...
Great, thanks for the update!
Hey @pmohan6, just wanted to check if there was any update on this?
I don't remember how I ran into it but judging from that line in the backtrace: ``` add_transitions [ # ... [:created, :cancel, :completed, lambda { |immediate_cancellation_callback| immediate_cancellation_callback.run }], #...
Some discussion here: https://github.com/google/protobuf.dart/issues/490 They mention that the descriptors are contained in a `pbjson.dart` file, and looking at a sample dart app I see e.g. this: https://github.com/grpc/grpc-dart/blob/master/example/route_guide/lib/src/generated/route_guide.pbjson.dart where the descriptors...
Can you provide a file that exhibits this behavior?
Can you provide a file that exhibits this behavior?
Should be resolved now I believe
I've added a pull request target to the build step on https://github.com/arkadiyt/bounty-targets/pull/182, could you try pushing again and seeing if that triggers a build?