- Varna, Bulgaria
- https://marinatanasov.com/
- @krenvirsh
Highlights
Block or Report
Block or report tyxla
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
WordPress/gutenberg Public
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
-
Automattic/jetpack Public
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
-
remove-accents Public
Removes the accents from a string, converting them to their non-accented corresponding characters.
-
Allows multiple instances of the same form to be run on a single page when using AJAX.
-
carbon-breadcrumbs Public
A basic WordPress plugin for breadcrumbs with advanced capabilities for extending.
2,055 contributions in the last year
Activity overview
Contribution activity
October 2022
Created 8 commits in 1 repository
Created a pull request in WordPress/gutenberg that received 5 comments
Components: Refactor AlignmentMatrixControl
tests to use @testing-library/react
What?
This PR refactors the tests of AlignmentMatrixControl
to use @testing-library/react
's render instead of react-dom
render. This addresses one …