Dylan Pyle

Results 12 issues of Dylan Pyle

This works fine in the default `psql` client, but not `pgcli`: ``` $ pgcli -U postgres -h localhost -p 5433 mydb < migration.sql Version: 0.18.0 Chat: https://gitter.im/dbcli/pgcli Mail: https://groups.google.com/forum/#!forum/pgcli Home:...

### Description iOS has a native UI for capturing any type of camera media in one place - e.g this is the interface that apps like iMessage open when selecting...

:star2: Feature Request

Works well in Chrome last I tried: https://www.w3.org/TR/webmidi

Sometimes, if I'm far enough down the page to create a scrollbar, and ⌘-A then backspace to strike out all text, the alignment of the strike for lines out of...

It looks like it's possible to receive duplicate responses if you make the same request multiple times in parallel: ``` $ echo "A: $(curl -s https://increment.build/foobars)" &; echo "B: $(curl...

Just a quick suggestion — I came across this and it took me a while to confirm that it was actually MIT-licensed (per `package.json`)

not sure if this falls into the category of "other JS lint or build tools" you'd rather avoid introducing - but a published npm package for this would be great!...

Per discussion on #407 - opening this despite not having fully tested end-to-end locally that this does in fact allow TS5.4+ features. However, repo tests are passing.

(PR coming shortly) Looks like this dependency comes from `@ts-morph/bootstrap`; bumping that version to `0.23`+ should now use TypeScript 5.4. This will definitely break some builds, as 5.4 is stricter...

Hiya— My use case here is exporting a shared library from an existing larger Deno codebase, to be consumed by number of different TypeScript apps running in both Deno and...