Jakub Žádník

Results 45 issues of Jakub Žádník

- [] I have added an entry to `CHANGELOG.md`, or an entry is not needed for this change ## Summary of changes This PR implements a fix suggested in https://github.com/cs01/gdbgui/issues/407....

### Related problem In [this PR](https://github.com/nushell/nushell/pull/4980), we introduced "search terms": Words that help you search for commands (check `help commands`). Currently, only `prepend`, `append` and `reduce` have the search terms....

enhancement
help wanted
good first issue

### Related problem It would be useful to have the option to limit the number of threads used by `par-each` to avoid clogging resources on shared servers. ### Describe the...

enhancement
performance

### Describe the bug Strange issue related to overlays and config. ### How to reproduce 1. Move `config.nu` and `env.nu` somewhere so that you have no config files 2. Put...

bug
investigate

### Describe the bug It seems like in some tricky cases the variables are not captured correctly. ### How to reproduce Create a `.nu-env` file with the following contents: ```...

:bug: bug
hooks

### Describe the bug `error make` will give a wrong span if the value is inside a block Related (possibly duplicate: #4460) ### How to reproduce ``` > def err...

bug

I have the following settings in my `.vimrc`: ```vim let g:mkdp_command_for_global = 1 nmap MarkdownPreview imap MarkdownPreview nmap StopMarkdownPreview imap StopMarkdownPreview ``` Pressing `F8` in insert mode opens a new...

Just to log the discussion from #1 here. Would be good to have a) a table of contents listing all scripts, b) some system to generate it automatically so we...

help wanted

When selecting text with a mouse in prompt, the selection disappears when the animation redraw is triggered. Steps to reproduce: 1. Use default prompt that updates the clock 2. Select...

bug
A-Display
platform-dependent

Instead of repeating the prompt on every line, display the prompt only at the top/bottom of the terminal. This is how it works now (the top/bottom lines denote terminal window...

enhancement
A-Prompt
P-low