Tim Stewart

Results 11 comments of Tim Stewart

Thanks for the link. To get things working, I changed the cloud link to your link in this file: ` /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/wrk-trello.rb ` Lines I had to change: ``` url "https://github.com/downloads/blangel/wrk/wrk-latest.tar.gz"...

As of this morning, it looks to be resolved. Thanks!

I have the same problem. I worked around it by using `stack` to build the system as shown on page xxx.

Removing the new line character makes it work. BTW, the error message in my _Messsages_ buffer contains the new line after the error message.

Slight edit: s/fiels/files/

Does this mean that I'll be able to download CryptoPlus from PyPi? That would help clean up one of our project's installation story.

Thank you very much!!

I'm trying to work through this: https://izbicki.me/blog/gausian-distributions-are-monoids and I get this: Failed to install ConstraintKinds-1.1.0.0 cabal: Error: some packages failed to install: ConstraintKinds-1.1.0.0 failed during the building phase. The exception...

Mac OS X user here. In my case, ag was not in my exec-path. Running "where ag" from the terminal and then adding the directory in the command's output to...

I had a similar issue. For me it was just the stopit log messages getting written to my console. This cleared it up for me: ``` import logging stopit_logger =...