Matthew Dirks

Results 9 comments of Matthew Dirks

Version: The Glorious Glasgow Haskell Compilation System, version 7.6.3 Output of ghc-pkg list is: ``` /var/lib/ghc/package.conf.d: Cabal-1.16.0 GLURaw-1.3.0.0 GLUT-2.4.0.0 HTTP-4000.2.8 HUnit-1.2.5.2 MonadCatchIO-mtl-0.3.0.5 OpenGL-2.8.0.0 OpenGLRaw-1.3.0.0 QuickCheck-2.6 array-0.4.0.1 async-2.0.1.4 attoparsec-0.10.4.0 base-4.6.0.1 bin-package-db-0.0.0.0...

It looks like trifecta may be the problem. It seems dyna requires trifecta 1.5, but for the life of me I cannot get 1.5 to install - only 1.5.1.3. Output...

I also had to install trifecta manually - but I haven't gotten make to work yet and I'm getting a different error than yours.

This pull request was an accident. However, yes I did add a Pandas package to VisTrails and we do use it in our organization. I only implemented basic functionality such...

I am experiencing this problem. Shells are doing nothing yet CPU constantly working (around 5 to 10% CPU in my case). Restarting ConEmu helps for a little while before it...

> > On windows, importing pushbullet (version 0.12.0) raises windows error -1073740791, which means 0xC0000409 STATUS_STACK_BUFFER_OVERRUN. > > `pip install python-magic-bin` solves this. I think it'd be better to add...

Since this extension only uses 1 python module, another quick way to install it is to simply download [curlyBrace.py](https://github.com/iruletheworld/matplotlib-curly-brace/blob/master/curlyBrace.py) and put it in the same directory as your script or...

I came here to report a bug with quniform, but now I'm wondering if it's related to this issue. I'm trying to get integers from 1 to 8 to be...

I found another workaround to my problem that I'm happier with, posting it here if others might benefit: `hp.quniform(name, low-q/2, high+q/2, q)` This works because the lowest value (like the...