Stephen Williams

Results 8 comments of Stephen Williams
trafficstars

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.

![image](https://user-images.githubusercontent.com/724904/210150202-e82e0eb7-1ea9-4361-bdd4-0633ef15f410.png) ``` 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. ![image](https://user-images.githubusercontent.com/724904/210162577-076b7317-dad0-4e7c-bbee-5f6747dfbebd.png)

@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!