Brandon Smith

Results 10 issues of Brandon Smith

This implements an option to configure the character(s) used as the tag delimiter with a default of `@` for backwards compatibility. In PowerShell, `@` is used as the array operator....

I may be oversimplifying here, but this feels like a bug fix to not apply the protocol prefix when a custom prefix is present. Retains existing functionality and adds support...

Opening for discussion/proposal. This PR does the following: - Fixes the scroll implementation for `fullPage` - Implements an auto-scale-down to capture full-page without repeat Benefits/drawbacks: - Will scale down the...

This PR adds support for the following syntax: ```js import {moment, duration} from 'vue-moment' export default { data(){ }, filters: { moment, duration } } ``` This allows the filters...

Updated for consistency

Closes # ## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/t3-oss/create-t3-app/blob/main/CONTRIBUTING.md) (updated 2022-10-06). - [x] The PR title follows the convention we established [conventional-commit](https://www.conventionalcommits.org/en/v1.0.0/) -...

I'm attempting to use the `install` option of `NextJs` ([docs](https://sst.dev/docs/component/aws/nextjs#server-install)). ```ts new sst.aws.Nextjs("MyNext", { server: { install: ["@sparticuz/chromium" /* nothing here works */], }, }) ``` Notes: - I've tried...

## Bug Description If you quickly dismiss the right sheet, for example when editing a note within an opportunity, prior to the debounced `handleEditorChange` having an opportunity to update cache...

type: bug
scope: front