Nick Wittwer

Results 25 comments of Nick Wittwer

I'm also only seeing the issue in the `` tag, for example, when adding/modifying a `div`'s class from like `text-xl` to `text-2xl` (common usage for Tailwind). The styles simply aren't...

Seeing this as well after cloning for a new project. Here's the output of `npm run watch`:

Ah, maybe some confusion of how to get started. How I started: 1. Figma: Plugins > Development > New Plugin... 2. Figma: Template: "With UI & browser APIs" 3. Figma:...

Thanks for the consideration and sharing your thoughts, @timmywil! That sounds like a great direction. Would be really cool to see what an even better, smarter, modern (non-IE) version of...

I recently ran into this issue with Typeorm specifically as well. @sgronblo's solution was great for Yarn v1, but if you're using Yarn v2–v3, you will likely need a `.yarnrc.yml`...

Reason this error is occurring: Run `yarn why postcss-preset-env` ``` => Found "[email protected]" info Reasons this module exists - "nuxt-vite" depends on it - Hoisted from "nuxt-vite#postcss-preset-env" - Hoisted from...

I'm also hitting the same error, even during development. Was able to reproduce that it seems like only once `@tresjs/cientos` is installed (via `package.json`) that the issue appears. Appears to...

Another idea: use something like the [Broadcast Channel API](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API) or WebSockets. Interesting implementation of the Broadcast Channel API via Vue 3's Composition API: https://pikax.me/vue-composable/composable/misc/sharedRef.html#usesharedref

This could be relevant: https://forum.vuejs.org/t/vuex-using-oop-in-state/63806/3

Added menu item for clearing Reflex data (localStorage) in https://github.com/nwittwer/reflex/commit/a43348eb0a63425e23e4f037154790dea1409f77 Reflex > Reset Reflex... > OK