Rich Park
Rich Park
``` IDE: Version: 4.4.3649 Platform: Win32 Date: 2021-11-01 12:57:45 +0100 Git commit: 8ba1ffece4c5cb768e57402032584e552dde114d Preferences:{ "autoPW":"1", "colourScheme":"Nord", "confirmations":"{\"SaveFileOptionsExtension:.aplf\":100,\"SaveFileOptionsExtension:.apln\":100,\"SaveFileOptionsExtension:.aplo\":100,\"SaveFileOptionsExtension:.dyalog\":100}", "kbdLocale":"en_US", "keys":"{\"AC\":[\"Ctrl-Alt-C\"],\"FX\":[\"Ctrl-S\"],\"VAL\":[\"Ctrl-Alt-Enter\"],\"ZM\":[\"Ctrl-Shift-M\"]}", "lbarOrder":"← +-×÷*⍟⌹○!? |⌈⌊⊥⊤⊣⊢ =≠≤≥≡≢ ∨∧⍲⍱ ↑↓⊂⊃⊆⌷⍋⍒ ⍳⍸∊⍷∪∩~ /\\⌿⍀ ,⍪⍴⌽⊖⍉ ¨⍨⍣.∘⍤⍥@ ⍞⎕⍠⌸⌺⌶⍎⍕ ...
I've investigated and found the following related issues: - https://gitlab.freedesktop.org/wayland/wayland/-/issues/147 - https://github.com/electron/electron/issues/28436 I've also opened the related issue against VSCode - https://github.com/microsoft/vscode/issues/160262 The workaround for VSCode is: ``` code --enable-features=UseOzonePlatform...
If you use the kernel interface to shut down running kernels, then Dyalog exits correctly. It seems the destructor doesn't do its job when the kernel is hosed. I'm not...
Yeah you can use `3501⌶`
``` Jul 23 10:00:30 DyalogDemos python3[25943]: [I 2019-07-23 10:00:30.786 JupyterHub log:174] 200 GET /hub/home ([email protected]) 27.30ms Jul 23 10:00:32 DyalogDemos python3[25943]: [I 2019-07-23 10:00:32.816 JupyterHub log:174] 200 GET /hub/token ([email protected])...
To be honest the whole docs could do with a refresh + maybe turning the whole thing into a ]get-table Released package maybe?
Yeah I agree, the original is much simpler. Might be nice to add comments to aplcart examples. Here is a prototype format: APLCart description in the header, main example in...
I've been using powershell on Windows. Finally got it to work by escaping double quotes: ``` markdown-pdf -s style.css -z h.css --remarkable-options '{\"breaks\": "true",\"html\":"true"}' .\assessmentB_base.md ``` I wonder if this...
Hi Gheorghe, We'd like to better understand what you envision with Jarvis and SwaggerUI. From what we can tell, it seems the steps are: • Define an API using OpenAPI...
Can we get a "documentation" label for issues?