Results 158 comments of Simon Green

AFAIK custom elements can't be made void or self-closing, so I think it's better if they behaved consistently and required the closing tag.

Difficult to suggest anything without a reproducible setup.

In what way? Normally I recalculate the layout when the size of the grid itself changes (usually browser resize or orientation change) but you can also set the target height...

> I fixed it for me by using `$env/static/public` instead of `$env/dynamic/public` as the migration docs suggest: Those do very different things though, so be clear why you were /...

I had a play around last evening doing exactly this and it works well - all you need to enter though is the `npm` package name and everything else can...

Categories are problematic because it's often difficult to decide which one a component should go into (which also means someone searching may be picking the wrong thing). Tags potentially allow...

Thanks. I think it makes sense to split the connect into components / svelte as discussed in slack and a peer dependency feels right for people who _aren't_ using svelte....

Finally working to index both HASH and JSON data structures with vector similarity. The tests can use some refactoring to re-use the common code, but it's usable to build the...

I notice vector fields now support FLOAT64 as well as FLOAT32 for the type parameter so that should probably be accounted for. Ideally it would determine that from the model,...

> Has this been abandoned? This is a very useful feature for redis-om with the popularity of LLM and Embedding documents. Kinda. It would need some effort to rebase onto...