Mustafa Mohamad
Mustafa Mohamad
Leaving the issue open so we can track improving the documentation in this regard.
@jmert Would you be opposed or have any thoughts on adding something along the lines of ('pseudo-code'): ``` function HDF5.datatype(::Type{T}) where T dtype = HDF5.h5t_create(HDF5.H5T_COMPOUND, sizeof(T)) for i in 1:nfields(T)...
Strange, I wonder why `strides(BitArray([1 0]))` throws.
This makes sense to me: > Could we create a DefaultObjectCreationPropertyList Ref or similar that we just copy every time we want to create a new property list? That would...
I appreciate the effort. Although I don't have a problem with this, this just seems like churn without benefit.
fixed see https://github.com/JuliaIO/HDF5.jl/issues/870
Good point regarding pairwise (comment edited). I think I was getting at a `rowwise` that computes the distances between rows of the matrices i.e. `rowwise(dist, X,Y) = colwise(dist, X', Y')`
https://github.com/Microsoft/Terminal https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab
Do you know if its' possible? I switched from ConEmu to Windows Terminal and deeply miss using SendCode