Sascha Tandel

Results 95 comments of Sascha Tandel

Edit: See PR #812 for a better solution. ---- Here is the diff that solved my problem: ```diff diff --git a/node_modules/ldapjs/lib/controls/control.js b/node_modules/ldapjs/lib/controls/control.js index 188a8bd..ac0b67f 100644 --- a/node_modules/ldapjs/lib/controls/control.js +++ b/node_modules/ldapjs/lib/controls/control.js @@...

I have re-run the benchmark with this PR and i think it looks a little bit better. But not as much as we have expected: ``` # Setup and first...

clsx is a very good choice for this.

I would really like to see this as well. But I don't know when I get to it. It should be possible with one of the ssr methods: https://github.com/tw-in-js/twind/blob/next/packages/twind/src/ssr.ts

twind v0.16 (Tailwindcss v2 compat) only provides [three outline colors](https://v2.tailwindcss.com/docs/outline#outlines) out-of-the-box: `none`, `white`, and `black`. with [twind v1.0.0-next.39](https://github.com/tw-in-js/twind/tree/next) (Tailwindcss v3 compat) [all colors are available](https://tailwindcss.com/docs/outline-color) out-of-the-box. Edited: `outline-1` is only...

v0.16 supports tailwind v2 and v1 (next branch) supports tailwind v3.0 (working on v3.1 support)

I have added a compatibility section to each preset like https://twind.style/preset-tailwind#-compatibility. Does that help? And is it enough?

Thank you for the heads up. I started implementing it.