scubakiz
scubakiz
By setting this in the MainLayout, the theme is updated after the page is rendered. So for a half second, the user sees unformatted content, including the top menu before...
I have the following vertical tab list (using BootStrap): ``` @lock (ActiveServices) { @foreach (var service in ActiveServices) { @service.Metadata.Name } } ``` This works perfectly except that it doesn't...
Exposed Id so component can be found in Javascript. Will be helpful when trying to get the canvas size at runtime: document.getElementById(canvasElementId).getBoundingClientRect();
### Describe the bug When a new image is created, the Image Update Automation updates the HelmRelease in the source. This breaks the HelmRelease when the Helm Controller tries to...
### Describe the bug When a HelmRelease has a problem, the problem stays forever, even after it's been fixed at the source. If there are any issues at all with...
The following code worked fine until I updated the .NET library to 5/6: var log = _kubernetesClient.ReadNamespacedPodLog( podName, currentNamespace, container: containerName, tailLines: returnRailLines, timestamps: showLogTimestamps, previous: previousLog); The async version...