clostao
clostao
Could be related with this issue: https://github.com/crossterm-rs/crossterm/issues/797 In Windows crossterm since `0.26` (`0.26.1` is our version) emits `Release` kind key events. Hypothesis: When a user executes the command without any...
The purpose of the cache is to avoid re-fetching a piece from the DSN for every requested object within that piece. While grouping requests by piece would optimise retrieval and...
The download is needed twice because the service that extracts the links from a IPLD node is not the subspace gateway. The workflow would be: [Auto-Files Gateway](https://github.com/autonomys/auto-files-gateway) asks for an...
Regarding cache size requirements, I see that would depend on the number of requests per unit of time but how would latency affect? If the cache.set is performed when the...
> Note that the gateway RPC server currently accepts multiple mappings per request, but doesn’t do anything to de-duplicate piece requests: > > https://github.com/autonomys/subspace/blob/3d5483e2b6f2fbe5cd7b7ca613f527164daee611/crates/subspace-gateway-rpc/src/lib.rs#L140 > > One possible implementation is:...
> What is the rationale of splitting this logic between two applications? I don't know exactly what @shamil-gadelshin thinks about this, but for me the separation of these logics makes...
I see that this crate implements the piece fetch and object construction though other parts like DSN connection handling is not implemented. Anyways, generally what I'm understanding that you're suggesting...
UPDATE: It's easily solved with [this commit](https://github.com/clostao/graphql-code-generator-community/commit/783c1cb0a02e5eaf9c193554439c29a4021ef84a) in my downstream. The package 'change-case-all' has updated its underlying dep to 'change-case' removing the deprecated dependency. Once I got permission I'll open...
Is this ongoing? Happy to contribute if so
There's a bug in the `typeResolver.ts` that enums types are resolved to the first element of the enum values list