Brujo Benavides

Results 120 issues of Brujo Benavides

> There, just a retry and this is green, we've got a flaky test @elbrujohalcon 🤷🏽 _Originally posted by @elbrujohalcon in https://github.com/inaka/worker_pool/issues/199#issuecomment-1862386973_

Follow the latest standards in CI, using `rebar3 test` and adding stuff like `rebar3_format`, `rebar3_lint`, `rebar3_hank`, etc…

enhacement
hacktoberfest

We need to check what changed in `erl_syntax` and `epp_dodger`, as usual, but we also need to add support for documentation attributes, sigils and triple-quoted-strings. Plus, `maybe` is enabled by...

**Describe the bug** The default formatter adds an empty line after an attribute if it finds a comment below it. That's an issue because EDoc uses comments after `-type`s to...

bug

OTP25 introduced a new attribute to identify functions overridden by nifs: `-nifs(…).`. Hank currently identifies them by their calls to `erlang:nif_error/2`. ## Describe the solution you'd like I would like...

enhancement

There is an option now to _search in Hayoo!_. **Federico Grassi** proposed to add an option to _search in Google_ or _search in haskell-users mailing list_ specially useful to find...

HPage.GUI
Feature

Add tests for the newer functionallities: - Lists and IO actions - **Fillers** when they're moved into **HPage.Control**

HPage.Control
Feature

**CharFiller** and **ValueFiller** should be part of **HPage.Control** so they can be tested with _QuickCheck_

HPage.GUI
HPage.Control
Feature

Add configuration to HPage.Control, it may be changed on runtime and stored in a file. It should include: - expression separator - undo/redo history length - other GUI-specific settings

HPage.Control
Feature