Maksim Huretski

Results 5 issues of Maksim Huretski

**Is your feature request related to a problem? Please describe.** It would be cool if a rectangle would follow barcode **Describe the solution you'd like** Any API to have coordinates...

Hi, currently images in @builder.io/react can't have eager loading (only pixel have), lighthouse warns that Largest Contentful Paint has loading = lazy https://github.com/BuilderIO/builder/blob/d9db5dc4ca3d225847d0f603a1e5557407ea6719/packages/react/src/blocks/Image.tsx#L345 Could you add a flag to set...

Hi, Currently there's no way to turn off debug messages on local machine. It's very convenient to have them during debugging, but when everything is set up, there's no point...

On listing when price facet is chosen, facets are showing correct values, but no products are served. Go to https://catalyst-demo.site/mens/?minPrice=11, facets are shown indicating that products should be shown, but...

**Describe the bug** In 0.14.27 `builderContext` is missing for Qwik. [provideBuilderContext](https://github.com/BuilderIO/builder/commit/a38eae0d238b362ce91fab58845fcbd992eae7a3#diff-fc41cb67ac7376612f0eec79ad5eedfad2a9dfd7b3a60bee673fea504a76fdb0R173) works only with React Server Components and with default components. Our logic rely on qwik and custom components. Basically...