anovazzi1

Results 66 issues of anovazzi1

Improve the waiting logic in the tweksTest.spec.ts file to ensure that the necessary elements are loaded before interacting with them. This includes using the waitForSelector function with appropriate timeouts for...

bug
size:S
lgtm

Improve the wait time in the saveComponents.spec.ts file to ensure that the necessary elements are loaded before interacting with them. This helps prevent potential errors and improves the reliability of...

bug
size:S
lgtm

This pull request includes refactoring changes to the `freeze-path.spec.ts` and `freeze.spec.ts` files. The changes involve improving the timing of certain actions by using `waitForSelector` instead of `waitForTimeout`. Additionally, unnecessary code...

size:L
lgtm
refactor

This pull request improves the waiting logic in the `playground.spec.ts` file. It replaces the use of `page.waitForTimeout` with `page.waitForSelector` to wait for specific elements to appear on the page. This...

bug
size:M

Refactor the componentHoverAdd.spec.ts file to improve performance

size:S
lgtm
refactor

this pr update the icons in langchain bundle to ensure the pattern

bug
size:XS

this pr removes wrong nowhell classes

bug
size:XS

This pull request refactors the EmptyParameterComponent by removing the unnecessary value rendering. The previous implementation was rendering the value as a string, but it is no longer needed.

size:XS

This pull request fixes the duplicate function to ensure that the onSuccess callback is properly called.

bug
size:M

This pull request includes refactoring changes to the `toTitleCase` function and the `CrashErrorComponent`. The `toTitleCase` function has been updated to handle the `ignoreTitleCase` option, allowing certain words to be excluded...

size:S