justin-oh
justin-oh
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
### Symfony version(s) affected 6.4.6 ### Description I used the `make:entity` command to generate 2 entities in a OneToMany relationship. It generates a function in the parent: ```php public function...
### Description I think we would all agree we don't always need strong passwords in our development environments. Especially when we are developing locally and only we have access to...
In the documentation for integrating Bootstrap, it is recommended to `composer require twbs/bootstrap` then `@import '../../vendor/twbs/bootstrap/scss/bootstrap'`. It becomes cumbersome, tedious, ugly, etc. to maintain relative pathing like that. If you...
I have a password with the following special characters `$;{#]@`. I have successfully encoded this password in the past to work with the DSN format. I first had to `urlencode()`...
### Current Behavior: I'm using Symfony's Webpack Encore. These imports are "working" (not throwing any errors in the build process) but the styles are not being referenced on the frontend:...
### Description There is a disconnect between how a browser vs PHP handles newline characters when it comes to the `` element. As far as I know, this is the...
## 📝 Provide detailed reproduction steps (if any) I have the Image plugin enabled with `image_caption: true`. This shows an extra checkbox in the Image modal for "Show Caption". If...
### Current Behavior: In `/packages/vidstack/styles/player/base.css` exists the following style: ```css iframe.vds-youtube[data-no-controls] { height: 1000%; } ``` ### Expected Behavior: Should this be `height: 100%`? Is this a typo? ### Steps...