Donald Pipowitch
Donald Pipowitch
Given the following project: `package.json`: ``` { "name": "test", "version": "1.0.0", "private": true, "scripts": { "build": "webpack", "build2": "tsc --declaration --outDir dist" }, "devDependencies": { "awesome-typescript-loader": "^3.1.2", "typescript": "^2.2.2", "webpack":...
It can happen that `approve` changes file which were not marked at different before. (E.g. they pass the test, but apparently something has changed.) It would be nice, if approve...
[Test Case](https://github.com/donaldpipowitch/loki-create-async-callback-args) When `createAsyncCallback()` is used as part of the [Args API](https://storybook.js.org/docs/react/writing-stories/args) Loki has troubles fetching the stories. ``` const Template = (args) => ; export const Hello = Template.bind({});...
If I delete a story it looks like the old images are still kept in the reference. It would be nice if stale images would be pruned automatically. ❤️
If I created a _new_ story and change an _old_ story I run into this scenario. 1. "loki test" creates a new image for the _new_ story and throws an...
**Do you want to request a *feature* or report a *bug*?** *bug* **What is the current behavior?** If you require a module in the target output UMD you get this...
Error happens because of this line: https://github.com/react-ga/react-ga/blob/master/types/index.d.ts#L74. I think you must add `@types/react` as a (peer or normal) dependency and than add `import * as React from 'react';` or so...
> Before undergoing a substantial to docs or the codebase, please open up an issue to make sure it's a desired change. I'd like to improve the navigation in these...
## 🚀 Feature Proposal When I place my Jest config in a sub-directory my tests actually have a new ``, but the `jest-puppeteer.config.js` is still loaded from the root of...
Given https://github.com/palantir/tslint/issues/2163 it would be nice, if the `rules/` directory would contain an empty `index.js`. Then we could resolve the rules directory with Nodes module resolution which makes it easy...