Peter
Peter
Hi, i've been using pixi.js for months now with conjunction of leaflet map. (pixi is overlay of the leaflet map to render markers, till now i've been using plugin https://github.com/manubb/Leaflet.PixiOverlay)....
**Describe the bug** So I've build frontent application which doing two requests in parallel: - GET /user/info (authenticated endpoint) - GET /app/data (public endpoint) I've setup spring security to create...
My setup: **react:** 17.0.2 **react-leaflet:** 3.2.5 **react-leaflet-pixi-overlay:** 3.0.0 Browser: firefox ``` const markers = data.map(item=> ({ id: item._id, iconColor: "red", position: [item.latitude, item.longitude], popup: "Test", onClick: () => { },...
## Bug report ### Current Behavior So till now I was using headless-ui dialog in my application. Everything was smooth on my iphone 8. Recently I decided to drop headless-ui...
In short, when I place react-select inside radix-ui dialog/popover and when focus is on react-select I am not able to close dialog using ESC. Additionaly "tab" traversal is not working...
Sql.js seems like really amazing pice of technology so I would like to use it in one of the projects. The tech stack of project is - sveltekit - cloudflare...