orels1

Results 26 comments of orels1

I opened PR with the fix https://github.com/jayfk/statuspage/pull/149

I opened PR with the fix https://github.com/jayfk/statuspage/pull/149

I guess i'll give it another try with the updated packages

I need to look up a way to determine if the variable is int-like i guess

So apparently this is the correct way of doing it ```c# private static HashSet NumericTypes = new HashSet { typeof(int), typeof(uint), typeof(double), typeof(decimal), ... }; internal static bool IsNumericType(Type type)...

### Update After changing bindings to be `isAsync = true` ![image](https://user-images.githubusercontent.com/3798928/109403371-fb554e00-796d-11eb-96ca-59cfa5d1ec82.png) I went and made all the calls to the `configRepository` use `async` including the parent functions. And that "fixed...

> VRCX config is all self contained in the executable folder, delete `VRCX.sqlite3` and `VRCX.json` these files contain all the programs data and config. Or just re download release zip....

I know that .NET Core and .NET 5.0 do not have the needed WCF methods anymore for the old sync CEF bindings to work. Can it be that some windows...

> Interesting... can you give building my fork a try? https://github.com/Natsumi-sama/VRCX hmmm if it were .NET related I would assume it wouldn't open but I could be wrong this is...

For now I guess I can spend some time translating all of `VRCXStorage` and `SharedVariable` calls to `async`, there is quite a bit of stuff, but I think its doable