Hank Jacobs

Results 7 issues of Hank Jacobs

Currently, Cache support is stubbed out similar to how the Cache API behaves in the Cloudflare Workers playground. We should make it fully functional with the ability to toggle it...

enhancement
help wanted

We should convert cloudworker to TypeScript for better type safety, it'll be more or less self-documenting, etc.

enhancement
help wanted

Cloudflare Workers through the following exception when you attempt to write arbitrary (non ArrayBuffer) data. ``` TypeError: TransformStreams may only transport bytes, i.e. ArrayBuffers or ArrayBufferViews. Use as an arbitrary...

help wanted

Move [@dollarshaveclub/node-fetch](https://github.com/dollarshaveclub/node-fetch) into cloudworker. It's only used by cloudworker and doesn't belong in a separate repo IMO.

Hello, I recently upgraded from 2.13.0 to 2.15.0. After upgrading, `deis login` (which is configured to use LDAP) started to fail with `Error: Internal Server Error`. This stack trace appeared...

I recently upgraded from 2.13.0 to 2.15.0. After upgrading, `deis login` with a valid LDAP user but an incorrect password started to fail with `Error: Internal Server Error`. The following...

Hello, I would like to add support for using AVQueuePlayer as the internal player. To do so, I am thinking of making changes that allow VIMVideoPlayer to be subclassed. I...