Dmitrii Baranov

Results 51 comments of Dmitrii Baranov

> This issue has been fixed by #4354 @KazariEX, it seems `experimentalUseElementAccessInTemplate` was removed. Does it work as is? Also, does it work with Vue 2.7?

It fails without `"vue.server.includeLanguages": ["vue"]` in `.vscode/settings.json`. It can't call `include` on `undefined`

Yes, this would be amazing, thank you! And thank you for mentioning it in the stream :) Will it be the only syntax instead of the current one? Having it...

Awesome! Will it be possible to order by distance alias? Will it work for cosine? And will it be possible to build index on multiple fields, e.g. vector + boolean?

Great, thank you! Pages with detailed description and, preferably, images would greatly help. Some people may greatly benefit from at a glance understanding that cosine will be 1 for co-oriented...

It doesn't seem to be reactive even inside regular SFCs :c

> I don't think this is something that surreal needs to handle. Rather, it would happen in your application code - instantiate a web worker and put surrealdb.wasm there. >...

Just came here to file the same feature request. It would've been extremely useful. Trying to implement an infinite scroll list, trying to find last N entries before the current...

We also need to be able to indent script and style contents (prettier's property `vueIndentScriptAndStyle` allows that): ```vue const foo = 5; if (foo < 10) { console.log("foo"); } ```