Peter Elmered
Peter Elmered
I have the same problem. I do not have any errors in the console. `LOG_CHANNEL` is set to `daily`. The log file is less than 1 MB so it should...
I would declare this packet pretty dead and unmaintained. You should fork it or look for another solution.
Unfortunately, this package seems pretty abandoned. I'm using the shit fork mentioned here: https://github.com/Alymosul/laravel-exponent-push-notifications/pull/95#issuecomment-1974152224 I've been thinking about the long term plan for this. For now it works, but it...
Good point. The only way to do this must be to make a select query to get all the transient keys and then loop through them and then run `delete_transient()`...
You mean something like generating keys like `prefix__` and then generate a new version string when you clear the cache? For example: `wp_pjax_pc-876b438o-test-page` That would be a good solution.
This code is a bot beta, as you probably can see, but I'm pretty sure it worked when it was written in 2013. I think the idea was to prefetch...
> Thanks! Is this an active fork being used in your project, or can I hop in and work on things? Yes, I use this in my local dev, but...
@JasperTey Have to worked anything more on this? I might have some time in the weekend to look at this.
Sure, that sounds good. How would we handle controllers, requests etc that maybe shouldn't be in the domain. Should they be generated in the Application layer then? If so, then...
> Yeah, a configurable path for the application layer will be needed. > > In my recent applications, there is often an equivalent "module" in the application that corresponds to...