Viktor

Results 23 comments of Viktor

Same issue! Maybe xlib had some updates which broke pymouse. ([Here](https://github.com/SavinaRoja/PyUserInput/issues/55) the related issue) For some reason it gets stuck in the [context manager](https://github.com/SavinaRoja/PyUserInput/blob/master/pymouse/x11.py#L201). I'm currently not sure what display2...

Currently I have a workaround which throws me an error when I try to install licensepp: ``` git clone https://github.com/zuhd-org/licensepp git clone https://github.com/weidai11/cryptopp.git git clone https://github.com/noloader/cryptopp-pem.git cp cryptopp-pem/* cryptopp/ cd...

Fix FindCryptoPP.cmake like in [this](https://github.com/facebook/rocksdb/issues/1230) issue.

Added stationary objects and some more dynamics which can be visualized in osi-visualizer: ![car_swarm](https://user-images.githubusercontent.com/14346967/104582123-cc09ac80-565f-11eb-8401-c8104420c0d9.gif)

@DerBaertige thanks for the info. I am quite interested in the code for the performance test of the creation of the data structures. I think it could be added as...

Need to implement some final tests for the reward api of tzstats and then the PR can be reviewed and merged.

@nicolasochem @jdsika can you both test the the tzstats reward api? I would like to merge this PR as soon as possible because it's getting to big. Thanks! I still...

This is due to the default line length for black – 88 characters per line. To increase the line length, we could use the --line-length flag. `$ black --line-length 92...

@Vlad1mir-D thanks for the PR. Sorry for the long delay. I will review and test this PR this week. It would be easier to review the code if we could...

For now this branch is paused because it didn't work with the newest osi-visualizer changes. Feel free to update the branch feature to the stable version of osi-visualizer.