Victor Marques
Victor Marques
@Elfayer this approach has a downside. If you do something like below: ```vue My awesome table .table-component .title { font-weight: bold; } ``` If the `row-component` contains any element with...
But back to the main topic, overall what do you folks think of using `/deep/` navigation on Vue.js scoped CSS? 🤔 Using it you are coupling the style from the...
So, to make the tests easier I've come up with this script to test the cache invalidation in each approach: https://gist.github.com/victor-am/6558e38342ea990d4a6c7d2e7f87671a Basically I've described those 3 scenarios: **Scenario A:** Replacing...
Hmmmm makes sense, indeed the Last ID approach has benefits over the MIN(timestamp) one! Well, seems like you are better equipped than me to solve this one, I'm closing my...
I didn't have time to dig into an actual review yet but while scanning through the files I was wondering if this empty `activerecord/db/primary.sqlite3` could be removed 🤔