Connor Peet

Results 293 comments of Connor Peet

Yes, this was added in https://github.com/microsoft/vscode/issues/140596. Perhaps a good heuristic--until we have proper autorun in the API--would be to only show the test view for test runs created via the...

> if triggered by the editor gutter menu, the test status is already visible in the editor thus maybe not everybody would appreciate the auto switch to the test view?...

It'd be nice if we could link this doc under both sections, TypeScript as well as Node.js/JavaScript. Testing frameworks looks good 🙂

Hi @csstaub, this contributed code from Microsoft, rather than an individual. Do you have a corporate CLA and/or an email address for legal contact?

Looks like Travis is set to use 1.4 and below that don't have `t.Run()`. Would you like me to bump the Travis versions or modify my code to avoid using...

Hey, yea. This implementation is probably not very good. I tried to find reference implementations of this unbiased rounding implementations, but at the time was unsuccessful. Maybe I'll revisit this...

Ok, will do! Perhaps in my naiveness I stumbled upon the correct solution 😄

I've used https://www.npmjs.com/package/react-json-view in the past with success. It should work in preact, possibly with [preact-compat](https://github.com/preactjs/preact-compat) Imo a tabular view of json data is domain specific towards data science work...

VS Code's JavaScript debugger is also now DWARF aware (nightly build today, and to stable in 2 weeks). Support here would make targeting wasm from Rust much more pleasant for...