bstro

Results 30 comments of bstro

I think my hunch was accurate. I was attempting to use the theme from a `constants.ts` file at the module's top-level. As soon as I turned the constants into a...

Makes sense to me. What would the helper name be called? I really like how the functions are named after the actual css property, it really helps me use Tailwind...

whoops, I thought I had this working, but there are some tsc compiler errors that I don't fully understand.

No problem! I dug into this a little bit more and uncovered a complication that I wanted to document here. I realized that the generic type will have to generate...

Has this fix been published? I receive the following type error, on version `2.2.5`

> I'm not sure if this feature is implemeted in TailwindCSS v2 or not. If it is, please tell me to reopen this issue I think this issue could be...

I am encountering this same error on MacOS 11.6.7, redbean 2.2: ``` W2023-03-16T20:31:01+036653:tool/net/redbean.c:3631:wiki:47293] (srvr) can't place write lock on file descriptor 3: EBADF/9/Bad file number ``` Any ideas? Doesn't seem...

I use Codesandbox primarily to reproduce issues to share on Github. It happens often enough that I run into a type error with a particular version of Typescript, but not...

I could be wrong, but it looks like `style-elements` [relies on this package](https://package.elm-lang.org/packages/mdgriffith/style-elements/latest/Style-Color), so not being able to use this with 0.19 limits its usage with style-elements.

I've been using Typebox with Tinybase directly without any problems. Simple example: ``` import { type TablesSchema, createStore } from "tinybase/with-schemas"; import { Type } from "@sinclair/typebox"; const cats =...