Kasper

Results 254 comments of Kasper

In my use case, this is actually a pretty inconvenient problem. I have a big complex object that I subscribe to, and when it's updated I show an "Unsaved changes"...

@kaisermann I don't think it is, because in that issue the problem is variables created by Pug. In this case, the variable is created in TypeScript

@kaisermann Would love to know what could be done about this. Svelte's Pug support seems quite spotty considering the invalid warnings and errors it generates. Perhaps there should be a...

@kaisermann I don't quite understand. Is the issue that Pug can't be compiled synchronously?

@dummdidumm But why would a source map be needed to tell if a component is used or not? I would think that source maps are useful when you have an...

@dummdidumm What are the source maps needed for in this case?

I think this was added in v1.2

Would you have to define commands with all those `where` arguments all the time? One other thing that annoys me with the command macro is that rust-analyzer's intellisense seems to...

Will you still be able to specify multiple arguments as before? ```rust async fn foo(ctx: Ctx, arg1: bool, arg2: String) -> Result { println!("{} {}", arg1, arg2); Ok(()) } ```...