tpaktop

Results 52 comments of tpaktop

Facing the same issue as @joshribakoff-sm here. Also using NX.dev and noticing that testing a simple component causes the whole component library to be crawled. Wondering if its actually an...

Maybe adding support for custom webpack config would solve this issue and allow to add more languages in the future?

any updates on this one?

Last commit fixes the log. ``` Test failed for the following reasons: Mock server failed with the following mismatches: 0) The following request was incorrect: POST /account/exist 1.0 Expected a...

Sure: Here is the methor that is being called: ``` export async function validateUsername({ username, email, api = new Api(), }: { username?: string; email?: string; api?: Api; }) {...

I think logging to terminal would be at least some solution. Old pact did a very easy to understand `pact.log` which was pleasure to work with as I didn't need...

Clossing as this has been implemented.

I’m facing this obstacle exactly and majority of my team is keen to use Elm. However, CTO’s is concerned that it’s going to be hard to hire people with Elm...

Agree. It can still to details page when clicked on it. There is two different use cases: 1. Developing and checking different knobs combos 2. Verification that common styles didn’t...

I'm actually not running them directly but using docker-compose instead. Don't think I can control --rm there. I think maybe if I use data container for /home/root/.meteor/ it might fix...