ya7010
ya7010
Please add options argument to Match#parse in order to improve the flexibility of Match#value. I think the user will be able to choose to symbolize the key or capitalize the...
Number struct should have Copy trait because a number is literal.
### What does this PR do? Add [derecated key](https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.3) hint. ### What issues does this PR fix or reference? Nothing. ### Is it tested? How? Add deprecated test case.
I usually run the query by clicking on the table without selecting the default database. When don't select a default database, I get "Run Query" command in the context menu...
### Is your feature request related to a problem? The following tools support BigQuery. - Liquibase - Flyway It would be great if bytebase would support it too. ### Describe...
Related https://github.com/webern/cargo-readme/issues/81. I rewrite using [cargo_toml](https://crates.io/crates/cargo_toml) crate for workspace inheritance.
It would be useful to be able to set the format of quotation to double quotation to be consistent with [VSCode yaml extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml), etc.
### Expected behavior In our project, we use [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces). The folder structure of this project is like this. ``` . ├── project.code-workspace ├── dbt │ ├── dbt_project.yml │ ├──...
### Describe the feature It would be useful to have the feature to look over the lineage graphs of all nodes in NewLineagePanel. For example, when editing `dbt_project.yml`, can't we...
The current schema definition does not allow for additional schemas for dbt packages such as dbt-osmosis.