-
I have seen your implementation of the hierarchical pathfinding and mine is slightly different. I just have a tilemap and each tile has a node with connections. Now I want to divide my map in "sectors…
-
Hi,
What can I do to ensure nodes never overlap on top of each other?
thanks.
-
from @alanedelman:
We really should think carefully about how the transpose of a vector should dispatch the various `A_*op*_B*` methods. It must be possible to avoid new types and ugly mathematics. F…
-
Hi!
As part of https://github.com/scikit-learn/scikit-learn/issues/5739, I'm changing existing scikit-learn issues to work with the scipy.misc.face() image instead of scipy.misc.lena(). I've gotten al…
-
Here is the concept of oneshot PWM by Felix:
"normaly MWC workes with 488Hz periodic PWM witch mans one PWM cycle takes ~ 2.2ms and the value that need's to be send can just be updated after each cy…
-
Use this thread for simple, quick questions to avoid cluttering the issue list. Alternatively you can try the #vuejs IRC channel on freenode.
Also, read the wiki [FAQ](https://github.com/yyx990803/vu…
-
I have a problem running the Mesh_3 demo application with CGAL 4.7 beta 2. I work on Windows 7 with Qt5 and build the complete CGAL_DEMOS.sln. My directory
D:/CGAL_Build/demo/Mesh_3/Release/
c…
-
Originally reported on Google Code with ID 3810
```
Found in GWT Release:1.6.4
Encountered on OS / Browser: Windows
Detailed description:
In web app projects in Eclipse or Netbeans, you could defi…
-
It looks like the relative stress information, `alpha`, has been overridden by the `lastStress` variable which holds the absolute stress information in the `Layout` class.
-
Hi,
I am using Mac OSX 10.10 and Python 2.7.3 and I am trying to install scikit-learn without success. I am getting an error message (during installation with sudo pip install -U scikit-learn), pleas…