V G
V G
Are you using ZSH? If so, you just need to do `rehash`. If you're using bash, you shouldn't need to reactivate I believe. Also, I am using pyvenv (now built...
So this library has 210 stars, which leads me to believe that it's actually working. But after checking the source code, it seems to blatantly violate one of Apple's rules...
@willfaught Excellent! Just what I needed, thank you! Nice hat by the way.
I've been working on a new project based on this and it's been working well so far. I'll see if I can clean up some of the code and contribute...
This is what I did to get around the problem (note that I'm also using slick-pg, which is a wonderful library by @tminglei) ``` import java.sql.JDBCType import java.util.UUID import com.github.tminglei.slickpg._...
+1 Yappi needs to be upgraded, or this doesn't install on Python 3.4
Same issue. Easy fix: set up a custom CSS file like the README says. Here's mine: ``` dt { font-weight: normal; } dl.class > dt { font-size: 1.5em; } dl.class...
Perfect, thank you! The XML config should be useful. If not, should be pretty straightforward to listen in on the TCP messages sent to the proxy program it launches.