Sam Johnson

Results 17 issues of Sam Johnson

> May want to look at creating an LParam struct type that can be tested. We can either have methods for grabbing int or intptr or implicit operators. > Good...

### Issue Summary The [RestExceptionError interface's `code` property](https://github.com/twilio/twilio-node/blob/e3d6e80f3/src/base/RestException.ts#L4C13-L4C13) has an incorrect type. It should be string instead of number. For example, I am receiving `code: 'ECONNRESET'` in error objects, and...

type: bug
status: waiting for feedback

Hello! My instance of Discord Lite just crashed, so I thought I'd send along the error log in case it's something you're interested in fixing. Thanks! ``` Process: Discord Lite...

### Summary ConversationViewAgentInTeam and ConversationViewCallerInfo strings got mangled in translation, this PR fixes them. ### Checklist - [x] Tested changes end to end - [x] Requested one or more reviewers

### Summary - Fixed text wrapping inside button with a small tasks canvas - Fixed button appearing when auto wrap is disabled but extended wrap is enabled - Attempting to...

### Summary - Fix issues when handling multiple tasks - Fix validation of required properties on CompleteTask - Handle incompatibility with the Agent Copilot wrapup feature ### Checklist - [x]...

### Summary Now any character that GitHub supports in the environment name can be used, except for slashes. Also enhanced the validation script to check for bad characters (slashes) before...

Introduces an ICairoCommand interface. Cairo and extensions can register commands in the same way shell extensions are registered. Commands consist of an action and metadata that describes the command--its identifier,...

Core
Refactor

### Summary - Reduced UI confusion by using a segmented control for the supervisor - Use built-in Flex state for enabling/disabling buttons instead of trying to manage it ourselves: -...

### Summary Enables deploying the template to an account in stage, and fixes up areas that needed a region passed to them. To use a stage account, create a GitHub...