Results 12 issues of Dillon Shook

It would be very nice to be able to include a millisecond timeout value in the apollo-link-http options. Even if this can't abort the in progress fetch at the moment,...

feature

Hi there, first of all thanks for making this, seems like just what I need. However, when I was getting it set up I ran into this issue that you...

Adding my personal site

Hi there, thanks for the work on this! I'm wondering if there's a way to excluded the `getServerSideProps` and `default` exports for Next.js projects with its [file based router](https://nextjs.org/docs/routing/introduction). You...

enhancement
help wanted
has-workaround

Using npm version 3.8.9 (but probably all > 3), kobold doesn't seem to install its dependencies and when you run it you get the error `Error: Cannot find module '.../node_modules/kobold/node_modules/mocha/bin/_mocha`...

### Describe the bug Hi, I'd like to use just the ImagePlaceholder skeleton by itself without any text skeleton accompaniment. What's currently in the ImagePlaceholder looks more like a whole...

Since structs are value types there are some complications in setting them via reflection right now.

### Describe the bug Given this code: `const booleanFilters = queryParam('bf', ssp.array([]));` I get this typescript error when `exactOptionalPropertyTypes` is true in my tsconfig ``` Argument of type '{ encode:...

Currently doesn't work, but hopefully we can get it to :)

My extension runs on a page with strict CSP policies (duckduckgo.com) which prevent fonts being loaded from `moz-extension` scheme's as described more in detail here: https://stackoverflow.com/questions/24357596/firefox-extension-custom-fonts I've tried a number...