John Krbaio

Results 8 comments of John Krbaio

I installed the Augury Canary Build Chrome extension in Chrome and Chrome Canarian, and both, show the same error: `TypeError: ng.probe is not a function at Object.e.isDebugMode (ng-validate.js:1)` I read...

I have the same problem with the version __`[email protected]`__. I have running the version __`[email protected]`__ with the `d.ts` from version __`[email protected]`__ and __install__ the `es6-object-assign` dependency. I use: ```json "vue":...

I need the same, because I have very validations, and the middleware is the only way to do it.

I have the same problem: ```script TypeError: Cannot read property 'split' of undefined hierarchyReporter.js:22 at /home/xxxx/Workspace/bzz/node_modules/cucumber-html-reporter/lib/hierarchyReporter.js:22:36 at Array.forEach () at Object.getBaseDir (/home/xxxxx/Workspace/bzz/node_modules/cucumber-html-reporter/lib/hierarchyReporter.js:21:20) at setStats (/home/xxxx/Workspace/bzz/node_modules/cucumber-html-reporter/lib/reporter.js:182:41) at generateReport (/home/xxxx/Workspace/bzz/node_modules/cucumber-html-reporter/lib/reporter.js:393:13) at Object.generate...

I have successfully installed the program using the old installation method outlined in the project's documentation (https://github.com/rbreaves/kinto?tab=readme-ov-file#old-install-method). I needed to read through setup.py and xkeysnail_service.sh to understand what was causing...

I have the same problem, but I can "fix" changing the config. ``` { "key": "ctrl+shift+f", "command": "vueBeautify.format", "when": "!editorReadonly && resourceLangId == 'vue'" }, ```

The problem is here: ```ts create(context) { const stencil = stencilComponentContext(); const parserServices = context.parserServices; // { ``` When read context, the property is undefined