Murat Çorlu

Results 77 comments of Murat Çorlu

I also played with it but couldn't find an easy solution. I'll also try playing with `letter-spacing`.

Hi @jdan Here is the latest situation: ![image](https://user-images.githubusercontent.com/127687/80185504-b9040780-860c-11ea-9540-ab79028e43cc.png)

@jdan yes, without spaces it looks good. ![image](https://user-images.githubusercontent.com/127687/80483648-bbd96200-8956-11ea-9bdf-93c064f92217.png)

Same applies for dialog content text. Without space, it's ok. What is the cause for this? 🤯 ![image](https://user-images.githubusercontent.com/127687/80483803-f8a55900-8956-11ea-8873-b5b083be3fca.png)

Here is the current situation for me on Safari 14.1.1 and on an external (non-retina) display. ![image](https://user-images.githubusercontent.com/127687/120602140-05925700-c44b-11eb-8cc0-5e428bae2da3.png) ![image](https://user-images.githubusercontent.com/127687/120602169-0d51fb80-c44b-11eb-8b36-a8449d034bce.png) 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