enso icon indicating copy to clipboard operation
enso copied to clipboard

Hybrid visual and textual functional programming.

Results 748 enso issues
Sort by recently updated
recently updated
newest added

### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The documentation has been updated if necessary. - [ ]...

### Pull Request Description - Added `databases`, `database`, `set_database`. - Added `schemas`, `schema`, `set_schema`. - Added `table_types`, - Moved the vast majority of the connection work into a lower level...

### Pull Request Description This change adds support for matching on constants by: 1) extending parser to allow literals in patterns 2) generate branch node for literals Related to https://www.pivotaltracker.com/story/show/182743559...

### Pull Request Description Use Proxy_Polyglot_Array as a proxy for polyglot arrays, thus unifying the way the underlying array is accessed in Vector. Used the opportunity to cleanup builtin lookup,...

### Pull Request Description This change adds Autosave action for open buffers. The action is scheduled after every edit request and is cancelled by every explicit save file request, if...

### Pull Request Description This PR makes the compiler look into the type signatures for the first time ever. It also shows off the new system by making the suggestion...

[ci no changelog needed] ### Pull Request Description Execution of `sbt runtime/bench` doesn't seem to be part of the gate. As such it can happen a change into the Enso...

Category: Build

### Pull Request Description Add "text input" and "number input" virtual entries in the "Input" virtual component group in the Component Browser. The entries provide an easy way to put...

### Pull Request Description Implements https://www.pivotaltracker.com/story/show/182879865 ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The documentation has been updated if necessary. -...

Bumps [websocket](https://github.com/websockets-rs/rust-websocket) from 0.23.0 to 0.26.5. Commits 74c82be Higher-level API for memory limits 3bde0f4 PER_DATAFRAME_OVERHEAD 604d010 Impose message and dataframe limits on async version as well. 3802c7d Changed my mind...