Jay Sistar

Results 69 comments of Jay Sistar

My 2 cents: The more dynamic the UI is, the more the immediate seems appealing. Even in less dynamic UIs, if the UI isn't being changed, the render of the...

If a UI renderer is drawing individual widgets at a time, then it will be very slow because GPU state transitions will happen much more often than needed. If you...

Sure. The transition to using the GPU for UI happened around the late 2000s to the mid 2010s. Here's Bea Lam's presentation talking about rendering differences between Qt Quick 1.1...

An alternative would be to just handle the error, and retry.

For reference: https://doc.rust-lang.org/std/mem/union.MaybeUninit.html

Same issue here. The base image being used is `mcr.microsoft.com/dotnet/core/sdk:3.1`.

It's a nanoserver problem: https://github.com/dotnet/runtime/issues/21430 Because the environment vars can be used to work around this issue, I believe the solution proposed the original post by @kms254 should be used....

TL;DR Don’t use `nanoserver`. For DotNet 5, there’s a new `servercore` based image that will work correctly. The reason that this is failing is because `nanoserver` system calls return empty...

I would like to run this provider from my laptop, which is not in the AWS private network. The typical way to get into a VPC network isn't by VPN;...

It would probably be a safe bet that if you're modifying the AD, then you have AD credentials. If there needs to be a hop, then a bastion server that's...