malloy icon indicating copy to clipboard operation
malloy copied to clipboard

Malloy is an experimental language for describing data relationships and transformations.

Results 131 malloy issues
Sort by recently updated
recently updated
newest added

``` import 'tick`s.malloy' ``` ``` error: Request malloy/fetchFile failed with message: ENOPRO: No file system provider found for resource 'untitled:/Users/mtoy/mcode/tick%60s.malloy' ```

If the types are all strings or numbers.

enhancement

To test, set environment variables export MYSQL_HOST=127.0.0.1 export MYSQL_PORT=3306 export MYSQL_USER=root export MYSQL_DATABASE=malloytest start the docker by cd test/mysql ./mysql_start.sh Known Problems/ missing - [ ] Symmetric aggregtes are losing...

This started as an implementation of record types. This has the parser changes for record type and the tests for record types taken out. The intention is to land the...

If you have: ```malloy aggregate: x is count() y is x * 2 ``` You get two errors: * "x is not defined" * "cannot use a scalar value in...

I started just trying to do support for records per: [WN-0015](https://github.com/malloydata/whatsnext/blob/main/wns/WN-0015-arrays-and-records/WN-0015.md) But It was constantly difficult to reason about the code because tech debt in the compiler. So this is...

Repro test: ``` test('works in nest', () => { expect( 'run: a -> { nest: n is { extend: { dimension: x is 1 }; group_by: x } }' ).toTranslate();...

### 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,...

### What happens? Just a heads up, I noticed an [HSTS error](https://https.cio.gov/hsts/) When navigating to `https://malloydata.dev`. This is preventing the page from being redirected to `https://www.malloydata.dev/`. It's also worth mentioning...

### What happens? Using the new renderer with charts that have date/time types on the x-axis seems to break a few things: 1. line charts don't respect size tags 2....