Hugo

Results 1333 comments of Hugo

I've measured the size of my bundle. ## Without any font-awesome: assets/product-variant-selector-9e4e1ee7.js 1.97 kB │ gzip: 0.94 kB ## Merely registering the component like this ```ts import { FontAwesomeIcon }...

My main issue is that each script ends up bundling the same component, so each output script jumps in size by 60kB just by using a single icon. I've managed...

Thanks, @robmadole, but that seems to only reduce the size of the core svg bundle. What's really bumping my modules size is this specific bit: import { FontAwesomeIcon } from...

I think that this issue was fixed in https://github.com/WhyNotHugo/python-barcode/pull/213

Which version are you using?

On Thu, 4 Apr 2024, at 11:19, richardmarktl wrote: > > > The error `AttributeError: 'FreeTypeFont' object has no attribute 'getsize'` occurs because Pillow 10, removed the method `getsize`. >...

The latest version of this library is 0.15.1.

I meant to ask which version of python-barcode, not which version or pillow.

The full stack trace is also useful in these situations.

This was likely https://github.com/WhyNotHugo/python-barcode/issues/163