Paul
Paul
Hmm, I seem to be running into this error using your example (with the minor modification of importing cur/stdlib/sugar): ``` map: all lists must have same size first list length:...
Are you familiar with this issue? ``` ..\..\..\..\cur-lib\cur\curnel\cic-saccharata.rkt:41:49: application: missing argument expression after keyword in: #:unexpanded ``` It seems to be present in any file using ```#lang cur``` for me...
No specific algorithm, I believe it was ad-hoc with some inspiration from pattern matrices
@jrieken we do have this code snippet, which seems to be working  I'm not familiar with the allow-list, but I recall chatting with @DonJayamanne previously about gaining access to...
> > previously about gaining access to the notebook proposed APIs. Not sure if the permissions are set at a different place/granularity. Thanks! > > Yes, I thought I had...
For what it's worth, here's something hacky I did that seems to be working fine and not running into the issues mentioned above. Note also that in my application I...
@DonJayamanne yes, to be clear what I'm looking for is the ability to modify/append code to the end of the original Python file. For our cell entry points (not variable...
@hawkticehurst hey! please see https://github.com/pwang347/vscode-renderer-test I can reproduce the following issue here by opening the `IPYNB` file I provided in the root of the repo:  Essentially the steps are...
@hawkticehurst good to know about the workaround, and thanks for taking a look!
FYI @rebornix @DonJayamanne @mjbvz it seems like the output ID is now going stale in the latest Insiders version, this is causing the Data Wrangler launch button to not show...