Daniel Rozenberg

Results 25 issues of Daniel Rozenberg

Based on https://circleci.com/docs/rerun-failed-tests/ and [this tip](https://discuss.circleci.com/t/product-launch-rerun-failed-tests-circleci-tests-run/47775/42) from CircleCI - [ ] TODO: remove the `--verbose` flag

Disabled in #39856 e.g., https://app.circleci.com/pipelines/gh/ampproject/amphtml/30287/workflows/3959e1bf-485b-4200-9765-b1099623d656/jobs/650560

Related to: Flaky Tests
P2: Soon
Type: Testing

### Description Disabled in #39844 ### Reproduction Steps e.g., https://app.circleci.com/pipelines/github/ampproject/amphtml/30226/workflows/18d308f7-f3ad-4157-919b-af19c2cfecce/jobs/649119 ### Relevant Logs _No response_ ### Browser(s) Affected _No response_ ### OS(s) Affected _No response_ ### Device(s) Affected _No response_...

Type: Bug
Related to: Flaky Tests
P2: Soon

Firefox extensions use `browser`, not `chrome` (though it supports both, MDN encourages using `browser`) I tried just renaming all instances of `chrome` in the the files to `browser` but that...

### Orb version 1.4.1 ### What happened I'm trying to upgrade the version of this orb in my config file from 1.2.3 to 1.4.1. Prior to the update my config...

Type: Feature Request
P3: When Possible
Category: Project Metrics

As discussed in the now-closed #645

Type: Feature Request
P2: Soon
Category: Bundle Size Chart

Following up on https://github.com/ampproject/worker-dom/issues/111, I had legitimate use cases for the following unsupported selectors in a [recent PR](https://github.com/ampproject/amphtml/pull/26371): * `.class1.class2` and `selector1, selector2` [workaround](https://github.com/danielrozenberg/amphtml/blob/bf947479bc680415f2a76f1c932a88b584735191/contributing/release-schedule-visual.amp.html#L420-L421) * `.class[data=value]` (and `.class[data1=value1][data2=value2]` [workaround](https://github.com/danielrozenberg/amphtml/blob/bf947479bc680415f2a76f1c932a88b584735191/contributing/release-schedule-visual.amp.html#L431-L435) (I...