Patrick van Rietschoten
Results
2
issues of
Patrick van Rietschoten
I'd like to use my own bindings in the browser, but the typeDefs aren't available (`fs.readFile`). A solution is to import the typeDefs separately (`fetch` in the browser). But I'd...
enhancement
When I try to run dopy in combination with python 3 I get the following error: `name 'basestring' is not defined` Uncommenting the following line works for me: [https://github.com/Wiredcraft/dopy/blob/master/dopy/manager.py#L83](https://github.com/Wiredcraft/dopy/blob/master/dopy/manager.py#L83) I...