Jakub Žádník

Results 46 issues of Jakub Žádník

Since rate control is not implemented for the HT mode, it would be useful to have at least some level of control over the output bitrate / quality with the...

enhancement

### Describe the bug If there is some code behind the cursor when hitting Tab, the completions do not trigger, even though they should normally. ### How to reproduce In...

:bug: bug
completions

### Related problem Currently, signatures accept `...rest` as fall-through positional arguments. It would be nice, if there was a way to do the same for flags and named options (e.g.,...

enhancement
needs-design
delight
parser

### Related problem It would be nice if the `help` arguments could auto-complete command names. ### Describe the solution you'd like E.g., `help with` should autocomplete to `help with-env` ###...

enhancement
delight
completions
engine-q

### Describe the bug When I have a variable of a significant size (100s megabytes, gigabytes), the REPL update slows down considerably. ### How to reproduce 1. `let x =...

:bug: bug
optimization
performance

We discovered we accidentally had a major performance regression. We should set up some monitoring to prevent that in the future. 1. Create `scripts/benchmarks.nu` and put `benchmark { 1..100000 |...

performance

ActivationTester will use a list of strings as the command instead of just a string. Required to proceed with https://github.com/pypa/virtualenv/pull/2422 ### Thanks for contributing, make sure you address all the...

### Description The activation script will be a module that would be added as an overlay which allows for more ergonomic handling of the environment varaibles. I had to change...

**Platform** Linux **Terminal software** tmux Describe the problem you are observing. ## Steps to reproduce Happens with history set to sqlite. Unfortunately, I don't have 100% repro steps but reedline...

bug
P-critical
A-History

### Related problem _No response_ ### Describe the solution you'd like Instead of `each -n {|it| [ $it.index $it.item ]}`, the block signature should look like `each {|index, item| [...

enhancement
polish