Travis Hinkelman

Results 7 comments of Travis Hinkelman

I can confirm that this happens with Firefox on Ubuntu 20.04, too.

That would be great, but beyond my current skill level. If you know how to do that, feel free to use to any part of this repo to try to...

The data are scraped from the [Summary of Forms](https://cisco.github.io/ChezScheme/csug9.5/summary.html#./summary:h0), which includes an HTML table with 3 columns: Form, Category, and Page (which contains the anchored link). The links in the...

That's great! I've made very little (essentially no) progress on trying to [extract more of the text from the web pages](https://github.com/hinkelman/chez-docs-scrape) for display in the REPL. I'm open to suggestions...

@jaor, I finally made the time to process the Chez Scheme documentation. Hopefully, you can repurpose [chez-docs-data.scm](https://github.com/hinkelman/chez-docs/blob/master/chez-docs-data.scm) and [summary-data.scm](https://github.com/hinkelman/chez-docs/blob/master/summary-data.scm) into something useful for geiser. The way I use those two...

I thought it might be something that I'm misunderstanding about `format` (and this is still possible) but this works: ``` > (define tbl (apply map list (list (iota 110) (reverse...

`dataframe-glimpse` also shows a maximum of 100 dataframe columns (as rows).