gotjoshua

Results 125 comments of gotjoshua

> I believe so. Would prefer it as an addon though Great, that is all the encouragement i need...

so, i have most of this diagram working: ![Bygonz_whitebg](https://user-images.githubusercontent.com/8686454/155843256-bc565dfe-4ec5-41c0-bec8-4542df8b7e64.png) some issues with reactivity and still need to refine configurability and of course, conflict management.

const startUpdate = `await` db.updates.orderBy('id').last().then((lastUpdate) =>{ maybe ? (not sure if you can await a then, but maybe)

I split the collections into individual json files. Loading works fine. The auto sizing and other normalizing features are not working because i am wrapping the json with hardcoded SVG,...

this basically works out of the box for me using the cdn version of daisyUI. [My demo app](https://f.cdn.zt.ax/apps/color-schemes/) [Simple Stackblitz](https://stackblitz.com/edit/daisyui-vue-vite-unocss-6xh3vv?file=src%2FApp.vue) attributify doesn't work consistently with the daisy styles eg. this...

in the mean time, we can add this and use dynamic imports (below it) // hack to avoid overlay.ts's dom assumptions self.HTMLElement = function () { return {} } self.customElements...

> Where exactly i added it at the top of my Worker.js file. Under the imports and above the self.onmessage: ```js import { ... } from './WebWorkerImports/Utils' // hack to...

> This is still a hack why is this still needed in 2022 ?? : ( ![skypack score](https://user-images.githubusercontent.com/8686454/179392409-09c2e65e-0037-42f2-80f5-50567cbd8691.png) Maintainers, are there plans to improve this? or any one working on...

Thanks for the long post!! It is very insightful. > that should not be the case as we iterate on definition keys and not instance keys. if you have a...

> I try for years to sell the idea of dynamic type-checking as something that is more than type-checking I understand, and fully agree that dynamic type-checking is much more......