Aleksandr Ushakov

Results 11 comments of Aleksandr Ushakov

Decided to try crunchy products for the first time, was disappointed by the lack of ARM support, which, it seems, has been basically mandatory for all serious software for several...

> ARM support was introduced in the latest release (5.4.0). See announcement here: https://www.crunchydata.com/blog/announcing-crunchy-postgres-for-kubernetes-5-4 > > I guess this issue should be closed? I don't know what kind of ARM...

> There are numerous ways to build ARM containers without procuring hardware (github actions + qemu). Not only that, but Docker also supports multiarch builds out-of-the-box, anyone can easily build...

Having troubles with Keycloak too because of this issue. Is there any news? Upd: for anyone interested, temporal workaround – disable `RSA-OAEP` Provider in Realms Settings in Keycloak, so that...

@cometkim I suggest taking a look at this issue #39 Docker Registry API V2 can contain more than 2 segments

I just tested the `hello_triangle` example on `trunk`, `v0.19`, `v0.18`, `v0.17` and `v0.16` branches, and the problem remains everywhere. It is possible that there is a bug in the drivers,...

Also, GL backend works just fine even on Windows, the issue persists only on Vulkan and DX12 backends

Made an interesting observation. These are not white rectangles, it looks like a white surface the size of a window that appears in it before the wgpu's surface is rendered....

Looks like mesh shaders may be added to the WebGPU standard itself after 1.0 https://github.com/gpuweb/gpuweb/issues/3015

@cwfitzgerald Sorry for late reply, I somehow missed notification. Just tried your branch on `hello_triangle` example, the issue remains unchanged.