Yuri Pereira Constante

Results 15 issues of Yuri Pereira Constante

Currently the test/spec files in the src folder are being downloaded when the package is installled.

help wanted

_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ I'm trying to...

Currently DataTables does a lot of dom manipulations when destroying a table, to return the table to its original state, even when requested to remove the table from the dom....

Currently when reading a number, a Double value is created, then it's converted to long or int if there is no dot in the string. If it was parsed directly...

### Steps to reproduce - Add timex 3.7.8 and gettext 0.20.0 to project dependencies - run `mix deps.get && mix deps.compile` - gettext will show a warning ### Description of...

When using Dolphin with `adwaita-dark` theme, the icons are not changing, making them almost unreadable. Is there a way to change the icons? ``` # .profile export QT_QPA_PLATFORMTHEME="gnome" export QT_STYLE_OVERRIDE="adwaita-dark"...

# Summary On the tests verifying if the path items are not added multiple times to PATH when asdf is sourced twice, instead of checking the resulting PATH, the tests...

It would be interesting if JUnitParams had some way to force all or to configure the method used as source of the parameters to be static, making it easier to...

reviewed

Today Finder.find expects a list of html_node tuples, and returns an HTMLTree and a list of resulting HTMLNode. To allow the changes for #515, we need to return html_nodes only...

To make sure we don't have any regression on the changes for https://github.com/philss/floki/issues/515, we need to run all selector tests with both html node tuple list and with HTMLTree. This...