Brandon McConnell
Brandon McConnell
I see lots of available space in one column, but extra items are still added to another column Here is my impl: ```tsx ... ```
### Screen recording https://github.com/zakjan/mapbox-gl-draw-geodesic/assets/5913254/da670574-995b-4c5f-a223-afd05f0364c5 ### Console errors
It would be very useful if the `numberOfEdges` option could accept a callback which would calculate the number of edges based on the size/radius/circumference of the circle. The new usage...
### What version of @tailwindcss/container-queries are you using? v0.1.1 ### What version of Node.js are you using? v18.16.0 ### What browser are you using? Chrome v112.0.5615.137 ### What operating system...
## Describe the bug The REPL builder crashes on infinite loops rather than reporting them via an error and allowing the dev to modify/save the REPL to resolve the bug....
This is the v3 equivalent of PR #13596 Matching for the hyphen character in the existing regex to use support queries as-is Resolves #13594 Tests (w/ updated): - ✅ `supports-[display:grid]:grid`...
This link from the README is down: https://ink-counter-demo.vadimdemedes.repl.run/
### Feature description It would help when working with raw SVG code from FontAwesome to add `fill: var(--fa-primary-color, currentcolor)` to all SVG paths so that by default, if no color...
Here is my REPL https://svelte.dev/repl/c346acb22a1d48a780256db3fd43ea37?version=3.57.0 The general idea is— I am wanting to still swipe the inner contents of `Inner.svelte` while also using crossfade to move the `` component itself...
I get this error when using `svelte-swipe` reproducible in a REPL ([see here](https://svelte.dev/repl/7dba80ab4e664a96810bd565a37457ea?version=3.57.0)): ``` A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or...