David Lazar

Results 17 issues of David Lazar

Hi, I find that when highlighting code, the selection is so faint on the dark theme, it is hardly recognizable? Anyone else have this issue? In the config file, is...

Assume a Metafield resource of type json_string exists attached to a product, and one then uses Liquid to deserialize the json_string value in a theme. All is well! If you...

Hi, Neat stuff. I have a form configured as: - form.inputs do = form.input :category_id, :as => :radio = form.input :title, :as => :string = form.input :content, :as => :text,...

Hi, Some notes if this repository gets a refresh to Rails 7 and Shopify 10. That would be excellent! Some things that were problematic along the way for me anyway:...

I have officially moved out of my comfort zone with this fabulous pattern. I love it! Now I am using a Turbo based pattern. One problem I have yet to...

I have a successful query I execute as: result = Fizz::Client.query(ShopNameQuery) I dump out result.data.shop.name and I get "fooblewoobles" which is correct. When I reach out to the extensions, which...

Interesting bug. I use serve to prototype CMS based layouts. I use a directory for each layout... so I have views/news and in there... views/news/_layout.html.haml and views/news/index.html.haml It all renders...

Not sure what these errors are about, but for sure, some incoming requests are not being forwarded to the correct ports, and my App is failing to respond to them......

bug
needs-repro-steps

Shopify made a simple and somewhat useful resource picker with Polaris back in the day. It never really offered up much customization, but it did provide some practicality to the...

new components

Rails 7.0.3 sass: .newbg { background-image: image-url("logo65.jpg"); } Results in: ActionView::Template::Error (Error: Invalid CSS after "...72363ac7f64a97b": expected expression (e.g. 1px, bold), was ".jpg);" 21:12:23 rails.1 | on line 18207:114 of...