Grzegorz Uriasz

Results 22 issues of Grzegorz Uriasz

## Summary Might be a necrobump of https://github.com/purescript/purescript/issues/2577 Currently pattern matching on union types discriminates the types in the union using instanceOf. This incurs a significant performance penalty for larger...

type: enhancement

Provide and maintain a Rosetta API implementation - https://www.rosetta-api.org/ It's a listing requirement for some exchanges, additionally we would clearly benefit from the available rosetta tooling. First we shall implement...

When I was checking compatibility of the withdraw and deposit transaction with epoch I noticed that setting up and managing the test environment takes a lot of time. Additionally the...

enhancement
discussion
util
non-spec

Our contracts currently need to have the entire contract storage as an in memory map. This map is currently generated inefficiently by iterating over each key in the contract state...

bug
discussion

Channel Snapshot solo should be checked for compatibility with epoch. Blocked by #759

blocked
channel
latest-compatibility
1

I'm trying to enable ```server_fast_close``` in the connection pooler, the CRD doesn't expose this. The operator should expose more configuration options for the connection pooler directly in the CRD.

enhancement

When deploying a free gas network with the London fee market enabled, the baseGasPerBlock increases by 1 wei when a block which exceeds the gas target gets created. I'm using...

TeamGroot

Right now the s3 remote cache only supports the default gzip compression(https://github.com/moby/buildkit/blob/9528036502c589626bfb60600af6ce5ee427f479/cache/remotecache/s3/s3.go#L166). I would like to adjust the compression settings when using the s3 cache.

kind/enhancement
help wanted

Right now cloud hypervisor [does not support](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/97012c511dd5b140793471fbfa27f7fc48288568/virtio-devices/src/block.rs#L545) discard/write_zeroes operations. This is highly problematic for my usecase as I rely on sparse file backed storage and I need to run the...

### Version 29.7.0 ### Steps to reproduce For this match ``` expect([null]).toMatchObject([new Set()]); ``` ### Expected behavior It should throw an exception ### Actual behavior But it doesn't throw an...

:bug: Bug
Help Wanted