Dennis Wissel

Results 8 issues of Dennis Wissel

There is an example repository at https://github.com/vuejs/vue-hackernews-2.0 but I find it really hard to understand how webpack-hot-server-middleware would go into that. Probably some code in the hackernews example could be...

### Version 16.0.0-rc.2 ### Reproduction link [https://github.com/dsine-de/vue3-webpack5](https://github.com/dsine-de/vue3-webpack5) ### Steps to reproduce 1. Clone Github Repository 2. "npm i" (with Node.js 14.x installed) 3. "npm run dev1" 4. Open http://localhost:8080/ in...

Software like Postman (if not disabling the cookie jar in the settings) and browser redirects save cookies when they hit a redirect which has a `set-cookie` header and set them...

enhancement

If I edit and save a sublime project file which is inside the root folder of my currently opened Sublime Text project, it is also synced. Or if I do...

Syncing a folder blocks the application. Is it possible to use a separate thread for copying files? I know there is a "on_post_save_async" event in the ST3 API, but this...

bug
enhancement

It would be great if the sidebar context menu of FileSync had a disabled entry (not clickable) which gives the user the information about which destination folder is currently set...

enhancement

Hi, how would I add the correct SVG path when using native JavaScript? This won't replace the correct path: ```js const svg = document.createElement('svg'); const svgUse = document.createElement('use'); svgUse.setAttribute('href', '/__spritemap#sprite-comment');...

enhancement

### Description If I set the `currentTime()` of a player to the `duration()` to go to the end of a HLS video, the player shows the seeking spinner endlessly. ###...

needs: triage