Marcos Benevides

Results 9 comments of Marcos Benevides

Don't [money](https://github.com/carlospalol/money) or [python-money](https://github.com/poswald/python-money) already do that? Or are these solutions too overkill?

@Riverfount Se for usar GPL como o @jairomr mencionou seria legal adicionar essa informação também no `pyproject.toml`. Consultando as [docs](https://python-poetry.org/docs/pyproject/#license) acho que ficaria algo assim: ``` [tool.poetry] name = ......

Foi sugerida MIT também no issue, melhor ver o que os reviewers acham da ideia de usar GPL. Se eles não quiserem eu até entendo, as vezes quem olha o...

I'm currently migrating to lua and doing the [following hack](https://github.com/mtrsk/nixos-config/blob/6221ef7625ca1f8d72321a13ab800429ea59e977/home/editors.nix#L25) to avoid this: ```nix programs.neovim = { enable = true; # ... extraConfig = builtins.concatStringsSep "\n" [ '' luafile ${builtins.toString...

@bearmug can you please review this?

Hello @waterfoul! I can help you implement this feature by guiding you through some steps. First, the `code/src/gitlabc/gitlabc_components_postapiv4projectsidpipeline.ml` is auto-generated from the `api.json` defined here: https://github.com/terrateamio/terrateam/tree/main/api_schemas/gitlab_api Make sure to add...

> @schonfinkel whats up? I didn't see anything change change my last review. oops, I just realized I miss-clicked the review button, sorry about that. :grimacing:

- #660 just got merged. This is the first of many comment-related changes to come over the week. With #666 👻 being next.

@joshpollara So, any other options you feel like make sense for summaries? ``` notifications: policies: - tag_query: 'dir:tf1' comment_strategy: 'minimize' - tag_query: 'dir:tf2' comment_strategy: 'minimize' # default values summary: enable:...