Niloy

Results 26 comments of Niloy

`js-quantities` has few limitations, IMO it's possible to overcome in `compromise.js` as eg: ```js Qty('1 Liter'); ``` is not a recognized unit, #### instead these are valid: `1l, 1L, 1...

same for me, i'm passing strings in both , input and output object, but when run it, it gives mixed/gibrish output.

Can you attach a sample character file that is not working for me to test?

Thanks for taking your time for the fix. I was wondering if we should add the dependency, it's a normal warning comes with react, but does it stop the build...

It seems like it has been fixed. @kiwicopple this one can be closed IMO. https://user-images.githubusercontent.com/32486682/182973037-d6e55b19-2d19-4afb-8888-68ecfdc90965.mov

This is amazing, I think this is a really good example. 💯

also there's no `dist` folder generated with `preact`

Fixed by updated vite.config.js (REF: https://github.com/extend-chrome/rollup-plugin-chrome-extension/issues/255#issuecomment-1073941602) ```js import { defineConfig } from 'vite' import preact from '@preact/preset-vite' import { crx } from 'rollup-plugin-chrome-extension' import manifest from './manifest.json' // https://vitejs.dev/config/ export...

But HMR is not working with preact. Does anyone have any suggestion on that?

Can this be any use for vite https://github.com/preactjs/prefresh/tree/main/packages/vite ?