Stefan Zimmermann

Results 21 comments of Stefan Zimmermann

Also a loader definition for `test: /\.(md|mdx)$/` —as proposed in https://github.com/mdx-js/mdx/discussions/1870#discussioncomment-2514902 —would be a nice addition to this PR

Btw, @thediveo: If adding https://github.com/gsoft-inc/craco to your project(s) is acceptable for you, then you could use https://github.com/mdx-js/mdx/discussions/1870#discussioncomment-2530611 as a (temporary) workaround …

> Do you have experience with it on CRA 5.0? Some parts of the CRACO API are not fully compatible w/CRA 5 yet; but so far all runner scripts work—as...

> In addition to or instead of the current change? Hmm … actually _instead_, @zingbretsen When extending the `exclude` list, you still have to define the MDX loader externally; or...

~~On the other hand :D —according to https://mdxjs.com/docs/getting-started/#create-react-app-cra —MDX support seems to have come out of the box w/CRA < 5 … Whereby I don't know it you still needed...

> [Update] I should've read https://mdxjs.com/docs/getting-started/#create-react-app-cra more carefully … But anyway—I'm still curious: Did you really need to use the webpack `!@mdx-js/loader!` import syntax in your project(s), @thediveo?

@gaocegege And why this happens? ``` > maintainer.exe contributor 2017/11/18 05:31:27 There is no config file defined. 2017/11/18 05:31:29 Error when creating AUTHORS.md: GET https://api.github.com/repos/coala/coala/contributors?page=1&per_page=100: 401 Bad credentials [] ```

@gaocegege > Now the Authors.md has the links to authors That's indeed nice! :) Have you also thought about additional GitLab integration, like we do with GitMate?

@gaocegege I would like to collaborate a bit in `maintainer`, also to get proper coala bears for it... And it's a nice chance to learn some Go dev ;) I...

@miracle2k Couldn't this be also achived by some `Middleware` that does the rebuilding on every request automatically when in `DEBUG = True` mode? It's just a sontaneous thought... I'm not...