-
With the following expression, we expected precheck return error before run it and throw exception of out of memory:
Len(With({one: "aaaaaaaaaaaaaaaaaa"}, Substitute(Substitute(Substitute(Substitute(…
-
Running Testengine with this SetProperty
```
SetProperty(Rating1.Value, 5);
```
PowerFx.Engine.**Check** and **Eval** functions fail with the below error
**Workaround right now is setting Nu…
-
**Describe the bug**
OpenApiResponse object doesn't include the schema that is included in the swagger file.
"responses": {
"200": {
"description": "OK",
…
-
Excel supports many more format placeholders than we do. Some of these would clearly add value to Power Fx, such as `?` and `/` but we aren't in a position to do all this work now. Others we may wan…
-
1. what does DateTimeNoTimeZone type mean? I didn't find related data value type
2. what does Any type mean? It seems non of the types could be coerce to it
3. will we support Number type to Time ty…
-
When run the command `dotnet run` the result is fail But in the video the steps is completed
Steps to reproduce the behavior:
1. `dotnet run -l trace`
----------------------------------…
-
in the OpenAPI parser, we set the type of properties with a "unixtime" format to DateTime
https://github.com/microsoft/Power-Fx/blob/48979d7f5b5fea20a82a22cd2f838e6db045d4f1/src/libraries/Microsoft.P…
-
Today, this will give a compiler time error because the literal is too large
`1000000000000000000000000000000000000000000000000 +1 // compiler error`
The range here needs to be configurable per-ba…
-
Escaping in the Text format string is essential. As Excel and Power Fx pluck more characters for placeholders, it is critical that makers have a way to reliably insert the character that they want.
…
-
Set(list, Table({ Name: "One", ID: 1}, { Name: "Two", ID: 2}))
Set(list2, Table(First(list)))
ForAll(list2, Remove(list, ThisRecord))
the return value of this expression:
![image](https://gith…