Andrew Leung

Results 3 issues of Andrew Leung

Dataform GCP syntax highlighting is very buggy and problematic. Just one simple example, it breaks the moment you add any regular expression: ```SQL select REGEXP_REPLACE(JSON_QUERY(a.json_field, "$.jsonKey"), r'([\'\"])', '') as VALUE...

i couldn't figure out how to import assets in this project, what i ended up doing was: 1. put my assets (like .pngs) in `assets` dir, 2. added this to...

The API docs state that you can customize your add function by using the following line of code: ```lua local harpoon = require("harpoon") harpoon:setup({ -- Setting up custom behavior for...