QWp6t

Results 11 issues of QWp6t

First of all, thanks for all the effort you've put into your dotfiles. I've been using them for a little while now. I'm actually in the process of cherry-picking your...

This command will dump a bootloader file containing the resolved application paths. This is useful to avoid resolving those paths on each request. This command should be interpreted as a...

In scenarios where context is within a symlink, `path.relative()` will return an undesired path because the resource path follows symlinks. We resolve this by using `fs.realpathSync(options.context)`.

This adds `illuminate/routing` as a dependency.

### Summary With WordPress working toward [enabling plugin dependencies](https://make.wordpress.org/core/2022/02/24/feature-project-plugin-dependencies/), we see an opportunity to release Acorn as a plugin again so that it can be marked as a dependency by...

enhancement

It's certainly possible that I'm just doing something completely wrong, in which case I apologize. But after digging around for a bit, I don't see documentation on how to get...

See: https://github.com/roots/sage/issues/1938

Haven't had a chance to dive into this yet, but I'm going to guess that the event that triggers writing new `.htaccess` file is being fired more than once. I'll...

We discussed in #9 to suggest the Facebook SDK in Composer and to create a Provider for it. I think instead of that, we should keep it simple to avoid...

In order to maintain dev/prod parity, I keep this plugin enabled in development environments and test all of my forms based on the return value of wp_mail(). It would be...

feature-request
mail-send
ui