Stefan Kruger

Results 25 issues of Stefan Kruger

Gerbil v0.15.1 on Gambit v4.9.3 (macos catalina 10.5, homebrew) ```scheme (import :std/db/leveldb :std/sugar :std/text/json) (def (put! db id doc) (leveldb-put db id (json-object->string doc))) (def (main) (def ldb (leveldb-open "test.level"))...

### Description RIDE currently offers no visual cue that an editing tab has not yet been fixed. If you have many tabs open, it becomes a matter of clicking through...

enhancement

It was mentioned in the RIDE presentation at Dyalog 18 that work was afoot on a Debug Adapter translating between DAP and the native RIDE debuger API -- was that...

Executing the following in a cell does not produce the expected result: {⎕←'Started waiting',⍵,'s' ⋄ ⎕←'Elapsed:',(⎕DL ⍵),'s'}&¨0.6 1.2 1.8 ⋄ ⎕DL 1 ⋄ ⎕←' Unrelated stuff' In order for it...

The kernel seems to be very glitchy with 18.2. MacOS 12.0.1, latest dyalog kernel, python 3.9. Bad file descriptor, tcp recv, restart loop. Crash log: https://gist.github.com/xpqz/11f99b6788f9d8a0b5b9b76793f4a12e ```txt [W 09:27:38.093 NotebookApp]...

JupyterLab has great built-in support for interactive debugging, if the kernel supports it: https://jupyterlab.readthedocs.io/en/stable/user/debugger.html A kernel that wants to support this needs to implement jupyter's debugger protocol: https://jupyter-client.readthedocs.io/en/latest/messaging.html#debug-request ..which is...

enhancement

Consider supporting some of the more useful jupyter "magic" escapes. A full list: https://ipython.readthedocs.io/en/stable/interactive/magics.html#cell-magics It would be especially useful to be able to use `%%capture` (to suppress cell output) and...

On the APL Farm matrix/discord, it was suggested that > Arrays in Dyalog APL are always collections of scalars, regardless of rank. However, we can create arbitrarily complex scalars by...

[jq](https://stedolan.github.io/jq/) is a very capable and fast json transformation tool. It wold be nice if couchwarehouse could apply transformations using jq in addition to using js..

[Ported from Mantis 0018247] Zero footprint RIDE app is now (38558) included in 17.1 and 18.0 installation directories Now that we’ve added zero footprint RIDE to the installations of Dyalog...

documentation