Mark Tucker

Results 29 issues of Mark Tucker

## I'm submitting a... - [x] Bug report - [ ] Feature request - [ ] Documentation issue or request - [ ] Other... Please describe: ## Expected Behavior Setting...

## I'm submitting a... - [ ] Bug report - [x] Feature request - [ ] Documentation issue or request - [ ] Other... Please describe: ## Expected Behavior Support...

I'm using the following code to get an audio stream from the web browser's microphone: ``` let chunks = []; const stream = await navigator.mediaDevices.getUserMedia({ audio: true }); mediaRecorder =...

Allow any section that has a bullhorn icon to be collapsed/expanded individually.

help wanted

When I enter a zip code or phone number as digits, the Test console does not accept them. Add the ability for numbers such as 85298 or 5558675309 to be...

How to change this example from tap-to-talk to auto-mic-on? Testing in Chrome (Windows) I've updated the configuration in `client/src/main.ts` as follows: ``` { endpointUrl: process.env.VUE_APP_CLIENT_ENDPOINT_URL || 'http://localhost:3000/webhook', config: { input:...

## I'm submitting a... - [ ] Bug report - [x] Feature request - [ ] Documentation issue or request - [ ] Other... Please describe: ## Expected Behavior NLP.js...

help wanted

The `calendar` example's actions are similar to intents that one would define for Dialogflow or Alexa. How to use OpenAI as an intent NLU engine? The issue is that "yes"...

From the **restaurant** example, we find this type in the schema: ```ts export type Pizza = { itemType: "pizza"; // default: large size?: "small" | "medium" | "large" | "extra...