Adam Gordon
Adam Gordon
looks like this can be achieved using `vm.Module`, but this is an experimental feature. I think this would also have to be feature flagged. `--experimental-vm-modules` is the required nodejs flag...
@netzulo you can work around it by importing your code as a string and call eval(code)
Is the path parameter not stored in `this.props.params.itemId`?
Currently using this in production, is there an IPR branch I could fork to help? Mostly interested in getting (#87) working, as well as moving to angular 4+.
This has the potential to cause allot of GC, maybe a max number of locks could be defined, at this point you could go and free all locks by taking...
Can also result in this error `````` Installed /Users/ag/projects/csc490-arm/cython-hidapi/.eggs/Cython-0.23.4-py2.7-macosx-10.10-x86_64.egg /Users/ag/virtualenvs/csc490-arm/lib/python2.7/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.7.99-8' to '0.7.99.post8' normalized_version, running build running build_ext building 'hid' extension error: unknown file type '.pxd' (from 'chid.pxd')```...