Oleksandr Tkachenko

Results 15 comments of Oleksandr Tkachenko

> I really like the implementation. Just a quick fix to do and a proposal for the documentation. Thanks for your suggestions. I've updated the PR, could, you, take a...

@mdo Hi, sorry for the trouble. Please tell me, have you had the opportunity to review the fixes, are there any updates? Thank you.

> Thanks for this PR @WOLFRIEND! I might have found an edge case with the following code: > > ``` > > > The current link item > > A...

@julien-deramond Hi. I believe I managed to fix this behavior. I've updated the PR, could, you, take a look, please? ![horizontal flush borders](https://github.com/twbs/bootstrap/assets/41586082/bed75159-70db-4586-8a7e-d52230737451)

@julien-deramond @fulldecent Hey, guys. I think I've found a solution to fix it and created a pull request: https://github.com/twbs/bootstrap/pull/39513. For me, it works well, I checked separately only with a...

I messed a bit with the commits, so if necessary, I can create a new pull request where I can clean everything up.

I've investigated this issue, and found that this performance problem is caused by this line of code https://github.com/twbs/bootstrap/blob/4dcc376bfb15dc2a0b538b346e86dc2007a05d67/scss/_reboot.scss#L506-L508: ```css legend { // Omitted piece of code... + * { clear:...

Hi, guys. I'd love to write articles about WeakRef and FinalizationRegistry. I have material on this topic that I would be happy to share. In fact, there is not much...

@jo-arciniegas Would be great if you can provide some code example/sandbox to reproduce it. Since for me it works well with the following code: ``` import React, { createContext, useState,...

If you run this solution in any sandbox, just separately, in isolation from tests, it works correctly and returns the correct result. But, apparently, this solution is too resource-intensive, and...