Taj Pereira
Taj Pereira
# Intent To introduce a new attribute to the `project` resource called `teams` which allows us to map many teams to a single project. Previously, we could only attached a...
# Intent Piggyback off [GirtsZemitis](https://github.com/GirtsZemitis)'s great starter (https://github.com/jianyuan/terraform-provider-sentry/pull/196) to add an integration ID to metric alerts. We need to add an `integration_id` field to the metric alert action in order...
## Intent The extension is currently corrupting SVG type Blobs because of the monkeypatched `Blob` incorrectly injects the script tag into the resulting SVG. We've found that our users cannot...
## Intent By disabling `useDefineForClassFields` in Mobx build artifacts, we can: - save up to ~10% memory - improve performance by ~10-15% - reduce bundle size by ~1.7% (in uncompressed...
Parley is undergoing significant development. I'm a little worried that we won't capture regressions with the existing test suite. This PR increases the test coverage for all styles and does...
## Before After breaking on whitespace, following whitespace characters would wrap to the next line. I.e., in the below test of: ``` "First Second" ``` The subsequent whitespace following "First"...
Today, the text pipeline is dominated by 2 stages: shaping and font selection as shown in the below profile: Per @behdad's comment (see 2. in https://github.com/harfbuzz/harfrust/issues/297#issuecomment-3524469810), it appears that a...