Svenn-Arne Dragly

Results 43 issues of Svenn-Arne Dragly

Working with the Qt.vector2d type in QML brings the benefits of vector operation functions such as dot(), times(), plus(), normalized(), etc. These are not available to the Qt.point type currently...

The Git LFS plugin doesn't handle cases where Git prompts the user to enter her credentials. We need to detect this case and issue a useful error telling the user...

Currently, structured NumPy arrays work just fine in our Python API, although they might not be supported when reading the data back in other languages. This means that data from...

The following results in an error saying that we cannot assign to NoneType when the attributes.yaml file is empty: ``` group.attrs['something'] = 1.0 ```

bug

Because the representation accesses the shape of the dataset, the Git LFS plugins needs to download the data file first. We should consider separating loading data from representing data in...

Similar to HDF5 soft, hard and external links. Should be saved in meta.yml similar to this: ``` type: link link: type: hard/soft/external/internal target: /some_group/some_dataset ```

enhancement

HDF5 supports internal references to objects and parts of objects. This should be considered for this project.

enhancement

odML provides a nice standard for storing scientific metadata. Let's create and include a mapping from odML to YAML that we can use. "YodML"?

enhancement

Previously, an error would always be thrown when running `compile` with `--all-extras` on multiple source files containing extras. The reason was that the first iteration over the first source file...

bug
extras

Running pip-tools compile with `--all-extras` on multiple sources containing extras always fails with the following error: > ```console > Error: Invalid value: --extra has no effect when used with --all-extras...