Pierre
Pierre
This is also discussed in #2272
I'm having a similar problem trying to change CORS policy on Scality with the AWS CLI. After running ```sh aws s3api put-bucket-cors --bucket --cors-configuration=file://cors_rules.json ``` I'm getting this error >...
It looks like the hash is checked in this block https://github.com/scality/cloudserver/blob/e41e0b8ed9d5a971a0c5c0392895615704b26424/lib/api/bucketPutCors.js#L36-L44 There might be a complication because the [crypto.createHash](https://nodejs.org/api/crypto.html#cryptocreatehashalgorithm-options) function relies on OpenSSL, and at least on my system (Debian...
I agree, it's problematic to have no license, and CC-BY-4.0 is a good suggestion. However, this is something which can only really be decided by the 14 existing contributors, and,...
Thanks for the explanation Andy, I had forgotten that the WARC format was actually a (proprietary?) ISO standard. It would be useful to outline that context in the readme, especially...
@TheTechRobo thanks, yes that's the purpose of `offset`, what I have a question about here is that most of these values are easily found by reading either the WARC header...
@TheTechRobo thanks! I hadn't considered getting the file position when reading through.
Warcat supports both compressing and decompressing `warc.zst` files as of [version 0.3.0](https://github.com/chfoo/warcat-rs/releases/tag/v0.3.0) but reading the encoder I can't work out whether it's compressing each warc record with a different dictionary....
Looking up the [strftime string](https://strftime.org/) is not difficult, but would make peoples lives easier to include it directly.
I'm trying to reproduce it, with this [minimal example](https://typst.app/project/riuHgpOZcqeT694XprRh8_): ### main.typ ```typst Book citation @density_book #bibliography("citations.yml") ``` ### citations.yml ```yml density_book: type: book title: "Density Functional Theory" serial-number: doi: 10.1007/3-540-12721-6...