Matthew Peveler
Matthew Peveler
Right now, you have to click on the checkbox itself to toggle the checkbox. We should allow clicking on the table name as well to toggle it. This can be...
When generating a diagram for a complex schema, the diagram ends up being very messy with a lot of elements overlapping, and the diagram ends up unusable. Instead, the diagram...
When using TS and passing in a `projectId` to the `getDatasets` or `getDatasetsStream` functions, I get a type error about `projectId` not being found in `GetDatasetsOptions`, however I do get...
#### Environment details - OS: macOS 12.4 - Node.js version: Node 16.15 - npm version: 8.5.5 - `@google-cloud/bigquery` version: 6.0.0 #### Steps to reproduce ```javascript import { BigQuery, Dataset, Routine,...
* **Electron-Builder Version**: 23.0.3 * **Node Version**: 16.16.0 * **Electron Version**: 13.6.9 * **Electron Type (current, beta, nightly)**: current * **Target**: nsis We recently added `msgpackr-extract` as a new native...
Looking at the [Additional Options](https://github.com/apollographql/apollo-cache-persist/blob/master/docs/advanced-usage.md#additional-options) doc, it gives: ``` // Whether to serialize to JSON before/after persisting. Defaults to true. serialize?: boolean, ``` but on trying to pass `false`, I...
See https://api.slack.com/changelog/2021-08-changes-to-unfurls. The chat.unfurl endpoint now allows for using either `unfurl_id` and `source` _or_ `channel` and `ts`.
The example of using `authPlugins` given in https://github.com/sidorares/node-mysql2/blob/master/lib/auth_plugins/caching_sha2_password.md is not possible, as this module does not expose a top level `authPlugin` object. This PR adds that top-level object, as well...
Presto version: 0.273.4 postgresql: 9.6.11 When attempting to run the query `SELECT * FROM system.jdbc.columns`, I am getting a `NullPointerException`: ``` 2022-07-15T02:04:38.568-0400 ERROR remote-task-callback-13 com.facebook.presto.execution.StageExecutionStateMachineStage execution 20220715_060438_00006_gjk98.1.0 failed java.lang.NullPointerException at...
This PR modifies the cancel method for redshift to consider both [`STV_INFLIGHT`](https://docs.aws.amazon.com/redshift/latest/dg/r_STV_INFLIGHT.html) over [`STV_RECENTS`](https://docs.aws.amazon.com/redshift/latest/dg/r_STV_RECENTS.html) system tables. For some setups of Redshift, we are finding that getting the currently running query...