Augusto Bennemann
Augusto Bennemann
Este PR adiciona a sincronização de transações da Nuconta, resolvendo assim parcialmente a issue #10. A sincronização de rendimentos não está implementada. Obs: a versão atual da pynubank não fornece...
Criei um Dockerfile para facilitar a utilização dessa biblioteca localmente (sem o Heroku).
This PR fixes #638. When importing a CSV file, the columns mapped to Option fields with a containing group are overwritten as false. Steps to reproduce the bug: 1. Create...
This PR adds two filters for disabling post types from triggering a purge. In my case I am using it to exclude woocommerce orders: ```php add_filter( 'rt_nginx_helper_exclude_post_types', function( $post_types )...