Michael Maier
Michael Maier
I tried to build for development by running `npm run dist`, but I get multiple errors ``` > npm run dist-dev && java -jar node_modules/google-closure-compiler/compiler.jar --warning_level QUIET --compilation_level SIMPLE_OPTIMIZATIONS --js...
The examples are out of date and not working, since the signature (i.e. argument names) has changed, e.g. ```py # Trigger specific Pipeline on a specific revision of the master...
I'd like to listen to [window events](https://i3wm.org/docs/ipc.html#_window_event) ``` py i3.subscribe('window', 'new', lambda: print('new window')) ``` but I get ``` i3.EventTypeError: Event type 'window' isn't available ``` Please add support for...
This library depends on Photoswipe 4 (see [package.json](https://github.com/wollio/angular2_photoswipe/blob/62176229ea9486050950ae5b85dfbcf3dbe14fae/package.json#L27)). In the meantime Photoswipe 5 has been released (see [releases](https://github.com/dimsemenov/PhotoSwipe/releases)).
I use TypeScript and React and I'd like to hot reload my TypeScript modules, but I get a warning in the console: ``` [HMR] The following modules couldn't be hot...
I asked a related [question on StackOverflow](http://stackoverflow.com/questions/37273425/webshim-initially-hidden-date-input-has-wrong-width), but I suspect this behavior might be a bug. I use [Webshim polyfill](http://afarkas.github.io/webshim/demos/index.html) to guide a user step by step through parts of...
I expect `install_requirements.sh` to install all requirements, but it does not install `edgetpu`, `numpy`, etc. A `requirements.txt` with compatible version constraints would be desirable, too.
I'd like to specify which python version `pip-save` should use. My default `python` version is 2.7, but I'd like to use `python3`. I have a similar alias `python2`, `pip2` and...
I'd like to install my packages locally similar to `pip install --user `.