alpadev

Results 11 comments of alpadev

Don't know if this has been merged into but the current config: ``` flags: ['-f', '--strip-all', '< quality >', '< inputFile >', '-d', '< outputFolder >'] ``` works fine for...

~~To my understanding, the idea in general is it shouldn't be possible to delete the working directory and/or outside of it without setting `dangerouslyAllowCleanPatternsOutsideProject` to `true`. Though it looks like...

Cheers! I had some little vue fun project running properly on `webpack@4` and just recently updated it to use `webpack@next` and ran into a problem as well (in my case...

Arguably there has been some paradigm shift away from jQuery with v5 IMO. While in v4 (and earlier) Bootstrap heavily depended on jQuery this isn't the case with v5 anymore....

As far as I can tell, the reason for this is `data-bs-no-jquery` or to be exact, that we check for this data attribute to exist when registering our components with...

You mentioned it there: https://github.com/twbs/bootstrap/issues/28481#issuecomment-757491401. Not sure if @RyanBerliner continued to work on this, since its seems he was waiting for some [acknowledgement](https://github.com/twbs/bootstrap/issues/28481#issuecomment-798822734) on his concept. Personally I'm totally in...

@RyanBerliner can't speak for the whole team but IMO it makes sense to continue your work if you're still up for it. As for me, an improved focus trap behavior...

Gonna x-ref https://github.com/twbs/bootstrap/issues/33715 here. Maybe Ryan can solve this too, when he is already improving our modals. 😊 It's somewhat related to focusing.

The problem is we don't initialize Popper for dropdowns in the nav element, tho I'm not sure why (I wasn't aware of this). As a workaround you could add `.dropdown-menu-end`...

@GeoSot I'm afraid #34085 wouldn't fix that. The problem here is that while the modal is transitioning it just returns from calls to `.show()` and `.hide()` and does nothing. Simply...