David Cottrell
David Cottrell
python 3.12 IPython 8.22.2 Weird erasure of previously typed text. [Screencast from 2024-03-18 22-07-57.webm](https://github.com/ipython/ipython/assets/223276/abecc7f0-1fd6-422e-bbe0-213d0b1e5cf8) config ``` c.TerminalInteractiveShell.display_completions = 'readlinelike' # disabling use_jedi (turning jedi back on seems to fix this...
Posted as a discussion but probably belongs in issues. Example of the issue. I can create some full reproduction script later if needed. This is some kind of `data_raw` and...
### What happened? Deriving columns with same name as existing results in confusing or wrong output.   ### PRQL input ```elm from invoices derive { total = invoices.total *...
### What happened? I'm not sure if this is a real bug or just a strange error message? ### PRQL input ```elm from data join side:left other (other.id== data.id) into...
### What happened? I'm not sure if this is intentional or not. ### PRQL input ```elm from invoices group billing_country ( aggregate { a = count_distinct billing_city } ) into...
Allow configuration of min_elide. Preserve existing behaviour by default. Closes #14323.
Weakly tested by converting the output probs using the `convert_prob_to_word` utility I added and checking it matches the readtext pred_str outputs ... did this a while ago, but now have...