Hugo
Hugo
Locking is expected to happen externally. Do it explicitly, remove the assumption, and document the situation.
Move los campos así: TaxPayer - issuing_name - vat_condition - gross_income_conditoin - logo PointOfSales - issuing_address - issuing_email - sales_terms
This has breaking API changes, so it'll have to wait for v9.0. Move `django_afip.factories` to `django_afip.testing.factories`, to make it **very** clear that these are testing utilities.
AFIP has changed the description of this, so when re-fetching metadata, one ends up with two different `DocumentType`s that have the same code (code 99). `code` should probably be the...
I've migrated to using **[django-payments](https://github.com/jazzband/django-payments)** on most of the websites I maintain for over a year now. It's generally better designed, and has the upside of supporting multiple payment processors....
This changeset exposes a function `get_diagnostic(diag_type)`. It returns a number (unlike `get_diagnostic_*` functions, which return a formatted string). I did a tiny refactor here, and: - Both `get_coc_diagnostic` and `get_nvim_lsp_diagnostic`...
Run `nvim -O 1.py 2.py`. Only the first first split has galaxyline properly rendered, the second one doesn't. Focusing it does render galaxyline.