Mark Roberts
Mark Roberts
We received the following error after changing our replica-service-template to use a LoadBalancer instead of ClusterIP: ``` - type: 'ClusterIP', - clusterIP: 'None' + type: 'LoadBalancer' ``` ``` Create Service...
This PR adds Coproduct support to Guardrail for Scala projects. What this means is that, if I have a Swagger/Open API schema which defines responses for some operation `foo` like...
Hi, I would like to be able to opt-in to using step builders when generating Java code. Currently, mandatory parameters are passed directly to the builder’s constructor; however, there’s another...
Currently, the `@tag` definition introduced in https://github.com/apollographql/federation/pull/945 is ``` directive @tag(name: String!) repeatable on FIELD_DEFINITION | INTERFACE | OBJECT | UNION ``` any reason not to include this on `ARGUMENT_DEFINITION`,...
This ensures Yarn v2 with Plug'n'Play and TypeScript doesn't complain about form-data missing a dependency on @types/node. See #505. I'm not sure whether or not `^12.0.10` is the correct version...
This PR includes follow up changes on #661. I updated web-platform-tests and made some small changes to pass a few more tests. Changes: - [ ] Update CHANGELOG.md (not complete,...
See https://www.chromestatus.com/feature/6321945865879552 and https://alvestrand.github.io/webrtc-media-streams/. Handy for skipping encode/decode steps in some cases? Haven't looked into it closely yet…
Twinme has posted [a workaround](https://bugs.chromium.org/p/webrtc/issues/detail?id=7585#c14) for the PhysicalSocketServer issue wherein an RTCPeerConnection could end up using more than `FD_SETSIZE` sockets, leading to a crash. We should try to apply this...
~Need to update to at least M73 first.~ Already update to M73, but I spoke too soon: RTCIceTransport is still unimplemented in the webrtc.org code. See [Issue 7575](https://bugs.chromium.org/p/webrtc/issues/detail?id=7575). --- -...