-
Currently, if I create a new .malloy file and save it in VS Code but don't have a folder selected, I don't get any malloy tools.
As soon as I select a folder, even with just the same file open,…
-
In the ["Core Concepts"](https://reconciliation-api.github.io/specs/latest/#core-concepts) section we describe the fields of entities, properties and types. While we mention that entities can have des…
-
@anikaks can fill in the details.
I have the file: https://gist.github.com/mtoy-googly-moogly/593fbd9f291461fddb3634131f07863f which is a several thousand line pick statement, and the lag between a…
-
Repro test:
```
test('works in nest', () => {
expect(
'run: a -> { nest: n is { extend: { dimension: x is 1 }; group_by: x } }'
).toTranslate();
});
```
This should probably give a…
-
### What happens?
When running a query with a literal containing a decimal point, the number is parsed as if the decimal point wasn't there at all.
### To Reproduce
```
run: duckdb.table('airport…
-
### What happens?
I'm new to the language, so please take this with a grain of salt. But even doing an initial "demo" project I found myself wanting to have some kind of `assert` functionality to e…
-
Reported on Slack.
![image](https://github.com/malloydata/malloy/assets/1093458/934cbdc3-38ce-426c-84a8-3ff4b43ca102)
-
### What happens?
I am nesting two views in query. Each of those views is sorted by date field and when run separately the sorting works fine. The problem is, when nested in a query the sorting is br…
-
I submitted a Malloy query in colab. It should place query results in HTML, JSON and the SQL query columns respectively.
The HTML output is not showing though both the Jason and SQL output is intac…
-
Add support for window functions. A few we'd probably like to support:
- LAG / LEAD : "how long did it take for User to get from step A to step B?" "How long are people typically idle after they do …