Eric Rozell
Eric Rozell
I debugged this a bit - no luck in identifying the root cause, though one interesting thing I noticed is if I switch the `setCount` call from the interval timer...
The onSelectionChange event is something that fires for every keystroke - perhaps not on iOS if the event isn't subscribed, but on Android, many events fire unconditionally (I haven't actually...
@chrisglein - Playground-win32 doesn't exactly have Messenger's scenario. Messenger uses a single UI thread for all windows (which as I understand is a common pattern for win32 apps, I think...
Here are some variables to consider for multi-window applications and we'll have to decide what's in scope for react-native-windows: 1. Does each window share a React instance / JavaScript runtime,...
So, what I would recommend is that we officially support multiple windows in both UWP and XAML Islands, with the strict requirement that they’re in on a single UI thread....
Not sure this is the best idea given intents and entity types change over time. Likely it's better to explicitly call out the intent or entity type for each.
There are a few benefits to this approach: 1. You do not need to depend on NLU.DevOps to run your tests. If an NLU provider exposes their own batch API,...
**Acceptance Criteria** - `dotnet nlu test` command returns verbatim results from NLU provider - Default parsing (when not otherwise specified in the `compare` command CLI options or in a data...
We should also consider options to automatically install a NLU provider if it is not currently installed.
Or at least print out a message to try running `dotnet tool install dotnet-nlu-`