tyler36
tyler36
I would like to request a new feature that can automate namespace insertions. Given I'm in `web/module/custom/example/src/Controller/ExampleController.php` -> generates `namespace Drupal\example\Controller;` Given I'm in `web/module/custom/theme/src/Plugin/Block/ExampleBlock.php` -> generates `namespace Drupal\example\Plugin\Block;` The...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? #6343 hightlights a improved user...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Recently, DDEV gained the ability...
**Is your feature request related to a problem? Please describe.** I would like the ability to set the "execution time" to milliseconds as the default unit. **Describe the solution you'd...
Thank you for the extension. I get an error notification popup on start-up. ``` Failed to read configuration (/home/user13/tailwindcss-demo/node_modules/tailwindcss/stubs/tailwind.config.js) ``` `/home/user13/tailwindcss-demo` is my workspace root and where my main `tailwindcss.config.js`...
I finally got around to giving this is a good go on CakePHP5. However, I'm hitting a CORS issue when I run `build`, but not `dev`. I'm using DDEV to...
In PR #56 , @rfay said > I wonder if you'll ever want to automate it so the daemon runs automatically with web_extra_daemons. What are everyones opinions on this?