Oleksandr Tkachenko
Oleksandr Tkachenko
### Describe the Issue When trying to run tests on the local machine, one of them failed with the following error: `AssertionError: expected 51999 to equal 55374`. The test that...
Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request). - [x] My pull...
Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request). - [x] My pull...
### Description According to the [documentation](https://getbootstrap.com/docs/5.3/components/list-group/#horizontal): > Currently horizontal list groups cannot be combined with flush list groups. So, when using `.list-group-flush` and `.list-group-horizontal` on the same list group, we...
### Description Fixes https://github.com/twbs/bootstrap/issues/39428. All of the discussions could be found by the link above. ### Type of changes - [x] Bug fix (non-breaking change which fixes an issue) -...
Since [WeakRef](https://github.com/tc39/proposal-weakrefs) is available from ECMAScript 2021, I think the method to check if a value is classified as a WeakRef object should be added here. Lodash already contains similar...
Add a function that checks if a value is classified as a `WeakRef` object.
Fix of the https://github.com/axios/axios/issues/5910 issue. fixes https://github.com/axios/axios/issues/5910