Henning Dieterichs

Results 602 comments of Henning Dieterichs

Yeah you're right. However, I already have published an extension called ["Live Debug"](https://marketplace.visualstudio.com/items?itemName=hediet.live-debug-vscode), so the name was taken :D It does something similar, but is way more complicated, specific and...

What would you suggest to do?

Do you think merging this extension into https://github.com/hediet/vscode-hediet-power-tools makes sense? Would solve the naming problem and probably both extensions could benefit from this in terms of publicity.

I think stacks a typed length and with each item having an individual type should be possible by adding an additional type parameter and field to the numbers from my...

@be5invis What do you mean with that? @HerringtonDarkholme I've implemented a turing machine interpreter: https://gist.github.com/hediet/63f4844acf5ac330804801084f87a6d4

> This is an interesting idea but we need a way to cleanup the cache when the server sends a full reload event In that case, the server could change...

> Yes but in that case you trade off good reload on manual reload against bad reload on dev server reload. Ah yes, I didn't think of that. I'm not...

I'd suggest to even allow dependency graphs rather than just dependency trees, so that module instances can be shared. I hacked together a proof of concept that hijacks nodejs' module...

Resharper has an entire Wizard for this. When you use "Introduce parameter", it will go through all callers an offers options to fix those. Basically, these are the resolution options:...

I would use this for both. If this recorder tool existed, I could show you exactly what I did and in which way automatisation would have helped me! (and how...