Petra Jaros
Petra Jaros
By the way, this and #277 were _exceedingly_ easy to write failing specs for, despite having no idea how Squeel's internals work. I had the specs running green in a...
No problem, @ernie. Congrats on the new job and the keynote! For @marcusg and others hitting the same issue, the easy workaround is to use a Squeel keypath instead. So,...
That gem just bundles the compiled CSS, not the Sass version, which means it doesn't provide mixins. It looks like the version of the Sass files currently in this repo...
`eventsNow` currently takes ~3s to run for me; this might be why.
Ah, `:simple` works great! Thanks.
Ah, it's failing at: ```js return page.goto(builtUrl, { waitUntil: "networkidle2" }); ``` I don't know Puppeteer at all, but I gather `networkidle2` never happens on my machine for some reason.
Huh, me too. 3 seems to work also. I wonder if Puppeteer is looking at connections across all the window's tabs to determine when the network is idle?
@chrisvxd I'm on 1.7.0, so I should have that change. But I don't think it's related. That causes it to (correctly) default the concurrency to 16, but the issue here...
Thanks, @didoesdigital! It's definitely a meaty first issue, but I'm used to working in React, so I'm up for at least giving it a shot if no one's going to...
@melvincarvalho Do you have a specific idea for what the value of `@view` would be, and how it would be used by a user agent? I wonder if perhaps the...