Josh Sutphin

Results 13 issues of Josh Sutphin

Webpack 4 deprecated `Tapable.apply()` as explained in [this issue](https://github.com/webpack/webpack/issues/6568). This PR updates that call to use the new `.hooks` API, to prevent a deprecation warning at build-time.

I suspect this happened after accepting the [browserify PR](https://github.com/invicticide/fractive/pull/94). If you run the basic example (or indeed any example that uses the "basic" template) the "restart" and "toggle history" links...

bug

Fractive needs a logo! Once I have a logo, I should hook it up to [OpenGraph](http://ogp.me/) by writing an "og:image" tag in `Compiler.ApplyTemplate`. For testing: * Twitter: https://cards-dev.twitter.com/validator * Facebook:...

help wanted
approved

Use the GitHub wiki on this repo as a contributor-facing resource. - Explain what the different issue labels mean - Discuss general contributor policies, do's and don'ts - Some basic...

high priority

As the codebase grows in complexity -- and if we start getting more contributors over time -- it's going to become ever more important to have some kind of test...

high priority
needs detail

Template links can use the `{examples}` macro to source template files from the Fractive install directory, but it's kind of a misnomer because it doesn't actually go to the `fractive/examples`...

needs detail

Applies to the basic template, doc template, and the template for the live demo in `fractive-site`. Any `pre` block has a few pixels indent on the first line of text....

bug

Minified output that throws an error is annoying to debug because the call stack indicates source locations that are basically nonsense. UglifyJS (used by html-minifier for the JS portion of...

high priority
approved

Sometimes story text compilation errors will either report no sourcepos at all, a sourcepos of (0,0), or a sourcepos that looks correct but turns out to be inaccurate. I haven't...

bug
high priority

Project configs contain metadata (title, author, etc.) which is currently unused. These should be surfaced into a title page which is displayed initially when opening a new story. The title...

needs detail