Joel N

Results 16 comments of Joel N

Also, the instructions here forget to mention that you need to run mkcert -install https://shopify.github.io/slate/docs/create-a-self-signed-ssl-certificate

Can someone also please explain why there are 3 different ways to view dev (shopify domain, localhost, and local IP/external). Given that the preview bar is completely broken and has...

Seems absurd that Shopify doesn't have the resources to maintain their core/default theme toolkit.

@jbotte @vbersier @lukecurtis93 They have another repo with a gpu accelerated chromium browser that supports RPI4 https://github.com/balenablocks/browser

Any updates on this? Shouldn't we just make Sunspot sessions threadsafe at some point?

There are 2 things you need to do to get this to work correctly, first, you need to have something like this in your mailer layout (when not extracting css,...

Looks like premailer also accepts this option, which could be put in an initializer: Premailer::Rails.config.merge!(remove_scripts: false) I think the right way forward @fphilipe would be to add another "strategy" that...

I was able to get it to work using this in my .scss @import "~flickity/css/flickity.css"; It would be great if it could just use the package.json style tag that you...

@dblock Please see my PR #338 We were having these errors too, and I'm guessing that you are actually having a pool saturation problem and not primary node connection issues....

In general, you should have a pool_size that is equal to or greater than the number threads you are running. You shouldn't need to tune pool_timeout. Here is an update...