Daniel Playfair Cal

Results 22 issues of Daniel Playfair Cal

The default `arrayFormat` value of `none` is problematic because arrays of length 1 are serialised to the same format as if the value was the string contained within the array....

Previously the returned handler was typed as an express request handler, even if the `createHandler` option had been used to return something different. With these changes there is a type...

I think there is a misunderstanding in Reductive about what a Redux enhancer is. From the redux docs: * A [middleware](https://github.com/reactjs/redux/blob/master/docs/Glossary.md#middleware) is a function from `getState` (returns the current state...

Just to let you know I've created https://aur.archlinux.org/packages/gpmf-parser/

Following on from https://github.com/rbuchberger/jekyll_picture_tag/issues/191 Resizing pictures takes a while, so its problematic to resize all of them on each build, e.g. in CI/CD. It's possible to cache the `_site/generated/assets/img` directory,...

enhancement

It's nice that [interpret](https://github.com/gulpjs/interpret) is used to allow configuration to be written in ES/TS/etc without configuration. However, it is not always desired that a loader hook is automatically registered, and...

Bug

If it happens again I may have a clearer picture of how to trigger it, but here's a stack trace: ``` #0 0x00007feada6632c0 in xkb_state_update_mask () at /usr/lib/libxkbcommon.so.0 #1 0x000056168fee0187...

bug

This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...

I'm confused as to the purpose of this line of code: https://github.com/acacode/swagger-typescript-api/blob/5817a95706be4299b4afa76801e940bd62020742/src/schema.js#L210 It produces a type like: ```typescript type Thing = A | B | C | (A & B...

I noticed that this plugin was taking significant time (almost a second for a 5500 module project) to check for cycles in hot rebuilds. [Tarjan's strongly connected components algorithm](https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm) as...