Matthias Q

Results 9 issues of Matthias Q

### Describe the bug When opening a `parser.c` (checked the one from rust and sql) neovim runs with 100% CPU load and does not finish to startup. I hav disabled...

bug

Hi, I am using iron.nvim mainly for julia code. My problem is, that my neovim is in the repo root (ensured by nvim-rooter) and the source file is located for...

Following statement types are still missing: - [ ] `GRANT` - [ ] `REVOKE` - [x] `COMMENT` https://www.postgresql.org/docs/15/sql-grant.html https://www.postgresql.org/docs/15/sql-revoke.html https://www.postgresql.org/docs/15/sql-comment.html

### Dagster version 1.7.2 ### What's the issue? After upgrading to Dagster 1.7.2 we noticed increased load on the postgres database. This leads to timeout and lags in the frontend....

type: bug
area: storage

This PR uses the lib file-format to detect the filetype using the magic number. for Plaintext files like json/csv, we fall back to the file ending variant. This addresses the...

Hi, I noticed that some widely used tool product parquet files with no ending (e.g. trino/athena when using UNLOAD) Would be nice if this cool could accept a parameter that...

This PR adds a GH Workflow to build source artifacts including the `parser.c`, `sql.so` and a wasm file for Linux x86_64 and MacOS Arm64. Along the way, I have fixed...

`` is widely used in vim (e.g. incrementing numbers). I think this is not a good default.

Hi, I want to use nix flakes for a develop environment. The cli tool (dagster) can be installed via pip. I am able to set everything up - and the...