Curran Kelleher
Curran Kelleher
Chrome Dev tools has this: 
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: 
There is CTRL+Space autocomplete at the moment.  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...