-
There's a bug in TexlLexer that computes overlapping spans for two single line comments on two consecutive lines.
For example,
the following expression is valid and has two singe comments on first…
-
By default, our engine has invariant culture, but
`CultureInfo.InvariantCulture.Name // “”`
So Language() in Fx is returning "" in default cases (when culture is not set).
However:
1. for re…
-
This works:
`Error( {Kind: 2 } )`
But this does not:
`Error( {Kind:"2" } )`
and gets compile time error because it won't allow string to number coercion:
Error 7-19: Invalid type for field 'K…
-
Cards bug #16901789
Collect(crba2_myworkmeetingpollvote, {'Meeting Name': "Test Meeting", 'Option': 1, 'Meeting Poll': LookUp(crba2_myworkmeetingpoll, 'MyWork Meeting Poll' = GUID(MeetingPollId)) …
-
### Describe the issue
When clicking on the icon for "Request a New Connection from Another User"
![image](https://user-images.githubusercontent.com/97466777/226476271-da2f0e6d-45b8-4d69-81a6-1b3dc…
-
This expression crashes the interpreter:
`With({L26:Table({x:1, y:2})}, ForAll([99], LookUp(L26, ThisRecord.y = 3)))`
LookUp() returns a BlankValue() that's typed to a record with multiple fields.…
-
This line is not implemented yet:
https://github.com/microsoft/Power-Fx/blob/db816eb5a9064584784bfb76ea34cf8c89f3c94e/src/libraries/Microsoft.PowerFx.Connectors/ArgumentMapper.cs#L125
My example…
-
Support in #958 / #1067 just allows enforcing an exact type.
Provide some hook so host can be more flexible. Cards wants to allow multiple possible types.
-
-
Host will call Text() (see #1126) to convert to string, but wants to know if text would accept the given type.
At editor time, they could call this from #1125.
The recent TryCoercionProvider.T…