Nicu Tofan

Results 9 comments of Nicu Tofan

Also, `gamepads` is unused in [here](https://github.com/rezoner/playground/blob/19e9d865de5182261b2aa154cff13fb06f5fa08e/src/Gamepads.js#L13) ``` this.gamepads = {}; ``` because of [this line](https://github.com/rezoner/playground/blob/19e9d865de5182261b2aa154cff13fb06f5fa08e/src/Gamepads.js#L83). ``` var gamepads = navigator.getGamepads(); ``` Or, maybe, the idea was to use `this.gamepads[i]` instead...

(i'm just gonna add things here if you don't mind) [Here](https://github.com/rezoner/playground/blob/19e9d865de5182261b2aa154cff13fb06f5fa08e/src/Tween.js#L13) `prevEasing` and `prevDuration` seem to have no function. --- [Here](https://github.com/rezoner/playground/blob/19e9d865de5182261b2aa154cff13fb06f5fa08e/src/Tween.js#L57) `repeat` is defined but there is no implementation for...

These changes alone are not enough to solve [the issue](https://github.com/reclosedev/pyautocad/issues/6) reported in pyautocad with `GetAttributes` where the type of object is `VT_DISPATCH | VT_ARRAY`. However, taking inspiration from [here](http://osdir.com/ml/python.comtypes.user/2008-08/msg00009.html) I...

Right, my bad. I can see that commenting out the changes made by this commit has no effect on the result. As a first time user I feel shy about...

@gaganjyot thoughts?

@hilkoc He forked your repository and created the file in a branch [here](https://github.com/brochuJP/vbaDeveloper/blob/patch-1/src/vbaDeveloper.xlam/Installer.bas)

It does not. I'm just going through the code and I've noticed the inconsistency.

Beautiful library, by the way. Thanks for your work on it.