vizier-scala icon indicating copy to clipboard operation
vizier-scala copied to clipboard

The Vizier kernel-free notebook programming environment

Results 104 vizier-scala issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
good first issue
layer-ui

**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**...

documentation
enhancement
good first issue
layer-api
layer-python

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.

enhancement

**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,...

bug
enhancement
layer-api

**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...

enhancement

**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...

bug

**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...

bug

**What pain point is this feature intended to address? Please describe.** The code for accessing artifacts can be a bit confusing. **Describe the solution you'd like** It would be helpful...

enhancement

The modern replacement seems to be webpack. e.g., https://github.com/webpack-contrib/sass-loader or https://github.com/sass/dart-sass Java SASS appears to break on Java 19+

bug
enhancement

Per #58 we're going to want to create multiple environments... but pyspark is a **really** heavyweight dependency. We're going to want to remove it if possible. Specific places where it...

bug
enhancement
layer-api
needs discussion
layer-python