Murat Çorlu
Murat Çorlu
I also played with it but couldn't find an easy solution. I'll also try playing with `letter-spacing`.
Disabling `letter-spacing` doesn't help.
Hi @jdan Here is the latest situation: 
@jdan yes, without spaces it looks good. 
Same applies for dialog content text. Without space, it's ok. What is the cause for this? 🤯 
Here is the current situation for me on Safari 14.1.1 and on an external (non-retina) display.   It's way better. But still some letters in that thin font overlapping.
I agree that the current API is misleading and not very helpful. Can we consider to use [jQuery's `:visible` selector approach](https://github.com/jquery/jquery/blob/a684e6ba836f7c553968d7d026ed7941e1a612d8/src/css/hiddenVisibleSelectors.js#L9)? ```js return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );...
Can it be related with CORS limitations? If you want to make a request to a different domain, requested server needs to return CORS response headers. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
connect-api-mocker uses body-parser for parsing request bodies. And it's possible to set the type of request body for body-parser as follows: ```js apiMocker('/text', { target: 'test/mocks', bodyParser: { type: 'urlencoded',...
Do you think current logging functionality is not enough or you didn't notice it? https://github.com/muratcorlu/connect-api-mocker#logging