Adarsh Singh

Results 26 comments of Adarsh Singh

> Requestly Firefox Devtools header is showing both emoji and png icon. This is okay in chromium based browsers as it shows icon only Regarding the Chromium behavior, it displays...

`Save as png` option converts svg code of the image into png and saves it. Svg Images have a [viewBox](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox) attribute, we can use it to define width and height...

> If the origin point is negative, doesn't it mean we should add those values ABS(x, y) numbers to x' and y'. I think the size of image would remain...

This is happening because of below corner case we look at last 8 characters to check if there is an emoticon so in case of string `regexp 12345` everything before...

https://github.com/requestly/requestly/blob/e66ab075d880caa8a8681836795b94f405153fe8/browser-extension/common/src/devtools/containers/network/columns.tsx#L35 The `_resourceType` property is only set by chrome browser and not firefox, maybe that's why this variable's name starts with underscore to warn about accessing it outside the class...

> I could reproduce this. The Live Editor shows it [correctly](https://mermaid.live/edit#pako:eNpFj70KwzAMhF_FaM6QpYu3QtZO3YoWESuJqW0ZR6aUkHev0xYy3nc_cBuM4hgsZM9mXeQ1kJLBhKpeA5trCjRzlqKTBC-HgdAg-4UTgjWXvu__9Kn-ZNBB5BLJuza-YTIGQReOfAQQHE9UQ2th2luUqsr9nUawWip3ULMj5cHTXCiCnSisjWZKD5FTs_Mq5fY78P2xfwDtv0a5). Here is another test on live editor renderer opened in full window 1. open [live editor rendered window](https://mermaid.live/view#pako:eNpFjj0PgzAMRP9K5JmBpQtbJdZO3SovFjFgNYmjYFRViP_e0A91fffudBsM6hk6yMJumfXRk5HDhGZigd05BZo4a7FRg-gRIFTIMnNC6NypbdsvvZv8GTQQuUQSX8c3TM4h2MyRDwHB80hrqC1Me1VpNb0-0wCdlZUbWLMn415oKhR_kL2Ylsvn7_t2A5nSTbUqI4WF9xeipUZu) 2....

> Maybe you can open a ticket in the mermaid repo? Sure, will do it. edit: https://github.com/mermaid-js/mermaid/issues/4082

> too dark icons https://github.com/javascript-tutorial/en.javascript.info/blob/master/1-js/03-code-quality/01-debugging-chrome/head.html in above file we can have ```css filter: invert(50%); ``` to get not so dark icons but that wouldn't look that crispy. IMO a better...

Is linking still required even after autolink support in react native ? since `react-native link` is removed from react-native now, do we need to link manually or will it get...

I have read the CLA Document and I hereby sign the CLA