jods

Results 559 comments of jods

Upon further thinking: I guess `uplugin-vue-router` should cache the route block value and the `definePage` argument. - so that it performs less work every time I save a file (most...

``` /Pages parent.vue /parent child.vue ``` In this situation, the routing table looks like: ```js [ { path: "/parent", children: [ { path: "child" } ] } ] ``` Doing...

@posva can you explain a little more where the problem lies? I don't get it. For nested child routes, paths are relative by default and they work. How is `path.route...

ok. It's very surprising and unintuitive that what you read (`get route()` on the record returns the relative path) does not match the semantics of what you write (`set route("..")`...

Just chiming in on this because I've reviewed our applications again. To provide context: what we'd like to do is simply force a kebab-case convention on URLs, although our folders...

@linq2db/developers As we're introducing new apis for this complex and often-used feature, I think this deserves a thorough discussion with the whole team to try and land the best DX...

@sdanyliv You'll have to let me know what is possible with the new parser or not. Here I'm really thinking only as an end-user, what syntax I would ideally like...

@igor-tkachev > An issue with the proposed Sql.Window() is that it conflicts with the existing Sql.Window property. Wasn't it introduced for this release? I just looked in 5.1.1 completion and...

I did a quick search on `PERCENTILE_CONT`. Postgre is the outlier here. MSSQL, Redshift, Snowflake, Oracle, MariaDB all define this function as both an aggregate and a window function --...

@sdanyliv I like this initiative and I agree with you the current syntax is clumsy. I especially don't like the `ToValue()` call either, which is why I had the idea...