Laszlo Pandy

Results 5 issues of Laszlo Pandy

## For end users (not creating a library) 1. [ ] `$ elm make` (no arguments) - [ ] if no `elm-package.json` or `*.elm`, print: `No elm project found, should...

request

I found a race in code using `fromPromise`. When rapidly sending new requests in quick succession, created with `fromPromise`, the `case` method will temporarily return `undefined` until the latest response...

# Why is this needed If you use mobx-utils in a TypeScript project with "strictNullChecks" enabled, you will find that no matter what you pass to `fromPromise.resolve()`, it always returns...

## New lint option `requireUseEffectDependencyArray` I propose adding a new option to `react-hooks/exhaustive-deps` lint rule. When specifying `"requireUseEffectDependencyArray": true`, a lint error is raised if the second argument to `useEffect`...

CLA Signed