Paul D'Ambra

Results 104 issues of Paul D'Ambra

## Problem related to #11204 Follows accidental commit to master https://github.com/PostHog/posthog/commit/bcaa4633b45948a41651de7e0fca0e760701a910 ![monty-shame](https://user-images.githubusercontent.com/984817/183876637-51b25281-d988-4d02-bf40-7effba622a73.gif) We're still getting very unexpected API URL format failures for some CSV export ## Changes logs lots of...

Not all of our button states pass color contrast checking | | primary | success | warning | danger | primary-alt | muted | muted-alt | stealth | |----------- |---------...

bug

## Problem We added filters _hashes to dashboard tiles without back-filling. They are calculated as they're accessed. That's not adding filters_hashes fast enough which is affecting the dashboard insight cache...

stale

## Bug description ![Screenshot 2022-08-05 at 11 38 24](https://user-images.githubusercontent.com/984817/183060568-11ce0b86-5d2e-4a95-92ea-0ebdb8a043ce.png) focus state on an input with side icon doesn't include the icon which looks odd Spotted while reviewing https://github.com/PostHog/posthog/pull/11093 but not...

bug

When dragging to reorder rows in the column configuration modal the background disappears while being dragged ![2022-08-05 11 48 33](https://user-images.githubusercontent.com/984817/183062355-a5494c0b-eeac-4009-94ff-77275a167c51.gif) Spotted while reviewing https://github.com/PostHog/posthog/pull/11093 but not introduced in that

bug

## Bug description The rows in the annotation table are clickable but don't change the cursor The "undelete" icon looks like a broken refresh and has no text either in...

bug
feature/annotations

## Bug description ### viewed in feature flag ![Screenshot 2022-08-04 at 09 56 42](https://user-images.githubusercontent.com/984817/182807077-8a4d1bf0-8ba6-439d-bd74-dfb841eea2f6.png) ### viewed in history tab ![Screenshot 2022-08-04 at 09 53 56](https://user-images.githubusercontent.com/984817/182806462-9d2d4e60-3afe-47e3-a013-010d2382fb53.png) When a change in the...

bug
good first issue
feature/activity-logging

Thanks for this plugin! I found builds were taking 18 seconds for me. ``` require 'thread' require 'thwait' # Generates a new AMP post for each existing post class AmpGenerator...

enhancement

## Problem [We want to add the ability to have text tiles to dashboards](https://github.com/PostHog/posthog/issues/11368). This changes the relationship from being a many-to-many relationship through a join model. To the join...

## Problem Insight tooltips were hard to read for long values. They chop out the middle **and** the end of the string ## Changes * No longer put breakdown values...