David Peek

Results 10 issues of David Peek

``` 3.0.0-rc.2 3.0.0-rc.3 3.0.0-rc.4 3.0.0-rc.5 3.0.0-rc.6 3.0.0-rc.7 3.1.0-rc.2 3.1.0-rc.3 3.1.0-rc.4 3.2.0-rc.1 3.2.0-rc.2 3.2.0-rc.3 ``` I love hiding behind a "beta" logo as much as the next internet two point oh-er...

client

Right now the generator doesn't seem to recognise externs with @:jsRequire as dependencies. That would be really useful and allow mixing with node_module code through browserify or webpack.

http://php.net/manual/en/function.mail.php

Moved from https://github.com/dpeek/dox/issues/124 I believe this markup should show a bullet: ``` haxe /** * Some comment * - Some bullet */ ``` But instead it renders like this: `Some...

I attempted adding this integration as part of the Vercel nextjs-subscription-payments template. I was unable to add it to my Vercel organisation, but it worked fine for my Vercel personal...

Hi there! I'm using jsx-email in a serverless context (Cloudflare Workers) and noticed my bundle size jumped quite a bit after adding jsx-email. After some investigation it seems that the...

Because of the async nature of Replicache queries, `useSubscribe` currently has this type: ```typescript function useSubscribe(rep:Replicache, query:(tx: ReadTransaction) => Promise, def:R, deps:Array):R {} ``` Where `def` allows users to provide...

While capturing a screenshot using `@cloudflare/puppeteer` and a remote Chrome instance, I got the following uncatchable errors from the runtime: ``` Uncaught (in promise) Error: internal error Uncaught (async) Error:...

### Minimal, reproducible example ```TypeScript // websocket of connected chrome instance receives error as result of message ``` ### Background Working with `@cloudflare/puppeteer` I got a WebSocket error when attempting...

bug
confirmed
P3