Thiago Majesk Goulart

Results 36 issues of Thiago Majesk Goulart

Something like: ```yaml languages_official: en: english languages_spoken: en: english ``` ```elixir %Country { languages_official: %{"en" => "english"} languages_spoken: %{"en" => "english"} } ```

Hello everyone... I'm searching for a grid framework to use alongside with knockoutjs. The other 'obvious' options like gridster or gridstack seem to hard to integrate or at least I'm...

As commented here: https://github.com/saadeghi/daisyui/discussions/828#discussioncomment-2930866, while customizing DaisyUI, I caught an unexpected "issue" where variants like `alert-info` were not being generated. The thing is, for this class to be generated properly,...

documentation

Hi! There's a common use-case for squash and merge workflows where you can keep all the PR commit history inside the final squashed commit as a comment. This is very...

Right now, `Ancestry.Repo.delete/3` [breaks convention]( https://hexdocs.pm/elixir/master/naming-conventions.html#trailing-bang-foo) by using the unsafe [`Repo.delete!/2`](https://hexdocs.pm/ecto/Ecto.Repo.html#c:delete!/2). Please, provide an alternate version of the function that uses [`Repo.delete/2`](https://hexdocs.pm/ecto/Ecto.Repo.html#c:delete/2) instead. Also, rename the current function to reflect...

Hi everyone! Just included this tool as part of my workflow today and have to take my hat off to you guys, it works like a charm. My team and...

Hi! I'd like to know what would be the contribution process to improve the highlight of some specific language. I see that there's a Ruby demo [here](https://github.com/sdras/night-owl-vscode-theme/blob/main/demo/ruby.rb) and it seems...

Hi! I was testing this component today and noticed that the `title` attribute properly translates to my locale, but not the displayed value, which causes confusion. Looking at the examples...

Cheers everyone! I'm having this Dialyzer warning just by implementing the `perform/1` function: ``` The pattern 'false' can never match the type 'true' ``` There's also another warning: ``` The...

Status: Inactive

For a more minimalist look and feel, allow for disabling folder icons, that is: using only file icons.