Ben Kubota
Ben Kubota
Please consider the following .proto file: ``` package package.rpc.asks; import "package/actions/asks.proto"; service Ask { rpc GetAskSnapshot(package.actions.asks.RequestAskSnapshot) returns (package.actions.asks.AskSnapshot) { } } ``` I would expect this to generate a Ruby...
_Disclaimer:_ This ticket describes Superlist specific behavior. It is expected to be split into requirements for the editor package and application-specific parts. The application-specific parts can be handled by the...
### Problem this feature will solve Using Turbo in in Rails 7+, we're commonly broadcasting updates using the `[Broadcastable](https://github.com/hotwired/turbo-rails/blob/main/app/models/concerns/turbo/broadcastable.rb)` functionality. In most of our unit tests, those broadcasts are not...
If you initialize Ferrum with a window size using remote browserless 2 - the window size is applied, but the viewport is not updated automatically. The DOM is rendered in...
I have a very simple rspec test that fails since I've updated to browserless 2 (via docker). The spec tries to set a header before sending the first request. I'm...
I have a very simple rspec test that fails since I've updated to browserless 2 (via docker). The spec tries to set a header before sending the first request. I'm...