William Fank Thomé

Results 15 issues of William Fank Thomé

### Description Adds the possibility to subscribe into `model/sessionStorage/post/mqtt-origin-client-id` topic. The only changed thing is the `{ retain: true }` option. ### Checklist - [ ] documentation updated - [...

The `.tpl` extension is considered a [Smarty](https://en.wikipedia.org/wiki/Smarty_(template_engine)) file by GitHub. I know this is a huge change, but maybe Zotonic could use another one so that Zotonic extension can be...

For example `#{0 => 0}` throws no function clause matching. This PR fixes this by escaping the key. ```console 1> thoas:encode(#{0 => 0}). ``` Maybe the output result should be...

This PR helps `gproc` newbies like me :)

I'm having some issues with the `alert icon`. It hides the regex at the end part and makes the continuation editing a problem. Take a look at the right top:...

I'm receiving this error on the debug console at the startup when debugging the extension: ```console rejected promise not handled within 1 second: TypeError: Cannot read properties of undefined (reading...

This PR fixes an issue printing UTF-8 characters. If the module contains, e.g., `-author("William Fank Thomé")`, Erlang does not recognize it as a valid file because of the `é`.

This PR improves the completion for `bash`. Currently the improvements are: - Profiles completion: typing `rebar3 as ` gives a list of the `rebar,config` profiles, same for `rebar3 clean --project/-p...

For `` HTML elements, LiveValidation only returns the first option selected even if the attribute multiple is set (``). See in `livevalidation,js`, line 385: ```javascript case LiveValidation.SELECT: if (this.element.selectedIndex >=...

enhancement
javascript

In my pull request I updated the regex to match the module name as ${RELATIVE_FILEPATH/^([^\\/\\\\]+[\\/\\\\])|(\\.ex|\\.exs)$|([^._\\/\\\\]+)|_|([\\/\\\\])/${3:/capitalize}${4:+.}/g} who works very well in defmod and ex_unit snippets, but not in supervisor, dynamic_supervisor and...