Xiao Gui
Xiao Gui
### What is the problem? When attempting to download a url with `datalad download-url`, if server responds with [`Content-Encoding: gzip`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding) header, the command fails with ``` [UnaccountedDownloadError(Downloaded size differs from...
During the hackathon, I recall @r03ert0 expressed interest in using rollup as a bundler. Compared with webpack, there are certtainly less things that needs to be configured. I had recently...
## Hi! Thank you for getting back to us!
On some systems, `fs` write may not be possible. We should allow for in memory storage, and parsing of the uploaded data.
Update readme for gettoken and fileupload api endpoint Would welcome PR. Otherwise, I can do it when I get a chance.
## Hi! Thank you for getting back to us! console.log(item))` ### Is this a feature request or a bug report? * Please choose one of the labels on the right...
supercedes https://github.com/FZJ-INM1-BDA/siibra-python/pull/553 EDIT: The tests are turned off, except for the ones in examples_new to see if there is regression. The remaining test migration will be made gradually. (b70abe9f03533c684207462d5407dee96bed459d and...
full disclosure, this is a data issue. But this needs to be addressed at some point (siibra-python/siibra-api/siibra-explorer) I raise the problem here, since it's closest to the source (everything else...
Currently, the usage of `Factory.from_json` overwrites `filename` attribute In future, this can break in subtle ways, that's hard to catch.
currently, schema for map can have the following key/value: ```json { "sparsemap": { "is_sparsemap": true, "cache": false, "url": "" } } ``` This is strange and confusing. on discussion with...