Results 30 comments of Devin Rousso

Have you updated (`npm update`) recently?

Rather than create an entirely new `console` function, why not follow a similar route as [`function.displayName`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/displayName) and create a `Error.prototype.set displayStack` or `Error.prototype.set customStack` (like [`Error.prototype.stack`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/stack)) that the engine can...

@bvaughn `Required property "label" missing` seems like an error to me. The examples you gave in your original post even used `console.error`.

@nchevobbe right-clicking (context menu) on the image will show a "Save Image" option that allows the user to save the image to disk. Right now, `console.screenshot` is a no-op when...

Similar to what @JosephPecoraro is saying, I see `console.record` as a way of triggering some tracking-esque functionality in the developer tools that will do something with its captured data once...

I feel like the name for this is less than ideal. Why not something more specific like `ColorSampler` or `ColorSelection` (to match `ColorSelectionOptions`) or something? `EyeDropper` seems it requires prior...

> Glad this has multi-party support! As am I! 😁 > Let me know if you want me to create a fresh repo for this, or want to move one...

> Any particular name for the repo? Oh geez the most difficult part of any proposal 😅 I don't have a particular preference (maybe someone I CCd does), but an...

I've had to switch back to ST3 because of this 😞

Is there still any interest in adding this? I have a possible use for it in WebKit. In my opinion, allowing `dictionary mixin` (and `partial dictionary mixin`) seems like a...