Nico Francois
Nico Francois
I liked your last suggestion and went for the baby step PR already: https://github.com/stephenh/ts-proto/pull/227
Message received and understood, I'll pick it up... 🙂
I implemented the `forceOptionalRepeated=true` flag, added two more tests and a short description to the readme. https://github.com/stephenh/ts-proto/pull/234
Was simply not aware of the informer existing 😉 I see it uses an internal cache, so it might indeed be interesting to switch to this instead.
Sounds like a good suggestion, so feel free to send in a PR for this if you have the time. Implementation is not really inspired by the Operator SDK, no....
Maybe I should consider not exporting the class as default but named: ```javascript export abstract class Operator { // ... } ``` I plan to switch to and support the...
I have a Debian-based VM on which I can reproduce the slow or hanging UI quite easily. I'd like to assist in getting to the bottom of this. If someone...
I don't think that's a fix 😉 I think that makes it simply fall back to its default internal `servers.json` from the time the container was built.
ChatGPT suggests the following v3 manifest ;-) ``` { "name": "Disable Automatic Gain Control", "version": "1.3", "description": "Disables the automatic microphone gain control enabled by web applications like Google Meet...