Dan Parmelee

Results 9 comments of Dan Parmelee

Happy to make a separate issue, but I'm also not getting type checking on Vue SFCs when using ``. Using the standard `` with `defineComponent `still receives type checking. Same...

Getting the same error as well. Running stylelint with the CL runs just fine. Using the default gulp-stylelint implementation from the readme. Stylelint config just the default as well. gulp...

By setting the failAfterError option to false of gulpStylelint got it working fine. Appears that Stylelint considers any violation as an error. Which then causes the task to fail. I...

@rniemeyer I’ll try running 3.5 again locally. It’s really a two headed problem for me at the moment. I’m having to update the KO types in my source files since...

One of the errors occurs when accessing postbox on the KO object: ko.postbox.publish(...); for example (TS) Property 'postbox' does not exist on type 'typeof import("/node_modules/knockout/build/types/knockout") Then there's the issue of...

I may have something but need to step away for a minute. Extending the KO types with the postbox types seemed to work for part of the issue.

Alright, probably didn't have to rename the interfaces but extending the internal KO types I was able to clear all the errors in one TS file (also after updating the...

Hit a wall with this though: ![image](https://user-images.githubusercontent.com/4818190/102929953-89422380-4469-11eb-82b0-a8cd25d0c5d6.png) This is where I'm running out of Typescript skills. Updated my (postbox as KnockoutPostBox) to and export const pb: KnockoutPostBox in the postbox...

Happening to me as well. Although it doesn't appear to be a problem with an image or images. I have two tasks, the first one runs fine, then when the...