Artem Govorov

Results 236 comments of Artem Govorov

Good idea. While not as clean as your idea with a separate comment, right now you can do this anywhere in your file: ```js ''//? getTaxValueFromNumber(1975.08, 10.001) ```

Interesting, we don't even use `rimraf`module and there's nothing from wallaby in the error stack, so I'm not sure what exactly could be causing the issue. What version of Atom...

Thanks for sharing `run-node`, will investigate if we can use it. > This can cause obvious issues when changing/removing `node` versions with `nvm`. This can be used as a version...

At the moment, Quokka doesn't support within php files, so marking it as a feature request.

> However, the time machine mode and code story as well both ignore my comments (//?). The time machine and code story shouldn't ignore your comments, however the the values...

@JDrechsler Thanks for recoding and sharing the code story behaviour. We have added the feature of showing the current line output to it and released in the latest extension v1.0.462.

@empz Have you tried `Quokka.js: Copy Value` command (`Cmd/Ctrl + K, X`)? It uses current editor context and will evaluate/copy expressions/variables under cursor or just selected in editor.

@empz `Copy Value` has the following limitations at the moment: `maximum of 5000 elements in an array / object properties, maximum depth of 10, maximum single string length of 8192...

@empz Mind sharing what exact limits are you hitting in your case? Is it max number of an array items, max number of an object properties, max traversal depth, or...

I'm not sure if I fully understand the feature request, could you please elaborate a bit? Either way, sounds like a good idea [for a plugin](https://quokkajs.com/docs/extensibility.html).