Eric Rozell

Results 89 issues of Eric Rozell

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why In order to minimize the dependency on the JSI...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why We build react-native-windows Playground-win32 with buck, which errors...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why It seems this change was needed when Text.windows.js...

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why Some apps may want to bypass the JsiAbiApi altogether...

Summary: In order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms...

CLA Signed
p: Facebook
Partner
fb-exported

If a "Retry-After" HTTP response header is returned by LUIS, this change ensures that header is respected. Fixes #333

This change allows users to declaratively specify hierarchical entities in their expected utterance results. For example, a user may declare the following: ```json { "text": "Order a pepperoni pizza", "intent":...

A simple approach to this would be to use the same recursive entity flattening we implemented for LUIS v3 results. However, this would be somewhat lossy as we would not...

We should create an `INLUBatchTestClient` interface for NLU providers that accept a batch of utterances as opposed to individual prediction requests.

Currently, the polling duration is hard-coded in the NLU.DevOps tool. If the HTTP services for LUIS, Dialogflow or Lex are returning a 'Retry-After' header, we should respect that.