GeoSot

Results 84 comments of GeoSot

>conceptually, it likely needs to do a check of "if the relevant error is already shown/the aria-describedby already contains the reference, do nothing, otherwise show the error/add the reference to...

@patrickhlauke for start, I want to really thank you for your patience and your help. I saw the review above and : >1:27 - 1:59 Server side: notice that only...

Thank you @patrickhlauke 🙂 I have it in my mind too, but I am holding myself, till I get some feedback from other @twbs/team members (or contributors), concerning the usefulness...

Just putting them in a 'hidden' order, hoping we will manage to address them ;)

@mdo when #33545 is landed, will be possible to have this feature, given a mark-up to constrain `offcanvas & backdrop` like below or something better ```css .offcanvas-parent { position: relative;...

May it could be transformed on a migration file? @santigarcor Are you interested on a trial?

To be honest, I kept laratrust for my simple projects, and for some demanding projects, I implemented a custom-made hybrid using fortify for authentication, and a combination of jetstream &...

I can only tell, we make use that `placement: 'auto'` in [docs](https://getbootstrap.com/docs/5.1/components/tooltips/#options) and in our code https://github.com/twbs/bootstrap/blob/5290080d4df3047d04c8a232bca5dc7f8eaa4bc6/js/src/tooltip.js#L52-L58

Supposing I am not missing something, why do we have to replace the version of css and package.lock files? As theses files are the result of another process, could't 'just'...

> Yeah, but we don't do `npm install` after the release script. Agreeing with this, however is not wise to mess with package.lock . So can we do something else...