Jacob Rus

Results 17 issues of Jacob Rus

Currently a table has a fixed height defined by the author. It would be great if page readers could resize tables to be taller (or shorter), similar to the way...

enhancement

**Description:** The code in Observable notebooks is often an integral part of the narrative structure/content. Many notebooks are a mix of prose descriptions interspersed with concrete implementation in JavaScript code....

Feature Request
Embed/ Export

**Problem statement:** Currently notebook pages such as [@mbostock?tab=notebooks](https://observablehq.com/@mbostock?tab=notebooks) support two possible views, a "grid" of little squarish cards with a thumbnail and information below, or a "list" of rows with...

Feature Request
UI/ UX
Collections

**Problem description:** Long notebooks are sometimes nice to read on paper instead of on screen. This can be especially helpful when trying to proofread a long document, red felt pen...

Feature Request
Notebook

**Problem:** When a mistake is made typing in a cell, e.g. selecting some code and accidentally overtyping it, the text-box undo/redo function can be used to recover deleted or altered...

Feature Request
UI/ UX
Notebook

It seems like https://github.com/mbostock/path-data/blob/master/src/reduce.js#L198-L328 was just copy/pasted directly from https://github.com/jarek-foksa/path-data-polyfill/blob/master/path-data-polyfill.js#L357-L496 which was itself more or less copy/pasted from https://github.com/DmitryBaranovskiy/raphael/blob/master/dev/raphael.core.js#L1830-L1918 which is some 10-year-old un-commented code first added here https://github.com/DmitryBaranovskiy/raphael/commit/eee1b0f8c31588a458e7478826cb61bd2af98a21#diff-1ce55f17dd90f9aeeec004ecde5830b2R508-R573 then...

Right now Flubber returns massive path strings with lots of tiny straight-line segments whose vertices are specified to full double-precision floating point, converted to decimal for printing, which results in...