Hugo
Hugo
Sí. En cuando me respondan la habilitación del servicio reintento correr ese test y debería salir andando.
Me respondieron del AFIP: > Estimado/a > > Segun lo tratado con las areas intervinientes se remite lo informado a efectos de brindar una solucion al presente requerimiento. > En...
El último drama con el test era el monto: [la factura debe ser por más de $546.737](https://servicioscf.afip.gob.ar/publico/abc/ABCpaso2.aspx?id_nivel1=2432&id_nivel2=2570&p=Facturas%20de%20Cr%C3%A9dito%20Electr%C3%B3nicas%20MiPyMEs).
https://pypi.org/project/django-afip/11.3.1/ Está desde el 2023-07-26
Terraform has https://github.com/hashicorp/terraform-ls. I'm not familiar with special requirements for language servers to work with VSCode, but terraform-ls has [a dedicated plugin](https://github.com/hashicorp/terraform-ls/blob/main/docs/USAGE.md#vs-code) for compatibility with it. `terraform-ls` works fine with...
A simple workaround for now is using `ln -s /usr/bin/tofu ~/.local/bin/terraform`. Replace `~/.local/bin/` with anything that's in `$PATH`.
I originally had this issue on Arch, but it also reproduces on Alpine.
+1 on this. 0.19 seems to have changed how tree-sitter behaves, but I can't quite figure out _what_ or _how_.
There's a very similar situation with `APKBUILD` (expect the fact that these are `sh`, not `bash`). However, I would globally ignore `SC2148/SC2034`. Only some specific variables are used by the...
I think it would be useful is variables could be ignored by name (rather than putting the directive on the line above where they are declared).