kvid

Results 393 comments of kvid

I think what @amotl suggests sounds like a solution that is worth considering, but @formatc1702 has to make the final decision. If accepting, he might want to specify some "base...

@formatc1702 wrote: > I have taken some first steps to get things moving and sorted. > > * Move `dev` forward to include all PRs formerly labeled as `in-latest`. The...

> Can you take care of the first points (change base, cherry pick 0.3.1 and 0.3.2 changes into `dev`, implement equivalent changes in `big-refactor`), and let me know? Thanks. I...

My force-push of `refactor/big-refactor` half an hour ago had apparently failed, so I had to retry, and now it seemed to work. However, the following automatic "build" process fails with...

It seems "-dev" (normalized to ".dev") should only be directly followed by a number for different deveopment releases of the same version. See full description: https://peps.python.org/pep-0440/ I pushed commit 0b9af8d6eccba793270338e87eb84cae28e9417f...

@nyq wrote: > However, when BOM is emitted into .bom.tsv file, all HTML tags are getting sanitized out, thus losing all link information. Sanitizing TSV output is presumptuous - I...

I'm just a user and contributer, like you. I try to argue for functionality that I think will gain this project, but the project owner has the final word about...

Maybe e.g. `options.output.tsv.remove_links = False` could be used to specify the requested feature? This way, the `options.output` and `options.output.tsv` will only have one subentry each, but as I mentioned in...

See also my https://github.com/formatc1702/WireViz/issues/230#issuecomment-1025160495 that I wrote more than a year ago about an alternative suggestion to specify alternative filtering rules. In that case it was only two alternative rules...

Thank you for reporting this YAML side effect. It seems to be how the [current YAML parser](https://pyyaml.org/wiki/PyYAML) is intended to work. It might change in the future, e.g. if deciding...