Jonas Schade
Jonas Schade
 When trying to install this extension in a web instance it states: > The 'Conventional Commits' extension is not available in Visual Studio Code for the Web. Tbh. I...
This PR will enable option passing to deno's compile sub-command. _(I hope this is all that's required for that)_
I get an deprecation warning when using this plugin with webpack 5.42.0: ``` [DEP_WEBPACK_COMPILATION_CACHE] DeprecationWarning: Compilation.cache was removed in favor of Compilation.getCache() ``` `compilation.cache` seems to be used multiple times...
### Clear and concise description of the problem I often stumble upon the problem that I need to localize attributes / props of child components. With the old API I...
### Is your feature request related to a problem? Navigating the schema reference in BCP is quite clunky, because there is no way to go back while in type view....
# Purpose / Goal This PR adds a `htmlNumericEntities` option which adds support for parsing HTML numeric entities. # Type Please mention the type of PR * [ ] Bug...
### Reporting a bug? The `v-t` only works with local defined messages if `useI18n` is called in the `setup` of the component. This does not work: ```vue { "en": {...
### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [x] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [x] Check that there...
So I updated Gesto to the latest version a few days ago and only now noticed that pinching does not seem to work anymore. I tried all Gesto versions between...
`updateCanvas` has a bug which only really comes to light if the size of the canvas and the size of the original image differ drastically and the image offset is...