William Fank Thomé

Results 19 comments of William Fank Thomé

@dwhelan Maybe it's also related to this? https://github.com/livebook-dev/livebook/issues/1440

There is also the [erlfmt](https://github.com/WhatsApp/erlfmt). ``` $ rebar3 fmt ``` Also have a check command: ``` $ rebar3 fmt --check ``` The `erlfmt` repository has a [comparison table](https://github.com/WhatsApp/erlfmt#comparison-with-other-erlang-formatters) with other...

@vkatsuba thanks for the explanation. For my use case, the `erlfmt` has worked well, since I have not worked on big erlang projects and most of the projects are for...

> How does GH recognize file types? Do they use more than the extension? According to [linguist](https://github.com/github/linguist#linguist) repo: > This library is used on GitHub.com to detect blob languages, ignore...

> And something like `.ztl` ? Sounds good to me.

> Django, from which the template language syntax is derived simply uses `.html`. They had the same discussion years ago. https://code.djangoproject.com/ticket/2614 Interesting. Old thread, but it makes sense. In [linguist](https://github.com/github/linguist/blob/d7799da826e01acdb8f84694d33116dccaabe9c2/lib/linguist/languages.yml#L3166)...

Yes, I agree with you, @seannaswell. I referred to this to make Zotonic have its own mark and not just thinking in GH. When you look at a .js file,...

> Would using multiple extensions be problematic? I think no. Phoenix Framework from Elixir uses this technic with multiple extensions, like `.html.heex`. Check this [comment](https://elixirforum.com/t/why-does-phoenix-1-6-use-html-heex-as-the-suffix-of-the-template-file/42013/7?u=williamthome) from [this thread](https://elixirforum.com/t/why-does-phoenix-1-6-use-html-heex-as-the-suffix-of-the-template-file/42013?u=williamthome) in Elixir...

> https://github.com/mmzeeman/zotonic_mod_teleview I have never seen this tag before. Why is it not available in Zotonic? Does it have any common with the live tag?