cwegener
cwegener
Just updating with a link to the successor project to the original base16 project: https://github.com/tinted-theming/base16-shell
> To release a version (v3.0.0) that is not a git version, it would be great to add the file `pyproject.toml` in this project? See [PEP 517](https://peps.python.org/pep-0517/). You can also...
PR with the above refactor has been created at #651
> Cool thanks. > > For 5, why not using [Hatch](https://github.com/pypa/hatch) instead of Poetry? No particular reason. It's just what I'm used to using. Happy to have it be hatch...
@HLFH I pushed the change from poetry to hatch. Also, I just noticed that there is a `Dockerfile` in the project ... which would also need to be updated with...
> @cwegener @HLFH @M4RC0Sx I don't know much about Python packaging so I have some questions. > > * why hatch and no other package manager? there is a pr...
It's not a big issue for me. There will always be custom patches that I will need to maintain internally anyway. So, I'm happy to keep using a patched version...
> Describe alternatives you've considered At the moment user can customize send_batch_size/send_batch_max_size, but in theory there can be a few traces with huge spans (e.g. Java backtraces with logs) and...
> this param did not work for otlp exporter No it won't. the maximum receive message size is only for the gRPC server side. On the gRPC client side, the...
This also happens occasionally for me when either using `:wq` or `ZZ` but I cannot reproduce it consistently.