Tiago Carreira

Results 7 issues of Tiago Carreira

De forma a deixar a rota `/api/v1/sessions` uma black box (ou seja, não ser possível saber se um usuário existe ou não através do tempo de resposta do servidor), precisamos...

back
good first issue
segurança

Fix: Allows capturing cmd output and errors The current behavior of OutOrStderr() is inconsistent. This PR introduces a feature to achieve the desired behavior without causing any breaking changes. ---...

- remove useless errors ``` which: no yamlfmt in (/c/Program Files/Power.... ``` - fix endLine to `\n` on windows (regression?)

same as #215, updated with `beta-v2` branch code. diffs: - md doc next to plugin.go (`pkg/cmd/plugin.md`) - more envs are passed Check how this gets rendered: - https://github.com/tcarreira/tsuru-client/tree/beta-v2-doc-tsuru-plugins#tsuru-plugins - https://github.com/tcarreira/tsuru-client/blob/beta-v2-doc-tsuru-plugins/pkg/cmd/plugin.md...

> ☐ download json Em relação ao formato, penso que guardar diretamente em GeoJSON pode ser a melhor opção, porque não só os dados ficam semanticamente anotados, como quer o...

enhancement

Docker build will cache each layer with a temporary container and burst the entire layer cache if some change applies to that layer. This will have a great impact on...

On the guide https://toha-guides.netlify.app/posts/update-v3-to-v4/#6-update-the-configyaml-file there is an instruction: > you can check the sample [config.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/config.yaml) that should be renamed to > you can check the sample [hugo.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/hugo.yaml) (previously config.yaml) I'm...