Ben Hollis

Results 177 issues of Ben Hollis

I have an issue where awesome-typescript-loader will not print out the TS errors when running in Travis CI: https://travis-ci.org/DestinyItemManager/DIM/builds/526111148?utm_source=github_status&utm_medium=notification Instead, it prints: ``` Error: Tap function (tapPromise) did not return...

I love Tern for regular JS projects: https://github.com/ternjs/tern It'd be great to have the same stuff for Coffee. I'd be happy to hack at it if somebody could give me...

Have you considered using https://github.com/mickeynp/discover.el to add a menu for the `C-c ,` prefix, for help with discovering commands?

See https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210 - the `FC` type no longer includes `children`, which causes a type error when trying to use `DndProvider`.

It'd be nice to generate the UMD wrapper and everything else with Rollup.

Right now Maruku only produces XHTML output, but it should be able to produce HTML output instead.

Feature

To make sure the LaTex renderer gets the love it needs, while not bogging down the main library (which most people use for the HTML output) with extra dependencies and...

LaTeX
Internal

`to_s5`, `to_s`, and `to_markdown` are all not particularly useful, and should be removed or moved into plugins.

Internal

Renderers (HTML, LaTeX, etc) should be implemented as a separate class that can be configured and run on the markdown syntax tree to produce output, instead of just being mixins...

Internal

After upgrading to 7.25.0 I get a false positive from `react/function-component-definition` on the anonymous arrow function returned inside this: ``` function mapStateToProps() { const internItems = makeInternArray(); const internClassList =...

bug
help wanted