Christophe Porteneuve

Results 76 comments of Christophe Porteneuve

Hey all! @j-f1 @lydell I'm **super-surprised** by Prettier applying **destructive formatting to tagged template strings on the sole basis of the tagger's name** being `html`. I say "destructive" because the...

Hey @sorodrigo, it ended up being a different issue. I had switched from a same-origin request to a CORS request, triggering CORS logic in the browser. Failed connectivity (no server...

Hey! I get the things about lean defaults. As for whether CORS is purely client- or network-related, I'm sure that's very much a personal perception thing :) I would perhaps...

Yes I could; kinda overwhelmed with my daily work this week but let me slap a reminder on my calendar for next week so I can submit something.

Hey Stephen, Thanks for the work! Looks promising, but it keeps breaking for me. OTOH, I'm using this on v4, so this might be where the issue lies. Didn't try...

By the way, you do mention it can destructure to object properties and existing vars, in the penultimate par on page 97, but it would be great to mention that...

Sorry I was unclear. Let me try again. Destructuring works in declarations (`var`, `let`, `const`), function signatures, and generally on the left side of assignments, which besides decls would include...

Even better, if I then run verify, it is inconsistent with my `npm dist-tag ls`: ``` $ how-to-npm verify Oops! Your "latest" tag still points at the most recent release,...

I intend to work on a branch this week that should use the same i18n behavior as workshopper, and submit that. This would help translators not juggle two distinct behavior...

Sounds likely, indeed. Reminds me that `terminal-menu` invokes `visualwidth.width` [with a second arg at `true`](https://github.com/substack/terminal-menu/blob/153fb2165fc67893dbce384f71731aa660c0e5ff/index.js#L178), apparently for terminal mode (your code, right?) but the used module (0.0.1) does not feature...