Philipp Rudloff

Results 127 comments of Philipp Rudloff

I think this should only be merged once https://github.com/Spittal/vue-i18n-extract/pull/170 is merged (or a similar commit was pushed). Then, I would rebase this PR and include a commit with the rebuilt...

I’ve rebased the PR and updated the readme according to my recent changes to the configuration documentation. > Before I merge this, I actually think that Lexical should be the...

Please explain what exactly is not working. Do you have a code example?

It should be sufficient to add the following to `package.json`: ```json "files": [ "mousetrap*.js" ] ``` Then, `npm pack` produces: ``` 👻 npm pack npm notice npm notice 📦 [email protected]...

@tnir Yes, I plan to do that. However, what I proposed above is not sufficient because it would exclude the plugins. The following allows the `plugins` directory, but excludes any...

This can be closed as it’s no error with Mousetrap.

@jamo When hovering over selected text, pressing the mouse wheel does nothing no matter what `copyOnSelect` is set to. However, CtrlShiftV works while hovering over selected text **when `copyOnSelect` is...

> The main reason for this is consistency since sometimes it is required to put `v-if` or `v-for` on a `` tag rather than on the element. When is this...

As an example for what now happens in a project that doesn’t use/need graphql during build: ``` Module not found: Error: Can't resolve 'graphql' in 'node_modules/msw/lib' ```

I’ve noticed an increase in the amount of logged “[MSW]” messages due to this change (implemented in https://github.com/mswjs/msw/pull/1392). Entries like “[MSW] 12:23:53 GET http://localhost:8000/path (200 OK)” now appear multiple times...