Bubbler-4

Results 7 issues of Bubbler-4

I'm surprised no one suggested this yet (the only other relevant issue I could find was #2903). Now that [all major browsers and runtimes support it](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility) (ignoring IE which is...

Code: ``` f:(*/#)/ `0:, f 3 4 g:{*/x#y}/ `0:, g 3 4 ``` Expected behavior: Both output 64 (product of 3 copies of 4) Actual behavior: `f 3 4` outputs...

### Describe the issue you are having Within the editor pane, I want to format the entire definition without closing and re-opening the editor. A button on the toolbar would...

enhancement

When a function is stored into a variable, say `U`, there is no simple way to call it, especially with arguments. It is because, if you type `U(`, the transpiler...

feature request
interface
methods

Assuming Dyalog APL 18.0 is now stable, the kernel needs to be updated in a few ways: * Include the latest 18.0 interpreter in the Docker image * In the...

Reposting my [chat message](https://chat.stackexchange.com/transcript/message/54481788#54481788) here to not get forgotten: > Regarding the [graph-related FinnAPL entries](https://aplcart.info/?q=connec%20matrix#) (the ones without TIO links), I have a feeling that it's OK to deprecate them...

For example, given an enum like this ```rust enum Minituple { Zero, One(i32), Two(i32, i32), More(Vec), } ``` I would like to have a function that converts each variant to...