Rhitomaic

Results 13 comments of Rhitomaic

I accidentally went 5000+ distance away from where I originally am because I thought you need to hold space and drag to move while using a pentab so yeah, this...

What is the field/property that lets the hierarchy know which one is the last selected by clicking it in the hierarchy? ```cs public List GetDrawers(Transform transform) => drawers.FindAll(val => val.Data.BoundTransform...

Sometimes this just doesn't work, I've tried two apps that use HttpClient, I didn't get the same error but I have an error message for this ``` System.Net.Http.HttpRequestException: Connection failure...

I got the right URL, the code I have is copied from my desktop project and was ported to mobile, and it only doesn't work on mobile The code is...

I found an unsafe workaround for this I added this in my `.csproj` `false` and I also added this in the code ```cs using var handler = new HttpClientHandler(); handler.ServerCertificateCustomValidationCallback...

Yeah I tried this in Visual Studio, not sure if it would actually work in the app, but I'd love to test if you finished implementing it

Is there a better place for us to discuss this? I still need some help on your asset...

Okay maybe let's just try to solve this issue first I just want to try a temporary fix for now, I can't exactly locate the function where it would check...

Okay that solves the issue! I just added another abstract property called FilteredChildCount, reimplement the property on all Data types and assign it to CanExpand :D

I'm not sure how to implement it, afraid to make changes to existing methods because it might break so I just play it safe for now and I'm not sure...