Kael

Results 390 comments of Kael

Notice the `mdiSvg:` prefix in that example, and the alert above it explaining why. @FossPrime `customSvg` is not implied to work anywhere, you aren't actually passing that variable in anywhere....

Fixed by https://github.com/vuejs/core/pull/7425

`v-model.lazy` doesn't work on components, you have to listen to `@change` yourself: https://codepen.io/anon/pen/BqmBjb?editors=1010 vuejs/vue#6914 Edit: the mask then breaks after resetting the input, so there's still a bug somewhere

That adds a bunch of other changes in unrelated files.

It does whatever the component wants it to do, in this case it stops the input from keeping its own internal state. This is pretty common with other components too,...

I don't really like how many configuration flags this plugin has added over time, most of which have somewhat puzzling defaults. If the intention of this rule is to prevent...

I'm using `tsup` to build, the generated code is ok because it's bundled but if I want to keep edgedb itself separate I have to add exports to its package.json:...

I've tried generating dumps like this myself but EdgeDB doesn't seem to be able to handle .edgeql files with thousands of inserts. Separate queries like ``` insert SomeObject { title...