Dan Beall

Results 15 comments of Dan Beall

I ended up rolling my own based on the code in libgdx. Ended up not using it because I switched to Python and Django. But, [here's](https://github.com/kdbeall/receipt_checker) the repository!

I think it should ideally be separated out (perhaps a maintainer could be found).

I think I've found a bug. The command _npm show {name} version_ reports the newest available version, and not the currently installed version. I've tried doing _npm list -g {name}_...

I think I may have found a workaround, but it requires processing of [json](https://stackoverflow.com/questions/10972176/find-the-version-of-an-installed-npm-package/25285517#25285517) output by the node-cli. @mpdehaan Let me know your thoughts!

@mpdehaan It's ready for some further testing. Ran the following example and it worked. from opsmop.core.easy import * class BasicNpmExample(Role): def set_variables(self): return dict() def main(self): Package(name='cowsay', method='npm') class TestPolicy(Policy):...

@mpdehaan Bump :)

Same issue! @anmonteiro

@UsherNet I would just do it yourself. I had good results with rxjs.