Oliver Kennedy
Oliver Kennedy
The problem with reconnecting ad-hoc is that a branch's workflow version may have changed. In principle, this means doing a complete refresh on the workflow, potentially wiping out *everything* that...
**Describe the bug** Images in spreadshet cells take their full native resolution. **To Reproduce** Load an image into a spreadsheet and show the spreadsheet **Expected behavior** Images should be scaled...
**What pain point is this feature intended to address? Please describe.** Certain formats have relatively straightforward options, and it would be useful to make them more discoverable. e.g., - JSON...
**What pain point is this feature intended to address? Please describe.** #18, once fully implemented, will spam the Artifacts list with Python libraries and functions. **Describe the solution you'd like**...
See [pythonLogicalOperators](https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/pythonLogicalOperators.scala#L226) Our hack requires multiple passes over the logical plan. This operator can likely do it in one (or a few). Let's see if we can use it instead.
**Describe the bug** As reported by @Nachiket18 , `RunningWorkflow` repeatedly calls `Workflow.cellsAndModulesInOrder` **Expected behavior** This is not a bug, strictly, but calling this function instantiates a large number of objects,...
**What pain point is this feature intended to address? Please describe.** - In some situations, the output of a module is undesirable. For example: - Presenting notebooks... some outputs are...
**Describe the bug** Running the LOAD DATA cell produces a java permissions error **To Reproduce** 1. Install and enable Java 18 or higher 2. Run vizier and create any load...
**Describe the bug** Akka, and specifically the websocket actor has a fixed-size buffer for messages. Right now, this is hardcoded to 128. When refreshing a workflow through the webui, we...