Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

Power Fx low-code programming language

Results 179 Power-Fx issues
Sort by recently updated
recently updated
newest added

This pr does two things at a high level 1) Implements a $/cancelRequest notification as described here https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#cancelRequest. Implementation is quite trivial. LSP takes in a IHostCancelationHandler and asks hosts...

Hi! Cards team has been running into issues when executing `Text(DateValue(Today()), "")` expression in Cards. The same expression returns Today's date in Unix time in Canvas: ![image](https://github.com/microsoft/Power-Fx/assets/142846149/5a5324e2-22a9-4d22-8d86-a5c819995adb) whereas an empty...

MS_CARDS

We should expliciltly check for and block all forms of "Identifier As Name", including if the identifier is in the row scope of the table or is a global variable...

"ServiceDeskPlus Cloud" connector generate failures with a combination of props like this - logical name = "held_by", display name = "technician" - logical name = "technician", display name = "technician"

Add 2 new functions that work with files (https://github.com/microsoft/Power-Fx/blob/main/src/libraries/Microsoft.PowerFx.Core/Public/Values/BlobValue.cs) These don't need to be included by default yet. But can be pulled in via: `Config.EnableFileFunctions()` # FileInfo New function, called...

enhancement

Issue https://github.com/microsoft/Power-Fx/issues/2334.

This pull request introduces a warning when comparing two identical FirstNameNode instances, which could be either global or scoped variables. This enhancement is particularly beneficial in scenarios involving scoped variables,...

FormulaType.Build maps OptionSet --> RecordType. This loses the OS type information. https://github.com/microsoft/Power-Fx/blob/4b650d96dd12229edba82cbc1976d71be4791e8b/src/libraries/Microsoft.PowerFx.Core/Public/Types/FormulaType.cs#L170 It should treat as an option set. Related - builtin enums (like Color) get treated as an unsupported...