Tim Seckinger

Results 63 comments of Tim Seckinger

I built the current system for terminating child process workers from the main process. It is multi-layered (release handles, wait 500ms, SIGTERM, wait 500ms, SIGKILL) and should be able to...

> Like I understand , unit tests of PatternPrompt are in jest-cli/src/tests/watch_filename_pattern_mode.test Yes, and in `watch_test_name_pattern_mode.test`. You could for example copy the test case "Pressing P enters pattern mode" and...

> @jeysal thank you for your tip. Can you check please my unit test? Looking good, that's what I thought of 👍 As @thymikee said, the TypeScript migration unfortunately causes...

Hi @jeppester, thanks a lot for the PR! I've also come across this case a lot. What I've usually done is to move the initial implementation from the mock declaration...

Sorry if my message was not ideally structured, "Pro" and "Con" referred to the "what I've usually done" here

I think you've convinced me, especially with the starting out and later discovering you need to restructure thing that I can very much relate to :smile: To mitigate the potential...

@grosto Super excited that you're working on tackling this long-standing design limitation! Quick question: What's the difference between `UPDATED` and `TYPE_EQUAL`? Paths `[]` and `['b']` look like they should be...

> if it is, we continue checking their keys, otherwise we can mark them as `UNEQUAL` and move on. But do you not want to mark them properly once we've...

I'm so sorry you haven't received feedback on this yet :( I'm *very* interested in this topic (in fact I considered exploring an impl of this myself) but atm I'm...

> I will get to it sooner or later Yeah this was later rather than sooner. Fortunately, as this is a new package intended to completely replace existing ones, it...