Guillaume RENARD

Results 11 issues of Guillaume RENARD

There does not seem to be an equivalent of the React Query's [useQueries hook](https://react-query.tanstack.com/guides/parallel-queries#dynamic-parallel-queries-with-usequeries) in SWR. Being able to run a variable number of queries in parallel using SWR and...

feature request

Hi, I really like the React-Flow library, but I wonder if it could be made more accessible by adding the appropriate [WAI-aria roles and attributes](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basic)? To help with that, I...

Hey, I'm getting the following error when I paste [this JSON graph](https://pastebin.com/j9JU1rgd) to the [Live ELK Editor](https://rtsys.informatik.uni-kiel.de/elklive/json.html) (I also have the same error locally in my app): `java.lang.Error: Severe implementation...

bug
enhancement
elk

## Feature Request ### Describe the problem related to this feature request I would like to be able to customise the color and variant of the Submit and Cancel buttons,...

On iOS (works on Android), HTML files are displayed as plain text when browsing (see attached screenshot and html file) I can't attach the file here, but I can tell...

I receive a list of points from ELK which I would like to convert to a SVG path. The documentation says that bend points "[must be interpreted as control points...

question

I have a top to bottom layout with splines. In this layout, I have a few edges coming out from the ports sideways, and entering on other node's ports sideways...

bug

I would like to be able to control the individual spacing between certain nodes when using the layered algorithm. As mentioned in these two elkjs issues, this is not implemented:...

enhancement

Hi, I wanted to use codesandbox to share and run code on my medium article, but it seems that no matter what option I put in my embed URL, they...

According the draft, the Clipboard interface extends EventsTarget: https://w3c.github.io/clipboard-apis/#clipboard-interface However, there's no definition of the events supported by the clipboard itself. All examples show events being attached to the document...