Marc Ghorayeb

Results 13 comments of Marc Ghorayeb

This is a known php bug, i already talked about it on IRC. Actually it's not really a bug but more of a design decision. Parent calls wouldn't work if...

Hello - we're seeing this as well. The incremental builds are an order of magnitude slower than what tsc gives. Any news regarding this?

@GregRos That's what I'd like to avoid ;) On a side note, how do you handle launching both at the same time?

@ivogabe I tried the alpha.1, unfortunately the results are the same (even worse in most cases). Previous build during watch (when saving a file, without modifying its content) was taking...

I've stopped debugging/using this plugin... Lack of time to debug it unfortunately. @goloveychuk I'm actually using the `tsc` command line in my gulp workflow. Works quite well. Here's my setup:...

Let me try different permutations and I'll get back to you on that 🙏

@romkatv sorry for the late reply to this one. Seems like the culprit in my git config is this one: ``` [feature] manyFiles = true ``` Strange thing is when...

Re-executing ZSH does reset the prompt to the correct state 👍 Also, something else I noticed. If I have 2 prompts open on the same repo and I do my...

Same issue. Importing a const enum from a private node module. `ts-node` works with the `declare const enum` output but not `tsx`.