clover icon indicating copy to clipboard operation
clover copied to clipboard

Visual Studio code implementation of REPL-Tooling

Results 7 clover issues
Sort by recently updated
recently updated
newest added

Is there some way to make the clover repl panel scroll down in vscode, either when new output arrives at the clover repl, or on a keybinding?

Bumps [ansi_up](https://github.com/drudru/ansi_up) from 4.0.4 to 5.0.0. Release notes Sourced from ansi_up's releases. Security fix for OSC URLs If you had a malformed URL when using the OSC URL sequence, it...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hello! It would be useful to add a few words about the vision for Clover and how it relates to Calva. Does it intend to replace Calva? Only a part...

When using load-file, I can't find line number information off errors. E.g. ``` ( ``` Should give me info on line 1, but I can't find it in the error....

Hi! I am trying to use the latest version from vscode marketplace and I am getting the error above. The stacktrace doesn't say much: ``` mainThreadExtensionService.ts:66 TypeError: Cannot read property...

Running the load file command quite soon after a successful connection seems to not work (sometimes?): ![clover-quick-load-file-after-connection-fails](https://user-images.githubusercontent.com/33044872/69924362-55a6fb00-14ee-11ea-9c64-fd6afeb89f8c.png) Seems like waiting a bit and then trying again can get it to...