Ozan Sazak
Ozan Sazak
open files with custom applications for that specific file extension, specified in some config file
## Summary When a file is selected and opened (by hovering on it and pressing `o`), we should be able to open it with a custom program that we have...
## Summary Currently `gui/core.go` includes all the TUI logic (it's actually mis-named as **gui**/core.go), and it's complicated. We should split it into multiple .go files to increase code readability.
## Summary Folder indexing (tree traversal) seems to be inefficient than it should be, considering it's basically a tree traversal algorithm. Use `pprof` tool to find out if there are...
## Bug Report ### Briefly describe the bug We have observed that when we run a query inside a virtual warehouse worker directly using a user created in the server,...
## Bug Report ### Briefly describe the bug When I specify a storage policy which uses an S3 Express One Zone bucket, create a table that uses that storage policy,...
Refer to: - https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project - https://github.com/probot/template/blob/master/CODE_OF_CONDUCT.md
Document about when/how to update the `s3://schema.json` schema file
Refer to: https://github.com/marketplace/actions/aws-sns-publish-topic
## Bug Report ### Briefly describe the bug When I run `ALTER DISK CACHE PRELOAD` on a single partition, it fails with an error message: `DB::Exception: DB::Exception: No previous part...