PlkMarudny

Results 58 comments of PlkMarudny

At the moment - yes. Tomasz Plonka On Tue, May 10, 2022 at 1:19 PM Edward Dewhurst ***@***.***> wrote: > Hi @PlkMarudny > > Yes we would consider it. We...

Indeed, this works. Thank you very much. On Wed, May 18, 2022 at 3:22 PM Sebastian Lammers ***@***.***> wrote: > I was playing around a bit and just put your...

I observed the same, but suddenly everything went back to normal. Guessing this was a Twitter glitch somehow.

It does not work for 3.1.1, works for me for 3.1.0, however. Maybe there is sth else that causes that? I am running CouchDB Bitnami Docker image with 3.1.1, 3.1.0...

It does not working for me either locally (build with Rollup). On Svelte REPL it works, however. What I noticed, the DataTransfer.files list is empty.

This seems to be an issue with... I do not know, actually. [Here](https://svelte.dev/repl/0f3d60c1bd084cac962cb2df3f70846e?version=3.20.1) there is a simple example of setting up Filepond in the simplest form possible. It works REPL,...

This is what I use: ![image](https://user-images.githubusercontent.com/4361591/90859642-a242a700-e399-11ea-8d55-c198f2c2a927.png) I am passing down another component, with the input, three checkboxes, and a few labels. My component fires several events to be served by...

I found using [svelte-sortable](https://github.com/progging/svelte-sortable/pulls) easier after all. You can simply pass a component to your list item, this is demonstrated here [REPL](https://svelte.dev/repl/3f73be6a243a4cda84264fae4defd65e?version=3.35.0).