Max Stoiber

Results 126 issues of Max Stoiber

Instead of recommending people to import from `/lib/x`, why not export the modules? ```JS import browserMetrics from 'browser-metrics'; // and import { Metric } from 'browser-metrics'; ```

enhancement

(Based on your answer to #1) Are you still using the MacBook, and would you recommend it? I've been strongly considering switching to it (so light!) from my 13" RMBP...

- [x] Add failing test - [ ] Implement indentation completion Should eventually close #12

I see that graphpack supports TypeScript out of the box (#12), how about Flowtype? Would that only require adding a custom Babel configuration?

help wanted

I often have the backpack dev process running in the background, it'd be awesome to get a native notification when a build fails due to whatever errors so that I...

Importing my code-split React app gives me this annoying error: ![screen shot 2017-09-27 at 6 21 29 pm](https://user-images.githubusercontent.com/7525670/30924998-b652d5ca-a3b0-11e7-825b-319816d6c208.png) Using `react-loadable` for the code splitting etc. Looking at `razzle` it should...

We are running into a bug at Spectrum with duplicate links (https://github.com/withspectrum/spectrum/issues/4778), this test confirms it is not a bug in draft-js-import-markdown.

This makes writing and debugging tests so much nicer as the error messages are a million times better, especially for nested objects.

improvement requested