Oliver Joseph Ash

Results 333 comments of Oliver Joseph Ash

PR that adds `renderSectionContainer`: https://github.com/moroshko/react-autosuggest/pull/789

I hacked together some typings for use with the `data.validation` and `data.maybe` modules. The types should probably describe the underlying concepts such as `Functor`, `Monad`, but they are just hardcoded...

Also, looking around for a good FP library with support for TypeScript and Fantasy Land, I don't think there's any really strong contenders at the moment. I would love to...

Oh, wow! Thanks @robotlolita

@robotlolita That change is [included in TS 2.3](https://github.com/Microsoft/TypeScript/wiki/Roadmap#23-may-2017) which is currently out as a release candidate (RC): https://github.com/Microsoft/TypeScript/releases/tag/v2.3.0

Best way forward would probably be to remove tsdx as it also solves other issues e.g. #167.

If the consumer is using tree shaking then the new internals module shouldn't pollute the bundle size, as long as they don't import anything from there.

How do you do this when you use `fetch`? The functions exported by this package just forward the options through to `fetch`. The `agent` property doesn't seem to exist when...

Hi @alexandru, is this library still being maintained?