Results 13 comments of colormotor

Thank you. Unfortunately all the solutions in that thread seem to break other functionalities in other packages (I'm using doom-emacs). For the moment, I ended up adding a function that...

Thanks @pmercatoris! That works great, using the following: ``` (set-popup-rule! "\*jupyter-repl...*" :side 'right :size .50 :vslot 2 :ttl nil :quit nil) ```

Fixed another issue, `num_base_points`->`num_points` and considering all thicknesses in [d24cfc1](https://github.com/BachiLi/diffvg/pull/44/commits/d24cfc1fd753a0b3da3580419de603ec1ec731ca)

Found a quick fix with [2a9d9d7](https://github.com/BachiLi/diffvg/pull/44/commits/2a9d9d7b011ad2f02077a6402b049c50db6787f9)

Any news on this? Confirm the same bug, I would say this is completely broken (at least on Windows) because it is impossible to call loadMovie on a MovieStim3 instance...

Hi @petercorke, @jmount1992 I encountered a similar issue, where the two matrices used to create poses are detected as valid. The following should reproduce the problem: ```Python from spatialmath import...

Looks like the GitHub version of triangle is fine (not updated on PyPI yet), I managed to install by removing the triangle requirement from *setup.py* and then installing triangle with:...

Hello, I am not able to compile due to a similar problem. I have tried node v10 (as suggested in CONTRIBUTING.md) as well as v12 and the latest. I get...

Hi, managed to install by bumping `webpack_cli` to a newer version (3.3.12) in `package.json`: ```Json "webpack-cli": "3.3.12" ``` The older version referred to the `ev1stensberg/generator` repository, which does not exist...

Hi, I think it would be very useful to fix this rather than returning a warning. One simple example where the current normalization will break, and the learning data is...