Manor Askenazi
Manor Askenazi
I get why this: ` join(c: Country.name, n:["Palau", "Nauru"].item) {...c} ` returns this:  and even why this: ` join(c: Country.name, n:["Palau", "Nauru"].item) {...n} ` returns this:  but what...
If the dataset is a VLEN, the library does not support indexing: https://github.com/timholy/HDF5.jl/blob/master/src/plain.jl#L1553 By contrast, transparent access to ragged arrays is supported in h5py: http://docs.h5py.org/en/latest/special.html#arbitrary-vlen-data @simonster pointed out that [read()](https://github.com/timholy/HDF5.jl/blob/master/doc/hdf5.md#reading-and-writing-data)...
https://github.com/talgalili/heatmaply/blob/3f9bcf84397f705fd3c8a88510c361c17909c0a8/R/heatmapr.R#L342 should be: `Colv
["As long as, it does not change the order of the axis like 'bar' chart would do."](https://github.com/vaadin/charts/blob/master/documentation/webcomponents-api/charts-basic-use.asciidoc) This is a bit too short to be clear, a possible solution is...
Given that it is now possible to post with `?host=datafile.root_domain`, the test in line 2108: ``` python if self.request.uri != '/datasets': msg = "Method not Allowed: invalid datasets post request"...
The documentation of the `bitarray` class claims that the initializer can be: ``` | `int`: Create a bitarray of given integer length. The initial values are | uninitialized. | |...