Ilyich Vismara

Results 15 issues of Ilyich Vismara

**Describe the bug** We want to have better mocking in order to have stronger tests. What we can do is add a `support` file which contains a map that simulates...

**Describe the bug** Test coverage differs between local and actions due to an error raised by the GenServer. ``` {:noproc, {GenServer, :call, [ {:via, Registry, {:group_registry, {:group_test, :test_schema}}}, {:add_link, :arke_list,...

**Describe the bug** Since the limit of existing atoms is not that high, we should switch to the usage of strings instead of them.

Analysis

## Description As per title ## Related Issue Fixes #41 ## Test - [x] I have added tests that prove my fix is effective or that my feature works

## Description We need to provide a way for filtering autocomplete options without managing a state from outside

`dialog` HTML tag is now supported by most of browsers. We should try to implementi it as well instead of the current dialog in order to decrease `@headless/ui` usage. https://caniuse.com/?search=dialog

## Description As per title ## Related Issue Fixes #19