Baptiste Devessier

Results 54 issues of Baptiste Devessier

### Description When using @xstate/test@alpha with Playwright, if assertion errors are thrown, additional information from @xstate/test about paths that failed won't be logged by Playwright (the state in which assertions...

bug
⚗️ @xstate/test

## 📝 Description This is a PR to start migrating machines to XState 5. I start with the Accordion machine. ## ⛳️ Current behavior (updates) Currently, the Accordion machine uses...

This pull request was created from this [Stately Studio project.](https://stately.ai/registry/editor/ffb84170-4403-4304-889d-3eefadc0465b) #### Added files - [src/machines/debouncing-1.ts](https://stately.ai/registry/editor/ffb84170-4403-4304-889d-3eefadc0465b?machineId=df692694-a46a-4735-a91a-20edbb3b4b90) #### Deleted files - src/machines/debouncing.ts

To do: - The reactflow library should now be replaced with @xyflow/react. It will prevent duplicating an external dependency. The migration should be fast as the API hasn't changed.

good first issue
scope: front
type: chore
size: short
prio: med

## Bug Description https://github.com/user-attachments/assets/c34ed086-bdd5-44d5-b6e8-27e0ac3080b9 ## Expected behavior The width of the checkbox column mustn't vary when changing the width of other columns. ## Technical inputs The bug seems to have...

good first issue
scope: front
size: short
type: design improvement

This PR: - Uses `` HTML elements when possible to represent labels - Uses the new `useId()` React hook to get an identifier to link the label with its input;...

-PR: awaiting review

Prepare a presentation about accessibility at Twenty. Addressing accessibility improves the UX not only for disabled people but for everyone.

Task with many unknowns. What should get displayed once we start executing a workflow like this? ![CleanShot 2024-09-02 at 16 44 12@2x](https://github.com/user-attachments/assets/41352218-6ec8-4811-a808-f2c4db91dcfe)

scope: front
type: feature

## Bug Description There are some out-of-sync problems in the front end. The problems don't happen every time, but there might be a race condition that we should solve to...