Jason Kurian

Results 63 comments of Jason Kurian

EDIT: See `eslint-plugin-svelte` instead of `eslint-plugin-svelte3`. ~~Thanks @antfu! Curious if anyone can share / confirm their eslint config with `@unocss`, I'm not seeing any lint warnings atm in my project,...

Sorry to comment on an old PR, but this would be pretty cool to merge! :) What is left to do?

@bajtos sorry for the late reply: yes a minimal reproduction is a good first step! Also using the [typescript config package](https://www.npmjs.com/package/@istanbuljs/nyc-config-typescript) with the latest versions of nyc etc will help....

I'm having the same issues, anyone know what's up? EDIT: found a workaround [here](https://github.com/petethepig/devtools-terminal/issues/41#issuecomment-50264402).

I'd love to, but I'm not sure how to get at the `postinstall` output, since apparently [the spawned process calls 'exit' when `install` is done](https://github.com/vdemedes/gifi/blob/master/cli.js#L35-L41)? I could be reading that...

I too am seeing this issue with v1.6.3. I tried out the beta version and it seems to work fine. @fikovnik friendly bump for the stable version :)

@JasonEtco I do see this on the GH marketplace app page. Not sure why or how to correct that, I assumed it would read from the default branch's readme.

@jbibla that would be a cool PR -- maybe a naive solution would be to turn the [raw] html into markdown so that it can proceed through the pipe as...