honza

Results 16 issues of honza

This is ok: `cat article.html | htmlq --pretty 'main' | head -30` This is not: `cat article.html | htmlq --pretty 'main *:not(a)' | head -30` `Error: Os { code: 32,...

I want to remove all img elements by running `htmlq 'main *:not(img)'` Seems to work only as `htmlq 'main > *:not(img)'`

### Expected behaviour Using `[searchFn]="searchFn"` should not be limited to usage with `[items]="..."` . It is convenient yo use `label here` inside ng-select ### Actual behaviour When using `label here`,...

good for contribution
improvement

#### Bug, feature request, or proposal: Feature #### What is the expected behaviour? Be able to (absolute) position popover. Have possibility to absolute position popover. Or move it relative to...

P5: nice to have
feature

I suppose that links that break and continue on the next line are not handled correctly by most of the terminals, leading to invalid links. This is how it is...

I am trying to format this markdown: ```md [Sun - Wikipedia](https://en.wikipedia.org/wiki/Sun) The Sun is the star at the center of the Solar System. ``` to get this in the console:...

Unicode strings break layout. I have tried `xsv table` for comparison that handles it well.

bug

So often `tv` does exactly what I need that I come to love this little tool. I especially like the defaults. Especially in connection with `jq` that does not have...

This ```sh echo '+123' | tv ``` produces: ``` tv dim: 0 x 1 123 ``` This is an issue e.g. with phone numbers (without spaces). This is ok: ```sh...

It's a good practice to right-align numbers to the right side. Not sure why this is not case for (positive) integers in `tv`? Also line numbers that `tv` prints are...