thdoan

Results 62 comments of thdoan

I have `"esModuleInterop": true` but getting this error in Svelte: ``` Could not find a declaration file for module 'typewriter-effect/dist/core'. 'path/to/node_modules/typewriter-effect/dist/core.js' implicitly has an 'any' type. Try `npm i --save-dev...

I just checked an older build and the gap isn't there: ![image](https://github.com/saadeghi/daisyui/assets/4110567/d7efbf1f-a1d7-4bae-a975-e5f267b0b95d) daisyUI v2.45.0

@saadeghi I think I found the root cause: the default screen settings in Windows 10 for my laptop was set to 125% scale: ![image](https://github.com/saadeghi/daisyui/assets/4110567/70673805-0af5-460f-ace7-aeac0b13e0a3) Firefox shows the same gap on...

Hopefully you'll find a way to make it work because I just tried `rem` unit and still see the gap: ![image](https://github.com/saadeghi/daisyui/assets/4110567/789beb6e-d8ef-4b74-a579-a2cdc8e45e09) Note that the gap is only visible for top/bottom...

An ES6 module that works with TypeScript would be nice.

This would be a very useful feature. Example: `https://gwfh.mranftl.com/fonts/some-font?subsets=latin&text=ABC`

@catafest you can see some sample theme Lua scripts here: https://github.com/rxi/lite-colors

@be-thomas you can see some sample plugin Lua scripts here: https://github.com/rxi/lite-plugins

My theory is that in order to make this work, I'll need to move this code outside of the inline block and inside its own JS file: ``` this.srcdoc =...

Okay, moving the navigation event handlers into its own script resolved two of the errors, but these two errors remain: ![image](https://user-images.githubusercontent.com/4110567/218910554-bc8aab9e-fddf-48d0-bcec-7cc799260466.png) Any ideas on how to resolve these remaining errors?