Results 25 comments of Ryan Paul

I modified [a sample vscode plugin](https://github.com/mjbvz/vscode-js-template-string-grammar-injection-example) and made it look for the `template:` property so that I could get highlighting on my Vue templates: ```json "html-tagged-template": { "begin": "(?

:+1: Very nice. I'd really like to see something like this implemented.

@marcus7777 the github repo is here, but there isn't much documentation yet: https://github.com/segphault/basejump-router For more details, you can check out the YouTube video of a presentation where I demoed an...

:+1: I've been really impressed with Typescript personally. Even if it's not practical to migrate the codebase, I still think it'd be useful to generate and publish a `.d.ts` for...

@DanielRosenwasser he's referring to the `::` operator, syntactic sugar for `bind` that will likely be proposed for inclusion in ES7. It's still too speculative for TypeScript to implement. You can...

I've been thinking about supporting something like this in the admin user interface, so you can graphically add new endpoints to Horizon—similar to what I've already done in Basejump. I...

I think translating the horizon.io design language into a user interface is going to be a pretty exciting exercise. I can take a crack at prototyping something. It seems like...

@deontologician for the frontend part? Yeah, I think what I'm going to do is add it to the branch that I'm currently working in and we can just hold off...

Here's an update and a screenshot for those who are interested in the status... ## Current goals - Dashboard: stat tiles, live graph, and recent events - Request inspector: filter,...

There are a few architectural issues that still need to be resolved, mainly things that will affect multi-instance Horizon installations. Right now, the current implementation doesn't periodically prune old data,...