Paul Molluzzo

Results 18 comments of Paul Molluzzo

I have this issue (or at least something similar). It seems to stem from PR https://github.com/berzniz/github_pr_tree/pull/186 that changed the query that applies dark mode. It respects the system, not the...

What a find! Could we implement support for the `__async__` property into reducers one by one or would we need to add it to all in a single PR? (Thinking...

This is one of only two issues left for the v2.x milestone, but it's still a draft. Have we come up with a solution we want to implement? > i...

Possibly a bad release related to issues seen for #23

This issue has been marked as "needs attention 👋" due to no activity for **15 days**. Please triage the issue so the fix can be established.

Thanks for the suggestion! Any ideas on what we would need to do to support those libraries? Is it just auto completing to the usual CSS string or something more...

Interesting idea! Thanks for sharing! Which editor do you use? @ansumanshah maybe we should have issue labels for each editor to make triage easier?

So on Atom I believe the autocomplete is limited to when you’re within the scope of a `glamorous` expression, but I didn’t build that in to the VS Code extension....

> My styles are actually plain object with imports on top in some cases, it’s just to keep them separate from the components In that case, either looking for a...

Bump? Take a look at the VS Code version since it uses the helpers in the `css-in-js-helpers` pretty extensively and might be a good guide/example. Ideally most of the code...