Jacques Combrink

Results 5 issues of Jacques Combrink

Fixes https://github.com/cython/cython/issues/1357

C++
defect
Type Analysis

If the current `lib/htmllint.js` code can be rewritten to make use of async/await it will be more readable and maintainable. The tests would then also be more readable and more...

enhancement
help-wanted

requests.Response.iter_lines has a known issue where it will not return a line if the bytes in that line is less than the minimum size and it's the last line. https://github.com/psf/requests/issues/3577...

In the (W)arning category of Pylint `nan-comparison` has code `W0177`. [Here](https://pylint.readthedocs.io/en/latest/user_guide/checkers/features.html#:~:text=nan%2Dcomparison%20(W0177)%3A) In Ruff it is coded to `W0117`. Is it a mistake? Thanks in advance

bug
rule

Is there a way to create a column header similiar to the dropdown filter example, but with the options as checkboxes, or maybe just plain multi-select labels that uses background...

enhancement