Jason Dreyzehner
Jason Dreyzehner
Still a work in progress – I'm just trying to get @unional's fantastic work on #261 over the finish line. This PR builds on #261 – I've removed the duplicated...
I'd love to see first-class support for [CockroachDB](https://www.cockroachlabs.com/) – CockroachDB supports the PostgreSQL wire protocol, so it should be relatively simple to add support.
**Feature request** Default parameters that aren't used by the bundle can be removed. **Version (complete output of `terser -V` or specific git commit)** 5.13.1 **Complete CLI command or `minify()` options...
When I try to deploy an application with a [Persistent Volume Claim using a `subPath`](https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath), my pod stops with `CreateContainerConfigError`, and the error message is `Error: stat /data/app: no such...
In the [readme for `@istanbuljs/nyc-config-typescript`](https://github.com/istanbuljs/istanbuljs/blob/3fe1e483a53749a56373f3918527df3ad74e4547/packages/nyc-config-typescript/README.md), the `source-map-support` and `ts-node` dependencies are mentioned here: >First install the dependencies: > >``` >npm i -D nyc source-map-support ts-node @istanbuljs/nyc-config-typescript >``` But it's unclear...
When a spelling issue is found, it would be great if the extension offered a code action to insert the `cspell:disable-next-line` and `cspell:disable` comments, respectively. For reference, here is the...
Thanks for the fantastic project! I'd love to see first-class support for [CockroachDB](https://www.cockroachlabs.com/). CockroachDB supports the PostgreSQL wire protocol, so it should be relatively simple to support.
Hi there, I'm trying to run my tests on multiple versions of Node.js, and I'm noticing how repetitive the config is in this example: https://github.com/CircleCI-Public/circleci-demo-workflows/blob/parallel-jobs/.circleci/config.yml#L8-L34 (Selected: all the lines that...
It's probably not too difficult to programmatically determine if e.g. the locking script isn't secure against miners. Simplest check is to see if a checksig operation was done for each...