-
# Problem
Say a user has instantiated a ModelingCmd struct field-by-field (i.e. not using a constructor function, but rather, providing each field), like
```rust
let x = Export {
entity_ids…
-
As discussed in the [most recent NGFF challenge call](https://hackmd.io/@ome/rJFZfkwSR#Session-2), I tried to reproduce the behavior noted in https://github.com/zarr-developers/zarr-python/issues/2171…
-
I am using the library to compress both videos and images. The compression behaviour is very inconsistent. Same image of size 2.10MB is compressed to 0.2MB sometimes, 1MB sometimes, and no compression…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
4.28.1
### Plu…
-
Support for `Content-Encoding` value `zstd` in `Rack::Deflater`.
This algorithm is currently only supported by Chrome and Edge. Firefox has an open issue with little activity and Safari has "posit…
-
I often get
`HTTPError: 502 Server Error: Bad Gateway for url:...`
when trying to upload a JSON that is too big. This error is unintuitive, would be nice to get something that states this expli…
-
### Use Case
Reduce memory usage
### Problem Description
There is no way to add custom texture compression and format for PC platforms in recent cocos versions.
I have implemented `compressTextu…
-
### Expected behaviour
Wanting to use zstd with redis for compressing sessions.
### Actual behaviour
Error printed in php log.
```
PHP Notice: session_start(): redis.session.compression is outs…
-
### Overview
Alchemy supports grip compression for reducing method latency for large requests
https://docs.alchemy.com/docs/how-to-enable-compression-to-speed-up-json-rpc-blockchain-requests
### Spe…
-
I'm trying to enable compression for my sqlite database, following the README. I have several columns to compress. Executing `SELECT zstd_enable_transparent(...);` works fine for the first statement, …