Stephen Williams
Stephen Williams
I've tried the following with no success: ```csharp private static void Main(string[] args) => MainAsync().GetAwaiter().GetResult(); private static async Task MainAsync() { var kubeConfig = KubernetesClientConfiguration.BuildConfigFromConfigFile(); kubeConfig.SkipTlsVerify = true; var kubernetes...
@jpoon I did not, I ended up doing the same in my testing but I've also moved away from using Helm due to a few bugs that concerned me.
 ``` VoiceAttack settings summary (last-committed values only) Saturday, December 31, 2022 11:43 AM Windows 10.0.19045 64 bit Last reboot: Saturday, December 31, 2022 11:26 AM VoiceAttack 64-bit version v1.10.3.36...
It did not crash. 
@alterNERDtive Yeah, I had my friend reinstall and use the example profile instead of option 1 and it started working. I had walked him through option 1 and didnt see...
I see the same issue with the latest version.
@eliperelman Sorry it took me much longer than I expected to have time to put together an example repo. Here you go: https://github.com/stephenwilliams/react-lazylog-issue-11
@eliperelman Updating to 3.1.4 and adding `import 'react-lazylog/es5/index.css';` fixed it for me Thanks again for your work on this library!