Kyle Kelley
Kyle Kelley
Right now I'm working with a [vendorized copy of diff-match-patch](https://github.com/sagemathinc/cocalc/blob/master/src/packages/util/dmp.js) as part of [CoCalc](https://cocalc.com/app)'s code base. I'm considering converting `diff-match-patch` to typescript as the rest of cocalc's repository is switching...
Under the hood, httpretty is using `urlparse.parse_qs` to parse query strings. This poses a problem when a semi-colon is used as a delimiter: ``` python In [1]: import urlparse In...
Either in commutable or a new package, provide a way to convert to our in memory model.
In many cases we have components that are getting passed `contentRef` and `id` (cell ID) as their `initialProps`. We end up doing one of those "Are you null? How about...
Could we show a plot of the difference between each pair of points? Mathematically speaking, I'm asking for an approximate derivative: ```javascript delta = (star1, star2) => ({ count: star1.count...
In order for me to switch from Immutable.js, I'd need flowtypes. 😄
In order to deploy commuter as a service for JupyterHub (and generally on the configurable HTTP proxy), we need the ability to run commuter on a prefix. /cc @minrk @cabhishek
User story: want to link to a notebook document as a standalone report -- an interactive data memo. To facilitate this, we want a way to hide and show code...
As reported by @jeffwong, commuter doesn't display section numbering like the classic notebook does. Admittedly, neither does the nteract app since we're using commonmark which has no opinionated stance on...
Especially for notebooks, it would be nice to know when the file was last modified.