Artem Govorov

Results 237 comments of Artem Govorov

Perhaps I misunderstand something, but the data for `t` on the line 2 and lone 3 will be the same. Or do you mean displaying the `t` value without having...

I wasn't aware that `cmd-+` should control panel font size. Doesn't seem to be respected in any Atom built-in packages. For example, if I open a project's Tree View and...

> p.s. Under the Project Files Import website description, unless you're importing a Mesopotamian god, Irish goddess, or one of the other Anu's, I suspect you meant to state: Hehe,...

Ignoring imports by default would be misleading, as it may cause various errors in code that uses them (instead of an existing clear message of what is going on). However,...

Such plugin will work for both free and Pro versions.

> Example: do some manipulation to the data before it's displayed. It's not possible at the moment. Could you please provide some intended scenarios/examples of when this could be useful?

Why would you need to override the console.log output, can't you just do:

I love the idea. Along with the #66 this might make writing docs for JavaScript libs much easier.

A quick note - async/await code profiling is actually supported: ```js (async () => { await (new Promise(resolve => setTimeout(() => resolve({ }), 300)))//?. })() ``` Callbacks are tricky though,...

Quokka only supports running JavaScript/TypeScript files at the moment. Mixed content is not something that we support at the moment.