IAMtheIAM

Results 85 comments of IAMtheIAM
trafficstars

Oh I see, thanks for the clarification. Yea, maybe some Docs enhancement to explain which methods require `(change)="grister.setOption()` vs which one can be done with `[(ngModel)]` or another way.

Yes, I thought if I put in a shared common.css file globally applied, it would work. But for some reason, it does not. It has trouble changing the cursor during...

Actually, it seems that this is only an issue with Chrome. Firefox has no problem to change the cursor during drag, while the mouse is still `mousedown`. Then it changes...

I got it done, forked and committed locally but it won't push to my fork. It just hangs on "running build...passed!" Using sourceTree... any ideas? ![build_stuck](https://cloud.githubusercontent.com/assets/13709948/24729615/e8881702-1a13-11e7-91d0-1f5550ba1826.png) EDIT: got it, I...

[PR submitted](https://github.com/webpack-contrib/purifycss-webpack/pull/94) The CI test failed for some reason though, not sure why.

You could try removing `hammerjs` - it seems that is required for the drag functionality to work. Currently, the drag functionality is not working for me, and I want it...

Drag and slide is not working for me either... not sure what the problem is. Hammerjs is imported into main.ts

@MiguelBel ``` docker-compose run conference truffle compile ERROR: client version 1.21 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version ``` Windows...

@MiguelBel I got it working, I'll write more if any help is needed, thanks.