Duncan Krebbers

Results 10 issues of Duncan Krebbers

## Issue description When running a live-server for my webapp, some .html files containing inline svg's are not returned completely. This is the command I use to start the server:...

When you drag an image block to another spot in the editor, the block stays at the old location and a new block is created in the new location. After...

bug
viewed
ready for implementation

### What problem are you facing? When extending an extension and adding options to it, I get typescript errors for undefined options when I try to use them later on....

feature request
needs-triage

Hopefully this is possible, as I'm trying to create a sort of kiosk-mode with a webpage.

Now it is possible to set continuous to false to make sure the slider stops at the last slide, instead of loading the first slide again.

Added `defaultElements`-setting to config. By default it shows the default tunes and caption bar, but it allows you to remove (one of) these elements by changing the value: `['caption', 'withBorder',...

My domains are structured like this to server different language versions of the same page: `example.com/nl/page-1` and `example.com/en/page-1` for the same url in different languages. My code looks like this:...

enhancement

Is it possible to use video files that have been downloaded to the device later? They end up in a data-folder or a folder on the sdcard, but not inside...

On windows, the `path` in the `checkReload` functions is written like: ``` C:\Users\{foldername}\src\assets\icons\add.svg ``` while the `iconsPath` the `picomatch` function compares it to is written in posix-style: ``` [ 'C:/Users/{foldername}/src/assets/icons/*.svg'...

By default this plugin always removes the existing 'fill' value in icons, and replaces it with 'fill="currentColor"'. This does not work with outline icons, since they have a stroke instead...