Shaun Wild

Results 15 comments of Shaun Wild

Oh my god I thought I recognized your username from somewhere. I just came across this from an internet search and it's you :P

Great to see this already has some attention. Is this on the roadmap?

```kotlin val names: MutableList= mutableListOf() get(): List ``` I like this syntax, it makes more sense to me at least, developers need only set a return type on the getters...

This is awesome, I think it would make more sense the invert the type definitions though, the internal property keeps the internal type definition, then the public API is set...

Following, hopefully, someone finds a nice way to approach this problem.

This fixes https://github.com/bestguy/sveltestrap/issues/461 and is a replacement for https://github.com/bestguy/sveltestrap/pull/468.

I have created an issue on the official svelte repo, see https://github.com/sveltejs/svelte/issues/7415. Hopefully there will be a nicer fix in future.

I found a workaround for anyone interested. You can add ```js await new Promise(setTimeout) ``` At the top of the `on:xxxx` handler.