Jakub Krajniak

Results 37 comments of Jakub Krajniak

KeePass with -debug option, output of /tmp/ debug log ``` @lukrecja golang $ cli --version Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1ubuntu1) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and...

@Pyton thanks, it works like a charm

Just to add, I have used a recent version of the operator from master. The change of the requested size is read without SI suffix. So, the change from `300Gi`...

True, although I have a project that mixes C and C++ (with extern C) and then the standard mocking is almost impossible...

I have debug a bit the example and the simulation script (so nice it is included in h5md file). I think the zeros are not because of not reading the...

There is a module called `units` which holds the information about the unit system (https://nongnu.org/h5md/modules/units.html) This is nothing more than an `unit` attribute assigned to the dataset. However, if I...

> As a workaround we could assume h5md is in Angstrom if no unit is given. If VOTCA expects that length is expressed in nm then I would assume that...

I've just added PR to espresso with the ability to store units alongside with the H5MD file (https://github.com/espressomd/espresso/pull/3751)

I'm thinking of using h5xx library for this writer, any contraindications? (https://github.com/fhoefling/h5xx) It is quite tedious to work natively with hdf5 library.

@steve-gray could you provide a sample tf with this approach?