Benjamin Berman

Results 85 issues of Benjamin Berman

These tests show that `Thread.currentThread().isInterrupted()` doesn't get set to `true`, as expected, when a virtual thread is interrupted in Vertx. Additionally, the `DefaultVirtualThreadContextTest` cannot interrupt `Thread.Sleep()`, but it's not clear...

Motivation: Already completed futures should not park the thread. Currently, they do. This can improve performance. This also resolves an ordering issue in the default event loop context.

Related to #20133 ``` $ kubectl exec -it harbor-registry-59799688f7-9vq8q -- sha256sum /storage/docker/registry/v2/blobs/sha256/ee/ee16e8d2117a30f83fe374f2c07067494c109eb6e2efdefd62d63ab26e7ac145/data Defaulted container "registry" out of: registry, registryctl 7bd78c245bdd8c5656693193077e3365fccc4d265aeeb697726bf381e60fde59 /storage/docker/registry/v2/blobs/sha256/ee/ee16e8d2117a30f83fe374f2c07067494c109eb6e2efdefd62d63ab26e7ac145/data ``` This layer is from ``` COPY --link --from=build...

pending-for-more-info

(Reopens #15751) Image pulls fail with various errors related to digest mismatch and errors on this image. Pushing to ECR and pulling from there succeeds. Mitigations tried and failed so...

https://github.com/facebookresearch/xformers/blame/0ec6aa244f3fbf1a077782bbf3ac8e6f2e4d1d16/setup.py#L23C5-L23C5 setup logs: ``` INFO: pip is looking at multiple versions of xformers to determine which version is compatible with other requirements. This could take a while. Collecting xformers (from...

**Describe the bug** Lago uses these headers: ``` apollographql-client-name apollographql-client-version x-lago-organization customer-portal-token ``` among others - I have not done an exhaustive look through the codebase - which should be...

Shutdown hooks have bad behavior on Windows. Using Windows Job objects ensure child processes die when the parent process (the NuProcess caller) dies, regardless of the circumstances that caused the...

`SafePadding` renders incorrect padding on non-mobile platforms in 2019.3 and Device Simulator 2.+ As a workaround, I use the following scripts: ```csharp /// /// Provides a replacement for that better...