Theo Ephraim

Results 117 comments of Theo Ephraim

@manast - that could help some for some simple scenarios where jobs can be bucketed easily. In my case, I have several different rate limits that need to be checked...

@chris72205 thanks for taking the time to explain your solution - very helpful. I already have a wrapper around each job handler, so was able to do something similar and...

+1 -- this seems like a common problem for a burger-button type mobile navigation that takes up the whole screen. Everything works until the user clicks the link for the...

This tool works by scraping the site and following any links it finds, so if those links aren't visible anywhere until login, then how can it find them? A few...

👍 Would also love to see pug + typescript / intellisense support. Any pointers on how things are working currently and how/where to pitch in to help make this happen?

The main use case (and why it was originally supported) is to handle an initial schema dump as your first migration. This is super useful if you're migrating an existing...

yeah its a big one for sure... maybe a simpler way to think about it is starting with a base .sql dump file and a helper command to create it?

@nurmuhammadsirat you could also occasionally clear out all your migrations are replace with a current snapshot of the database

For anyone interested, check out a post in the [Vue RFCs discussions](https://github.com/vuejs/rfcs/discussions/454) and please weigh in there! Would love to see this changed...

I've published a new update which improves the handling of deleted rows. Now a cache of rows is tracked, and if a row is deleted, all later rows have their...