Nicolas Schreiber

Results 4 issues of Nicolas Schreiber

Hi, I am trying to install this SDK on Ubuntu 20.04, but there are not binaries installable through the Repository yet. Building works, but to run it I need the...

Enhancement
Linux

Hi, I am currently trying to get pytorch geometric to run on my Mac with M1 Pro, the recent update to 13.3 fixed quite a few things. Look here for...

bug

Hi Kevin, in my pull request https://github.com/kevinzakka/obj2mjcf/pull/12 you asked about other features I could find useful for this library. I thought about creating kind of a feature-request or issue in...

enhancement

Hi, I would like to implement a list that features sorting and filtering. Currently I am stuck at filtering. The list itself works when only doing ```Collection.pluck(todoListItems$, item => item.DOM);```...