Phil Holden
Phil Holden
@caridy just independently posted the same suggestion to @leebyron with same reasoning: https://gist.github.com/philholden/25618771eed1e0fd58437f7af2fb8005 And he made me aware of your issue. I am finding this pattern would be very helpful...
@caridy Thanks for reply. For your two questions I've no strong opinions. I am not sure what the reflective API is. I have not used reflection yet in JS so...
Same error on Mac this is trying to add a D1 store to: https://github.com/cloudflare/miniflare-typescript-esbuild-jest ``` Running custom build: node build.js Your worker has access to the following bindings: - Durable...
I was running `npm run d1` note the `node_modules/node_modules` in the first line of `mf:err`
Confirming fixed on mac when better-sqlite installed
I am having the same issue for pagination and tags in my blog. I am creating empty files called `1.md` and `2.md` to each list 10 blog posts. I wish...
Hi @kentcdodds, I could not find a way to update a class after creation only to switch classes. So I have a similar set of limitations as with SASS where...
Aphrodite is really small and lightweight and this is cool. @xymostech using inline styles for variables is not full solution as we cannot do hover states. And having a button...
`removeCSS` would be interesting but we need to consider that we may want many instances of a button on a page each with different color e.g. rainbow button page where...
I think that extending Aphrodite to include runtime theming might not be the right thing to do. Lots of companies have no need to theme as they have a single...