-
### Environment
latest nuxt
### Reproduction
```
async function getRouteMeta(contents, absolutePath) {
if (!(absolutePath in pageContentsCache) || pageContentsCache[absolutePath] !== contents) {
…
-
### What is the problem this feature would solve?
Currently `Schema.hash` / `AST.hash` is implemented using `Hash.string(JSON.stringify(ast, null, 2))` which is inefficient and for larger schemas t…
-
### Describe the Bug
When no sort field is provided in the query, we now pick the first allowed field for sorting. However, the issue arises when this field has a type that cannot be used for sorti…
-
### Bug description
When writing a filter for callouts, but not sections - Quarto does not correctly detect xref label that I have added in the filter.
See:
In this repository, I am trying, throug…
-
One of the use cases I have to is look at legacy COBOL code and generate summaries and use that output to create requirements documents for greenfield app rewrite.
I have been having a fair amount …
-
Related to #13157.
Currently both the `--import-ast` option and the new assembly import option (#11787) only work on the CLI. We need Standard JSON equivalents.
The `--import-ast` option in part…
-
A couple of us have been looking into automatically-generating Rust AST code from the definitions here. We tried three different converters, but none of them provides any results.
https://github.co…
-
Note on refactoring:
## Issues
- [ ] #8235
- [ ] Query DSL (for trigger and view editor)
- [ ] MutableQueryRegistry -- able to use static schema witch tables?
- [ ] Remove cyclic deps (and prevent re…
-
It would be great if on top of transforming data, Jsonata was also able to transform the schema of the data.
I have been experimenting a little bit, and it is fairly straight forward to re-use the …
-
Hi, @YuanGongND,
Perfect job! When I asked the Newbing what's the music classification SOTA model, it told me the AST!
I used your model for music emotion classification, but It's always overfi…