André Szabolcs Szelp

Results 13 issues of André Szabolcs Szelp

The section about the number of files found reports 0/0 for one of the other tools and the text following claiming a small difference between `rmlint` and `fdupes` does not...

bug
Help Wanted!

Hi, Chris, This is a followup on Issue #1525. That one fixed the colour deviation of Unicode characters in the display of identifiers (red instead of the surrounding black for...

bug

In particular, for symbols with an `'` in their name. If I try to rename `someSymbol'`, it will - only make the name editable up to the `'`, excluding it,...

type: bug
status: need repro

(reported with v2.4.0) Lists are quite basic, it would be good to have a show for them. ```koka > [1.2, 3.4] check : interactive (1, 0): error: no 'show' function...

(reported with version 2.4.0) The interactive help `:?` gives: :d[efines] [identifier] show interactively defined values However, that command does *not* accept an optional argument for `identifier`: ``` > val x...

bug
interpreter

Rainbow csv helpfully allows - ignoring comment lines - allows to be configured to parse the first data line as a header The second is particularly helpful with long files...

enhancement

Support importing FontForge files would -- as a perspective -- a booster feature for adoption.

enhancement

## Issue When running a single environment, tox correctly reports the exit code back to the calling shell `cmd.exe`: ```console > tox run -e py310-fail 1>NUL 2>NUL & if ERRORLEVEL...

help:wanted

This bug regarding lists-values was first described in a comment to #36. #36 in the strict sense is fixed by merged-not-yet-released PR #37. I open this issue to track the...

type:bug

Fixes for problems with pydantic 2.x have been merged into master. Please publish the pydantic 2.x-compatible version to pypi (after proper testing). Thanks!