David Barrat
David Barrat
Is it planned to get typings support (with TypeScript) on this library?
I was just wondering if the concept of groups could be integrated in this library, or maybe it's already in the roadmap. It could be a nice evolution, but might...
### Expected Behaviour A trace of logs collected during the importing process and ability to create breakpoints from the UI following import.js steps. ### Actual Behaviour Lack of traces information...
It would be nice to have like a `HOC` Component that Renders the JSON under sub components using modern framework/ui libraries such as vue, react, ember etc... Do you think...
Defines an optional [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) for: - livekit-server - ingress - egress Addresses https://github.com/livekit/livekit-helm/issues/136
The current Helm chart deployment does not include a PodDisruptionBudget (PDB). PDBs are essential for maintaining the availability of an application by defining the minimum number or percentage of replicas...
Currently, the `hostPort` is currently exposed even when `podHostNetwork` is enabled. This default behavior forces an unnecessary allocation of the `hostPort` on the Pod, by removing the default port reservation,...