Results 43 comments of Jan Odvarko

> What about having this '...' and arrow icons appear when the user is hovering the column, whether it is focused or not? So the space needed is only used...

Also, Google spreadsheets hides the menu-icon when the column is too small. In that case the menu is accessible only through right click. Honza

I like the idea to align this with Chrome.

@violasong, thanks for the mockup, I like that If I understand correctly, we'd display similar notification message explaining what "Map Scopes" does and perhaps link to MDN - directly within...

@peteruithoven can you please point me to a page I could load on my machine and see live how the GraphQL HTTP requests look like in the Network panel? (to...

Thanks! So the `operationName` is added into the POST (JSON) data as a field: Example: ``` { "query": "", "variables": null, "operationName": "repositories" } ``` Is there any other way...

> This is tricky because most users will be using existing libraries like the [Apollo](apollographql.com/) client which handles this part. > (GraphQL requests in general are a bit more "formalized"...

> Chrome has a column + UI that allows showing headers in columns, and users can add their own headers. I like the idea to use similar UI for adding...

> Even when the operationName is in a JSON object in the params payload? Yes. What I have in mind is to use HAR path to specify the `data source`...

@ishubham21 thank you for the report. When I click on the "Firefox DevTools Slack" link (i.e. "https://devtools-html-slack.herokuapp.com/") I am forwarded to this page: ![image](https://user-images.githubusercontent.com/37785/108989605-10905b00-7696-11eb-864d-a9690a07caea.png) Which seems to be correct. What...