ChrisRibe

Results 53 comments of ChrisRibe

Hi Parnanzio and zozo4kin, If you are not seeing the app in the dashboard it means it did not register correctly. I am out of the country right now. But...

Asked on twitter got an awser "no problems" or something of the sorts... Can't seem to find the link to it...

How does the multiplayer work ? Everyone sees all the cards. There should be a peek option, to allow players to look at their cards privately. Then you could show...

Ah ok I see the player icons where not visible I needed to move the screen around. Maybe zooming out initially would help? Another basic option would be distribute N...

Thanks for the reply and new issue for this :) My example test case that does not match properly. url to match `https://www.w3schools.com/lib/my-learning.js?v=1.0.9` Code that does not match ``` server.forGet(/(.*)w3schools.com\/lib\/my-learning.js(.*)9$/)...

Ah that would explain it ! Yes this is very surprising as I was expecting that passing a regex would simply match on that for the full url. So another...

I did find this showing all query param matchers do not support RegEx at all :( [query-matching.spec.ts](https://github.com/httptoolkit/mockttp/blob/bc82b2fcf453fe33617fc5641b84712b592affc2/test/integration/matchers/query-matching.spec.ts)

I am getting this type of error when redirecting matched domains to another ip (just like how you would do it via the hosts file). More documentation would be nice...

I tried to reproduce in a demo project but could not. I had to continue work on another project and stopped looking. I will go over our current setup again...