Pavel Sorejs

Results 8 issues of Pavel Sorejs

Fixes issue https://github.com/spree/spree/issues/8529

If you try to run garlic player without network connectivity and if there is no cached smil index, you will end up with white screen forever. There should be some...

feature request

This error started to appear on production cluster - i can't dump the nftables `nft list ruleset` produces `nft: netlink_delinearize.c:125: netlink_parse_concat_expr: Assertion consumed > 0' failed.` also listing any particular...

When using flannel (int `host-hw` mode), everything works but communication between two pods when using ClusterIP if the pods are on the same Node. It is definitely related to the...

Allow to set `DevAttribs` for LUN creation. This allows user to set for example `emulate_tpu` and enable space reclamation. Example storage class would look like this: ```yaml apiVersion: storage.k8s.io/v1 kind:...

Phaser 3.80.1 When you create small game, resize it to large and then create mask and set it on object, the object resolution gets lowered and the object becomes pixelated....

🔮 Renderer (WebGL)

If you use `store` function in the worker and worker has no custom expiration set, the expiration will be reset to 30 minutes. If the job finishes before expiration, the...

When multiple batches are used to render scene (lot of triangles), meshes are missing parts Here is reproduction code: ```javascript class Example extends Phaser.Scene { constructor () { super(); }...

🔮 Renderer (WebGL)