Sebastian Mares

Results 24 issues of Sebastian Mares

vue-router includes documentation on how to implement lazy loading by using dynamic imports: https://router.vuejs.org/en/advanced/lazy-loading.html This works perfectly fine with browsers that have native support for Promise, but it fails in...

I am using the latest versions as of today under Windows 10 Enterprise build 2004 and whenever I try to mount a folder, I get system error 67, the network...

Installing the windows-build-tools fails if the user directory (and where the global npm packages are located) is on a network share. I get the error that cmd.exe was started using...

DIVs being block elements are sometimes not allowed within other elements such as P. A better approach would be using SPANs to display the different slider elements.

https://kazupon.github.io/vue-i18n/guide/sfc.html#yaml-loading describes how to use YAML files with vue-cli, but I don't really understand where to write that vue-cli specific config when using vue-cli-plugin-i18n. Had it in `vue.config.js` and also...

Type: Feature

I have a quick question: Noticing that my external JavaScript files are not processed by ESLint, I stumbled upon https://github.com/vuejs-templates/webpack/issues/716 that is now closed, but has the valuable last comment...

enhancement

Some browsers currently support combining the HTML5 `range` element with a `datalist` element, something like ``` 10 15 30 50 90 ``` Would it be possible to add a property...

If the slider is used on a page embedded inside an iframe, you start dragging the slider and release the mouse button after you left the iframe using Chrome, the...

- Laravel Mix Version: 6.0.49 - Node Version: 14.19.1 - NPM Version: 6.14.16 ### Description: See https://github.com/laravel-mix/laravel-mix/issues/2552. That issue still occurs with the latest version, but the bug was marked...

Sorry for hijacking https://github.com/laravel-idea/plugin/issues/353#issuecomment-893249453, thought it was related. Would be awesome if Laravel Idea would support Livewire's computed properties (https://laravel-livewire.com/docs/2.x/properties#computed-properties) that work in a similar way to accessors where you...