Touch Marine
Touch Marine
### Problem `dbt show` is a useful tool for debugging your queries and as a quick preview. As such, it would be useful to be able to: - print an...
Fixes typescript error: ``` Module '"@react-native-firebase/x"' has no exported member 'y'. Did you mean to use 'import y from "@react-native-firebase/x" instead?' [2164]" ``` ### Description Typescript types weren't working for...
Parsing the below example fails with the error: `parse output object type: parse type: /usr/local/go/src/math/big/int.go:34:2: neg must be exported`. ```go type CalculatorService interface { Calculate(CalculateRequest) CalculateResponse } type CalculateRequest struct{}...
This PR adds an adapter for DuckDB—the SQLite for analytics. ## Implementation I copied and tweaked the sqlite adapter as the duckdb cli accepts the same arguments the adapter uses....
Touch uses a configuration file to configure the parser and formatter. It tells Touch which elements to recognize and defines the templates used for rendering. Currently, the only supported configuration...