Petr Juna

Results 7 issues of Petr Juna

Using husky it is very useful but script which is there is designed only for bash purpose. ``` "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && git cz --hook",...

### Description I'm using it with typescript and getting following error. `TypeError: Cannot read property 'destroy' of undefined at ReactFullpage.destroy` Do you have any idea what could be the cause?...

I'm trying to understand without digging deeply what exactly following method returns: `this.$store.$db().model("someModel").all()` I would expect as based on familiarity with Redux that this will be pure object literal only...

**Describe the bug** This library itself target NodeJS. Using this extension [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom/blob/master/packages/global-registrator/src/GlobalRegistrator.ts) while adapting to use directly [happy-dom-without-node](https://github.com/capricorn86/happy-dom-without-node) I was able to make it run in web worker with support...

bug

``` npm ERR! Linux 4.9.60-linuxkit-aufs npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "nativescript" "-g" "--unsafe-perm" npm ERR! node v0.12.4 npm ERR! npm v2.10.1 npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported...

When I'm validating against excluded property of class target is getting populated by empty object with key name of excluded property. Call of plainToClass is following: ``` const result =...

Hi @TheUnderScorer , can you please help me with the following. I'm trying to set list directory as one which should be released GitHub release. However each time I release...