Maximilian Roos

Results 249 issues of Maximilian Roos

Thanks for building this! One issue today though — am I reading this wrong? It seems like the two failures are allowed, yet the job aggregates this as a failure?...

bug
good first issue

We have a simple approach for the nested enums, so it's fine to use this now. (Came across it as I was trying to fix the lex output for a...

As discussed in https://github.com/PRQL/prql/issues/1803 (and screenshot at https://github.com/PRQL/prql/issues/1825#issuecomment-1445190759), currently the extension will raise an error on files that don't have main pipelines. Because we're planning to start allowing "module" files,...

From https://github.com/PRQL/prql/pull/1467, we now allow for `5_000`. I had a quick look at the grammar but couldn't immediately see where to update it, so lodging the issue so we don't...

#### Describe the bug I've been using `tide` for a few months — really liking it — but there's one problem that I haven't figured out: - When I'm in...

🐛 bug

Numba doesn't currently allow `.zip` archives to contain numba functions when caching is enabled. This is all but required when using Spark. This change enables that, by recognizing a zip...

2 - In Progress
caching

The existing code was inconvenient when running a program which watched files and ran tests when they changed, since it would run in an infinite loop. This code fixes this...

By adding comments (named "aesthetics" here, and includes linewraps) to PL, this is an attempt to get around the complications of combining lexer + parser output in `prqlc fmt`, which...

Not sure why this doesn't work. We don't necessarily need to merge this but pushing in case anyone knows offhand...

### What's up? It would be really nice to be able to explore our AST in something a bit more interactive / "zoom-able" than reading flat YAML. When working on...

enhancement
help wanted
devops