Benjamin Gudehus
Benjamin Gudehus
I tried to define a shape predicate to check the values of a `node` created by [`d3.hierarchy()`](https://github.com/d3/d3-hierarchy/tree/v1.1.8#hierarchy). `node` has a `data` property which can be any type (e.g. `undefined`, `null`,...
Similar to `jsx()` there could be a function `mdx()` which transforms a markdown or mdx string into html.
A function to pan the whole graph to the center of `` would be nice. Or even a flag that auto-recenters the graph on every change. Background: I thought of...
Highland uses `setTimeout()` and Kefir uses `setInterval()` for the batch/buffer with time (illustrated below). It would be nice to have both functions in Kefir, with a distinctive name. Using `highlandStream.batchWithTimeOrCount(100...
Arbitrary variants will be part of Tailwind 3.1. https://github.com/tailwindlabs/tailwindcss/pull/8299 
This works in Tailwind 3.0.18, but not in latest Twind v1. ```html foo foobar foobarbaz ``` Works on https://play.tailwindcss.com/. Twind version: 1.0.0-next.37 Generated CSS: ```css .to-\[\#CCCC00_85\%\] { --tw-gradient-to: #CCCC00 85%;...
The icon of `Select` components can't be changed. The `Select` component of a `SelectMenu` ignores theme configuration.
Would be useful when `Menu.Group#title` would be also allow `element` in addition to `string`. So it's easier to combine `` and ``. ~~~jsx Item 1 ~~~ Warning message in browser...
``` kotlin expect { throw RuntimeException("error") }.to.`throw`.a(RuntimeException::class) ```