-
I almost always want to modify the `sourceFolders` option. I never want to add `ignore`s; in fact, I'd argue ignoring tests is an anti-pattern.
Therefore, I propose removing the JSON-based configur…
-
Had an issue where cl-soil would read a PNG file and try to return a pointer to the data. This cffi:pointer was broken and caused a crash when freed. Skipping freeing the pointer it turned out that th…
-
When I try run two different packages in two different directories at the same time I get:
```
failed to prepare package for running: failed to prepare temporary runtime area: failed to get server…
-
We're supposed to be able to link to the Java Client API apidoc (javadoc) from within the guide text. I think there's some fixup that happens either during ingestion or before that. In any case, the r…
-
-
The versions on pypi.org have not kept up to date with what is in the project, and neither has isort's pyproject.toml. This currently blocks updating the lock file:
```
SolverProblemError
The…
-
Currently this option is building:
* YARP mex-based Octave bindings using `yarp-matlab-bindings`
* iDynTree mex-based iDynTree bindings (embedded in iDynTree)
In particular, it would be good to…
-
@rty10 So as I moving on with DNASim refactoring I noticed a few things:
1. There is a sub-dir called dna_force_field_packager in the DNASim source tree; as far as I remember (and can tell) this is…
-
Debian/ubuntu name the lua package lua5.1, lua5.2, etc... so the ./configure in luacrypto fails to find lua. I modified the configure.ac to look for lua5.1 package, ran autoreconf, and it detected lua…
-
The very first `nix-env` operation isn't currently reversible. Say I have a fresh Nix install and I write something like `nix-env -iA nixpkgs.gitFull`. Before running that command, I didn't have `git`…