Results 85 issues of Cory Simmons

Highlight address bar. `Alt/Option + Shift +

bug

I prefer `State` but it defaults to `Diff`. I wouldn't mind clicking `State` every time I open my debugger, but it goes back to `Diff` every time I refresh. Is...

![image](https://user-images.githubusercontent.com/224636/85891539-460a3f00-b7bd-11ea-8778-8101c7befbf9.png)

- [ ] Flexbox support - [ ] Match as many variable/function/mixin names as possible throughout both ports, and make them all explicit - [ ] Cleanup/upgrade docs - [...

enhancement

Super curious how fast startup, page updates, builds, etc, are vs the major SSR frameworks (Next and Nuxt). If this is 50-100x faster then it makes a good case for...

linter-eslint has a global option for falling back to `~/.eslintrc` config if no configs are found locally. ![image](https://user-images.githubusercontent.com/224636/30370259-0dc3b684-9845-11e7-89e2-41ac442e7c7f.png) Your README says prettier-atom looks up system tree for configs, but it...

help wanted
question

I find myself testing various queries a lot, and when I do this, it'd be really nice if I could just comment out some query variables (preferably with `cmd +...

enhancement
potential plugin
plugin proposal
graphiql@2

When modals are expanded, it's nice if the html/body isn't able to scroll. You can achieve this by applying `overflow: hidden` to both. Need to be mindful that content can...

![image](https://user-images.githubusercontent.com/224636/172747164-80f87732-035a-4d18-8b00-c20593a17a52.png) I'm trying to hook up `@neo4j/graphql` in a Next.js app with Apollo on the server and client. - When I go to initialize this driver on the server with...

```js t = spacetime('Mon Jun 17 2019 11:00:00 GMT-0700 (Los Angeles Daylight Time)') console.log(t.tz) // america/los_angeles console.log(t.time()) // 4:00pm t = t.goto('America/New_York') console.log(t.tz) // america/new_york console.log(t.time()) // 5:37am

bug