Mark
                                            Mark
                                        
                                    Just curious: what's the use case?
> That is because Table.selectedRows is implemented as a computed property that filters over all rows: @buschtoens I think a better solution would be to start out with an empty...
@offirgolan even better! Observers can impede performance.
@alexander-alvarez I do like the idea of separating custom properties vs `Column` properties by moving them to an `extra` object. However, the issue of mapping properties still remains. Given my...
Hey @joodies did you ever figure out a resolution to issue? Thanks
Sorry if this was already suggested and/or discussed, or maybe I'm late to the party :grin: . But someone in another thread mentioned that malicious website owners could show a...
I've always found it strange that sites can just spam users with notification perm requests randomly. Is it a possibility to just not allow a site to request notifications permissions...
Ugh, you're right @cibernox. Wow the PhantomJS abandonment is new to me, although I saw it coming... After digging through PhantomJS's repo, I did come across [an open issue that...
FWIW, I was using 0.4.1 when seeing this issue. When downgrading back to 0.3.9, the issue went away.
FWIW, we've since ditched PhantomJS in favor of Headless Chrome as you all have suggested here and works perfectly. I guess I understand the reservations of spending extra effort to...