Curran Kelleher

Results 422 comments of Curran Kelleher

Chrome Dev tools has this: ![image](https://user-images.githubusercontent.com/68416/98539130-cc4d8c00-2259-11eb-9908-12f50b3a3100.png)

Yes! I had this same thought exactly. It's a great idea. Something we can add to the pricing page.

Very nice! I've been working on this actually, it's very close. First pass is here: https://vizhub.com/stats The API endpoint is this: `https://vizhub.com/api/event/get` Example request: ```js const [data, setData] = useState();...

This is a great idea. One concern is that if there are no API keys on it, traffic might get overwhelming over time. That said, I could see just making...

This could totally be automated. Idea: CRON job sort of thing that simply records the currently highest ranking viz (in sort by popular). The home page can show a large...

I am by no means a designer but this is the idea: ![image](https://user-images.githubusercontent.com/68416/118372559-4d2a6f00-b580-11eb-9180-53c214b7780b.png)

There is CTRL+Space autocomplete at the moment. ![image](https://user-images.githubusercontent.com/68416/109435972-2fbb1f80-79eb-11eb-9140-b8515186ef0e.png) One thing we can do for this is make sure that the keyboard combination is documented. The offline idea is interesting. Like...

I agree those would be excellent improvements to make! I believe the autocomplete just looks at existing words in the file you are editing. One extension of that would be...

This is done in https://github.com/vizhub-core/vzcode

Some work was done on this and it's close. I just tested out the behavior, and the scrolling is a bit off. To reproduce: * Make sure the browser height...