🀝 Open source advocate πŸ‘½ Maintainer of @stryker_mutator πŸ’Ό Manager and trainer @InfoSupportBV πŸ’š Loves green energy and vegetables

Holland and Belgium
This is awesome! Manual triggered workflows was one of the most requested feature. 😍 github.blog/changelog/2020-0…
1
My latest TypeScript issue. You're gonna love this one @JoshuaKGoldberg πŸ™ƒ github.com/microsoft/TypeScr…
1
1
When you accept every possible feature request
Replying to @UINT_MIN @OHunt
The SVG standard has had support for raw sockets. The vector graphic format. Making raw network connections. πŸ‘ w3.org/TR/2004/WD-SVG12-2004…
1
5
10
Can't get enough badges for your code? Add a mutation score badge using #Pitest and @stryker_mutator. Read how at maarten.mulders.it/2020/06/m… #awesomesauce
3
3
Can you please refrain from using emojis until at least tomorrow afternoon? - Well, I can make such promises, but they will have to be rejected. 😎
1
1
Story of my life πŸ™„
2
The latest release of Mocha, version 8, supports `--parallel` testing! This can significantly improve test run time. But not in all use cases. Interested? Read it in this blog article. Thanks @b0neskull for all your hard work on this feature!
With the release of Mocha v8.0.0, Mocha now supports running in parallel mode under @nodejs. Learn more about the newest version and parallel mode on the blog: openjsf.org/blog/2020/06/10/…
Nico Jansen retweeted
"Under-the-hood of test runners (e.g Mocha)" I look to shine a light on some of the fundamentals at work inside Mocha's test runner πŸ”ŽπŸ€”. craigtaub.dev/under-the-hood… #nodejs #javascript #webdev #mochajs #reactjs
8
10
One thing I love about @typescript is the compiler api. It has the concept of 'hosts', which completely decouples the compiler from NodeJS and your OS. You can choose to load files from other locations, tamper with files as a man-in-the-middle, ... Possibilities are endless.
1
1
I was wondering how the @typescript chooses to decide a new Major version, since they don't use semver. Guess I know now πŸ˜‚
2
Mocha 7.2 is just released! πŸŽ‰ Now with a clear way to define root hooks (beforeEach, afterEach) and with the ability to reuse a Mocha instance programmatically. So proud to have contributed to this release! github.com/mochajs/mocha/blo…
1
3
5
I LOVE 😍 the new `@ts-expect-error` feature. I think it's much better than a cast to `any`. Bonus tip: you can use the rest of the comment to insert you're own "reason" description! Thanks again @JoshuaKGoldberg ❀
1
1
welcome @_nicojs as a new maintainer of Mocha! #mochajs #nodejs
3
6
24
Just learned a new word. Lowercasify. Found in angular source code. If you're not inventing new words, your not a true JavaScript programmer πŸ¦Έβ€β™€οΈ
1
1
2
Just to be clear, I'm not blaming the TS team here. It's impossible to keep your API 100% compatible and still improve/ add new features if your API surface is as big as theirs. The problem is that the js world is too complex, without generic interfaces/protocols.
1
We should have caught this in CI, but our pipeline wasn't running on windows yet. We'll enable it so this won't happen in the future. I would expect a fix for this issue within a week.
1
This shows how difficult it is to support the entire js ecosystem. Apparently, TS 3.9 broke our TS transpiler plugin for Stryker. But only on Windows. Nothing in TS blog about it. Just another day ~at the office~ _of me investing my free time_. Sigh... github.com/stryker-mutator/s…
2
4