Connor Peet

Results 463 comments of Connor Peet

Example: https://github.com/microsoft/vscode-docs/blob/vnext/docs/nodejs/images/nodejs-debugging/auto-attach.gif

Sorry for the late reply, holidays and stuff 😛 You should mostly be able to strip the type annotations and have it work in ES6. If you want to support...

I think the needs for hydrating state, as you say in serverless, are different from sharing state. Hydrating state is easy and I think I'll implement that for this issue....

Good catch, fixed in 3.2.1. Opted to define a gettable/settable `state` on the breakers to avoid consumers having to do extra work to pass in initialState

I would be happy to help with this. How do you think we should generate graphs? Something that's worked for me in the past is having graphviz .dot files ([e.g.](https://github.com/microsoft/vscode-cdp-proxy))...

[isMobile] was added by @zombieJ in 5.5.0 (https://github.com/react-component/util/commit/bac008eaf319a13f83f266ed87d334c7d5535572#diff-fcdbcc9da96b9b7d77e20a00504aff80fc5105eb2abfa9b8458a7546e7b51ec8), which rc-tabs depends on, but it seems like the file is actually missing in that version. I fixed this (in yarn) by...

I realize that, but this is different from how HTML and its derivatives work in vscode. I would expect mjml to work the same way.

If you're looking for an etcd3 client, I've written one that we've been using in production for a while now https://github.com/mixer/etcd3 😄 In general it probably would not make sense...

> If you're able to, add `"trace": true` to your `launch.json` and reproduce the issue. The location of the log file on your disk will be written to the Debug...

This doesn't seem to be an issue in the debugger. You have scripts like "https://localhost:3000/v2/main.js", which has a source map URL "main.js.map". But when the debugger requests `https://localhost:3000/v2/main.js.map`, it gets...