tom

Results 8 issues of tom

### Is your feature or enhancement related to a problem? Please describe. Hi there, I've ran into issues with the Chatwoot widget where we don't want it to overlay certain...

# Pull Request Template ## Description This PR adds `overflow: hidden;` to `.woot--bubble-holder`, which prevents the `` element from overflowing on the page when on Firefox. Fixes #7778 ## Type...

stale

## Describe the bug As there isn't a build for ARM64 based CPUs, Postal cannot run on them and errors with "exec user process caused: exec format error". ## To...

enhancement

This PR adds the ARM64 platform to the CI Docker Buildx builds, allowing Postal to run on both ARM64 and AMD64 systems.

### Bug Description ## Bug description The People View doesn't work when using a custom HogQL query. For example, with the custom breakdown query `ifNull(cutToFirstSignificantSubdomain(properties.server), '')` the following error appears:...

bug

The Cloudflare provider for Nuxt Image currently forces `validateDomains: false` without any way to configure it. This means all images get optimized regardless of their domain, which isn't ideal for...

## Summary by cubic Validate group_id as a UUID before querying, returning null for invalid IDs. This prevents unnecessary database hits and avoids errors from malformed IDs. Written for commit...

## Summary by cubic Aligns scrape tests with the updated changeTracking schema and temporarily disables the YouTube test to stabilize CI. Addresses ENG-3645 by fixing Firecrawl test failures. - **Bug...