Christophe Porteneuve

Results 19 issues of Christophe Porteneuve

### Are you using `offline()` or `createOffline()` API? Using `offline()` ### Store config ```js createStore(reducer, initialState, compose(offline(reduxOfflineConfig), devToolsEnhancer)) ``` ### Offline config ```js const reduxOfflineConfig = { ...offlineConfig, persistOptions: {...

Hey there! This plugin is **awesome**, unfortunately it seems to break another fav plugin of mine, hard-source-webpack-plugin, that is currently the most effective caching layer Webpack has (including v4). First...

Hey there, So I moved to Standard, and am advocating it. It finally got me to jump ship on semicolons, and I use this despite the "space before function decl/expr...

enhancement

Hi Nicholas, *Location: Chapter 11 > Page 238 > "Promise-Based Asynchronous Task Running" > code at top of page* The following code block almost at the top puzzles me: ```js...

Hi Nicholas, *Location: Chapter 5 > Page 86 > "Destructuring Assignment" > first code block* Your examples all use destructuring in assigments (`let` or `const`), but it's also possible towards...

Hi Nicholas, *Location: Chapter 10 > Page 211 > "Additional Methods" > final code example and text below* You describe the `subarray` method, which for all intents and purposes seems...

Hi Nicholas, *Location: Chapter 11 > Page 230 > "Catching errors" > top code block and text below* There's an important rule in promises, which is that, because resolve and...

Hi Nicholas, *Location: Chapter 4 > Page 76 > "Own property enumeration order" > Note* As the entire section is about own properties, as are `Object.keys()` and `JSON.stringify()`, I was...

I tried this a few times, always results with the same scenario when I'm on the "dist-tag removal" challenge: ``` $ npm dist-tag add [email protected] latest npm ERR! Darwin 14.1.0...

Hey all, So, currently we're relying on the released-once-never-updated `msee` module for rendering Markdown and doing syntax highlighting on the code snippets. It's doing a pretty good job right now....

enhancement