Yuri Pereira Constante

Results 15 issues of Yuri Pereira Constante

## Steps to reproduce - Open Firefox in [new profile](https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles) - Install Sidebery - Set `Unload folded tabs` to true - Open a new tab in a folded tab ##...

type: bug
reproduced: yes

On https://github.com/philss/floki/pull/518 I added the stack concept on the on Finder to make it easier to implement the search without HTMLTree. Since we ended up with separated functions to do...

This PR adds support for traversal without building HTMLTree for the pseudo-classes that don't require tree information - `:checked`, `:disabled`, and `:not` not using any of the other pseudo-classes. Final...

This PR replaces usages of Elixir functions that return random data, allowing us to update the test to work on all supported Elixir versions: - Replace `Enum.random` with `:rand.uniform` on...

Today `Faker.Util.list(0, & &1)` returns `[0, -1]`, and also causes a runtime warning on Elixir 1.18 because the range has a negative step. I've added: - [ ] USAGE.md docs...