David Velasco

Results 9 comments of David Velasco

I don't know if it applies, but you may get a similar warning while using `rollup` and [`@rollup/plugin-commonjs`](https://github.com/rollup/plugins/tree/master/packages/commonjs). I think it is what you'd expect from a global `this` when...

Hi @hermanator608, thanks for contributing to the issue. I apologize for the late reply. The reason I closed it is that it was posted more as a usage question than...

Hi, I agree with @gotenxds, I think we should use `vue/script-indent`. While I cannot exactly comment on the class-component syntax issue he is having, with `vue-composition-api` the base ESLint `indent`...

Thanks for the new additions. A couple of notes: #### [Fix] File XXX is not a module (Vetur error) > vue-shims.d.ts already included in this PR This should be enough....

> Would that result in the same functionality and also retain the "indent" rule for non ts or vue files? Yes, that would work, but we are still not using...

Hey, I wanted to drop by and say I appreciate _very much_ the work you're doing in this PR. Sometimes the way I write is not the most sensible, so...

The error message is slightly different than the one in #4072, though. ``` [TRANSACTION_COMMITTED] to [TRANSACTION_ABORTED] // versus [TRANSACTION_ABORTED] to [TRANSACTION_ABORTED] ``` I was not having the problem after I...

On another note, I had to run `pnpm build:types` within the `packages/plugin-form-builder` project to get them into the `dist`. Does this run on prePublish? This step does not seem necessary...

I am having the same issue with `tmux` and `vi` mode. This was my default config using `xclip` ```sh # Copy to clipboard on 'y'ank bind-key -T copy-mode-vi y send...