Mikko Ohtamaa
Mikko Ohtamaa
Here is the full output - looks like some kind of command line parsing issue. Please note that this works the Kivy2 on the same computer `/Applications/Kivy2.app/Contents/MacOS/Kivy -m pip install...
Hi! I am taking over the library maintenance. Can you please add an automated test case to stress out this functonality and it's good to merge.
Hi! I took over the project maintenance. Can you add an example how you are using this with PyCharm, so I can test out? I am another PyCharm using fellow.
Hi, I am trying to get this working with Truffle v5 as well. When I check your branch I get this error ``` tsc --noEmit node_modules/truffle-typings/index.d.ts:8:21 - error TS1340: Module...
I will fix the example to show the chain as "unknown" when the database lacks an entry.
@stevepiercy No worries. We discussed this privately before opening a PR. I needed to have a proof-of-problem, so that I can fill in both solutions and tests.
@frispete Yeah, a fork + branch + issue would have been better. I did not think my instructions throughly.
Perfect. I updated the issue and I'll be working with these toward 2.0 release.
Ok looks like this might to do the trick: ``` apt-get install -t wheezy-backports nginx nginx-common ```
Adding `default_release=wheezy-backports` seems to be the fix - though not sure how you want to handle installing backports package, or is the intention in the first place: ``` - name:...