Matěj Račinský
Matěj Račinský
I found out that if I read the whole file, it works. The size of gzipped file is 24 bytes. ```python assert fs.read_range(a_file_gz, 0, 23) == b'abcd' ``` But when...
I found out the problem, it's in headers, I can replicate the error in curl ```bash curl --location --request GET 'https://storage.googleapis.com/download/storage/v1/b/our-temp/o/tmp_bong%2Fa_test.gz?alt=media' \ --header '... \ --header 'Range: bytes=1-5' \ --header...
The server decompressed the data and returns the whole range. The GCP documentation, link I shared, states the whole file contents is returned, decoded.
neither 0.34.0
Sure, you can use it to embed the data quite easily, actually the example in the docs https://ctuavastlab.github.io/JsonGrinder.jl/stable/examples/mutagenesis/#Create-the-model it creates a model where every layer output dimentionality of 10. Running...
Hi, sure, sorry, I had a typo in the package name, I meant [scantree](https://github.com/andhus/scantree). There is open issue since 2020 https://github.com/andhus/scantree/issues/4 which describes that its newer release broke the functionality...
Works for me, thanks!
Hi, what exactly do you mean? You want the QR code to contain URL to some other route?
Yes, the MAL's DNS has changed, but the relative url remained the same, so you can get the anime images by using the `image_url` column, but change the `myanimelist.cdn-dena.com` to...
@svlandeg hi, do you have some ETA to get this merged? Or is there something else I should/could do to get this merged?