Yoz Grahame

Results 32 comments of Yoz Grahame

Thanks for the fast response! Of the features you describe, URL & title are obviously vital, but the other metadata less so. I have my own tagging scheme, so I...

Plenty of language packages are also including debuggers, intellisense etc., mostly using MS's [Language Server Protocol](http://langserver.org/) - for example Python, Ruby, Rust, etc. It might be simpler to create a...

This variable inspector for JupyterLab looks interesting: https://github.com/lckr/jupyterlab-variableInspector ![Large animation of early Jupyterlab-variableinspector demo](https://raw.githubusercontent.com/lckr/jupyterlab-variableInspector/master/early_demo.gif) Pros: - TypeScript - Fairly simple code - Has extra columns for metadata - may be...

Dumping some links here that I don't currently have time to write up properly: https://github.com/nikitakit/hydrogen-python - even simpler Variable Explorer for Python, uses React https://github.com/xyc/react-inspector - Copies the Chrome Inspector...

I started looking into this one, which took me to ansi_to_html, which then made me wonder about the RSpec HTML formatter, which would be a great fit. Cucumber's HTML formatter...

[WikiLens](https://marketplace.visualstudio.com/items?itemName=lostintangent.wikilens) is a new extension which works this way.

I've hit similar problems, and there are several distinct problems with the current code: ### 1: Encoding is happening in the wrong place ... should probably be happening with standard...

Huge 👍 to all of this. Thank you for laying that out! A couple of suggestions: 1. The "Getting Started" doc should discuss use of `modelresource_factory` _before_ custom `Resource` classes...

Date support would help massively with a CSV I'm looking at, with date columns formatted `MM/DD/YY` (as so many are in the USA). Alpha sort is just wrong with these.

It's a great idea, but a note of warning: Apparently there's enough noise in performance data from cloud CI services (at least, from Travis) that additional mitigation steps would be...