VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Spreadsheet doesn't load properly #273

Closed okennedy closed 10 months ago

okennedy commented 11 months ago

Describe the bug When opening this file in a spreadsheet view and entering edit mode, all of the data is cleared from the spreadsheet.

To Reproduce Steps to reproduce the behavior:

  1. Create a Load Dataset Cell and load https://raw.githubusercontent.com/IITDBGroup/cs520/master/vizier/Chicago_Public_Schools_-_Progress_Report_Cards__2011-2012_.csv
  2. Click on the spreadsheet icon
  3. Click on any cell in the spreadsheet

Expected behavior The spreadsheet enters editing mode.

Screenshots image

Environment (please complete the following information):

OS: Linux Browser: Firefox Java version: 1.11 Vizier version: v2.0 HEAD

okennedy commented 10 months ago

Still not sure about a cause, but a temporary work around: Use the edit button instead of clicking in the spreadsheet.

It's probably related to #229 ; Each cell that changes is its own message.

okennedy commented 10 months ago

Confirmed. This is the same glitch as #229 : Akka does not like it when an actor spams messages. For now, significantly up-sized the buffer. See #229 for further notes about a longer-term fix.