staticdev
staticdev
Commit revertido por falha em 1 dos testes: https://github.com/staticdev/irpf-investidor/commit/8a26aecb050a9ed152d3396d6738e0ad42c9d998
When we run the code there are warnings from pandas 2. ``` /home/user/pyenv/versions/3.11.1/lib/python3.11/site-packages/irpf_investidor/report_reader.py:69: FutureWarning: The argument 'date_parser' is deprecated and will be removed in a future version. Please use 'date_format'...
O novo portal está gerando um relatórios em XLSX. Suportar ambos formatos antigo e novo.
NOTA: este programa foi completamente substituído pelo [IRPF Investidor](https://github.com/staticdev/irpf-investidor/) e não será mais atualizado.
I've tried to use HTTP POST input through current version but the implementation is incomplete.
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
Default sentry dehavior fill environment tag with ASPNETCORE_ENVIRONMENT variable. But with I use Serilog, this tag comes empty.
`ableton.nix` currently does not do that and just adding to `packages.yml`: ```yaml - name: Add Nix to PATH ansible.builtin.set_fact: ansible_env: "{{ ansible_env | combine({'PATH': ansible_env.HOME + '/.nix-profile/bin:' + ansible_env.PATH}) }}"...