Jonny Buchanan
Jonny Buchanan
Goal for 2.1 - can we use the DOMBuilder API as the basis for an object-based templating system with template inheritance? Scattershot thoughts and questions: - Reuse HTML mock objects...
An `NBSP` variable has plagued DOMBuilder since it was first used to generate tables many moons ago. There are a couple of special cases in the code involving the unicode...
Would it be possible to mark packages which need an update in the gutter so you don't have to hover over them to check?
I only have experience with React and Vue here (and Vue 2 may set the cat amongst the pigeons in feature comparisons when it also adds render`()` methods), so some...
See HackerNews/API#7 Where would be a suitable place to show this? HN proper puts it on a `/lists` page: https://news.ycombinator.com/lists
Allow users to specify their HN username and create a "threads" section with the comment ids from their profile data. We could also potentially implement new reply notification by watching...
Is there any benefit to be gained from modelling comment threads in a way which allows rendering to deal with all comments as siblings, rather than nesting? The current implementation...
css-loader now has config for automatically enabling CSS modules for .module.{ext} files: ```diff createLoader(name('css'), { loader: require.resolve('css-loader'), options: { // Apply postcss-loader to @imports importLoaders: 1, }, + // Automatically...
See here: https://medium.com/@WebReflection/a-nodejs-dual-module-deep-dive-8f94ff56210e
Add an `--analyze`/`--analyse` flag which enables use of [`BundleAnalyzerPlugin`](https://github.com/th0r/webpack-bundle-analyzer) to make it easy to inspect the contents of bundles.