Aziz
Aziz
Hi, I'm currently having the same issue and unfortunately the above solution didn't work for me. Anyone else have any ideas as to how to solve this problem? I've been...
Go to Tools -> Options -> LibreOffice -> View -> Icon Style dropdown, then select your desired one.
+1 for this feature
Can confirm, I'm having the same issue. Using TailwindCSS for my styling.
Same bug here
I ended up modifying the `useFrameProcessor` hook to only update the `barcode` value only when it detects one. ``` const frameProcessor = useFrameProcessor((frame) => { 'worklet'; const detectedBarcodes = scanBarcodes(frame,...
Hello, I ran across the same issue and managed to find a solution. The error seems to occur only on Windows systems, as the issue didn't occur on unix-based systems...
Hello @ThornWalli , thanks for replying. Yes I have added the module to my `nuxt.config` file, double-checked this, but still no results. Here is a list of my modules and...
> Hello @umaraziz0, > > very strange, it seems that you are missing alias definitions. > > Could you put a `console.log` in the file `./node_modules/nuxt-booster/dist/module.mjs` line ~708? > >...
> @umaraziz0 Try this version 😉 > > `npm i [email protected]` Still the same issue, unfortunately