David Leal
David Leal
I wrote a comment when I added de files to the fork but I am not sure it was visible. I am suggesting the following changes: 1. New attributes, for...
### Description: I realized that the Script Lab custom function, cannot be invoked using the input arguments of the `LAMBDA` variable names defined, from the dynamic array helper functions, such...
For example, if you have a function defined via [Script Lab](https://github.com/OfficeDev/script-lab) Add-ins, then the editor in Grid/Module view doesn't recognize it as a valid function: Reporting as possible enhancement, because...
I wanted to format just a specific portion of my script, but instead, it formats the entire script. Maybe this is how Monaco Editor is supposed to work, but I...
What is the purpose of allowing comments in the Grid tab? They are allowed (in some cases), but Excel doesn't render them properly, and when you put a comment the...
I was able to run `go` LAMBDA function which uses `timer` function. But when I try to call it alone I am getting an `#CALC!` error: Thanks,
I realized that you cannot use the dot (`.`) character in the name of the function in any other Name different than the Workbook: no error, but: I would say...
Currently, the tab length in the Module tab is set to 4 spaces. The suggestion is to let the user specify the tab length in terms of the number of...
Currently, if you want to import again a workbook from gist, you need to enter the URL every time, even if you want to do an import to a workbook...
I realized that when I copy the following formula: ``` =LET(set, A2:B13, IDs, INDEX(set,,1), dates, INDEX(set,,2), HREDUCE, LAMBDA(id, arr, REDUCE(id, arr, LAMBDA(acc, x, HSTACK(acc, x)))), output, DROP(REDUCE("", UNIQUE(IDs), LAMBDA(ac, id,...