Mike Stall
Mike Stall
Happy to have help with that! The feature set has been stable for a while. If you want to submit PRs for things, I'll still review them.
Just saw this. Can you include a test case and I'll merge it back in and update the nuget package?
DataTable needs headers from somewhere. There are overloads of DataTable.New that let you pass in the headers. If you truly don't care about the names, you can pass in placeholder...
Unfortunately, it's pretty limited support. PRs are welcome though.
I filed https://github.com/Azure/azure-webjobs-sdk/issues/899 to track a more general related issue.
This is a broader problem ... we load all files into memory for CanvasDocument. Sarif is one example (and we load that into entropy), but we track all the other...
These are both text first and mean the same thing as `$"3 {3+3}"`: `=$"3 {3+3}"` Same as: `3 ${3+3}`
It sounds like there wer esome offline conversations: 1. Remove Patch/Update function. Just readonly 2. Remove URL property on FileInfo. 3. Keep Opt-in. (config.EnableFileFunctions)
Related - in creating an EnumSymbol, we shouldn't need to create the DType and FormulaType separately Create one, and call FormulaType.Build() to get the other https://github.com/microsoft/Power-Fx/blob/3c899d0c71e3f6a9ca444699f2d1ac17d67f3ce4/src/libraries/Microsoft.PowerFx.Core/Types/Enums/EnumSymbol.cs#L75 EnumSymbol (which implements IExternalOptionSet)...
Greg's recommendation: remove enum, lean into optionset.