justin-oh

Results 9 issues of 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...

css
enhancement

### 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...

Form
Bug
Status: Needs Review
Status: Waiting feedback

### 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...

Validator
Feature
Status: Waiting feedback
Stalled

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:...

bug

### 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...

type: bug

### 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...

bug