Philzen

Results 103 issues of Philzen

Simple version bump.

### TestNG Version Discovered on 7.5.1 and confirmed on 7.10.2 ### Expected behavior assertEqualsDeep should probably have similar behaviour with Sets as with Maps. This will pass: ```java Assert.assertEqualsDeep( Map.of("foo",...

### TestNG Version v7.10.2 ```java @Ignore public class TestngClassLevelAnnotationTest { @Test void foobar() { System.out.println("Foobar!"); } public static class TopicTests { @Test void baz() { System.out.println("Baz!"); } } } ```...

## What version of OpenRewrite are you using? I am using rewrite-maven-plugin 5.33.0 ## How are you running OpenRewrite? ```xml org.openrewrite.maven rewrite-maven-plugin 5.33.0 true org.philzen.oss.testng.MigrateToJunit5 ${project.basedir}/bin/** ${project.basedir}/docs/** ${project.basedir}/modules/openapi-generator-gradle-plugin/** ${project.basedir}/modules/openapi-generator-maven-plugin/** ${project.basedir}/samples/**...

bug

### Description When i interact with an element (i.e. a button) i expect the focus to stay on, even when it switches to `isLoading`, but instead it is lost –...

**Please describe the changes this PR makes and why it should be merged:** **Status** - [ ] Code changes have been tested against prettier, or there are no code changes...

### Select which package(s) are affected Mainly @storybook/react ### Describe the bug I wanted to explore the storybook to better understand the individual components, as i'm investigating into a migration...

### Select which package(s) are affected \@livekit/components-react ### Describe the bug ### Expectation When you enter full-screen mode, your local video track (of a front-facing cam) should appear the same...

This took us a couple of days to pin down, but alas, here you go with the complete investigation results: ## Description As per the title, using Firefox to join...