Rohit Yadav

Results 43 issues of Rohit Yadav

Is it possible to paginate a long list of args that can be cycled/returned when pressing tabs/arrow keys? /cc @chzyer

Can something like https://github.com/c-bata/go-prompt be possible with `readline` during autocompletion or shell+tabbing?

This fixes issue of prompt width when one of the characters is from the unicode 'Symbol, Other' (So) category such as '🐵'. The issue is fixed by adding unicode.So to...

Hi @chzyer, when I use a unicode char such as '🐵 >' for the `Prompt`, the cursor moves back by a character (for each unicode character) every time I do...

I get this on building chapter 8 code: > make all make -C bootloader make[1]: Entering directory '/home/bhaisaab/Lab/oslab/os01/code/chapter8/os/bootloader' nasm -f elf bootloader.asm -F dwarf -g -o ../build/bootloader/bootloader.o ld -m elf_i386...

# Bug reports Open any `go-prompt` enabled CLI app, such as `cloudmonkey` (https://github.com/apache/cloudstack-cloudmonkey) or `kube-prompt`. Sometimes in the CLI, while typing accidentally touch or scroll up and down. I'm able...

bug
Effort High

Can you add a small feature to navigate through the list of item in a select prompt using tab, that goes from first to last of item in a circular...

[WIP] Include powermock based tests in coverage

component:build

If CloudStack is being upgraded and a DB issue is hit (say table is already altered, forgot to have systemvmtemplate in the deb/rpm build etc), then the whole transaction isn't...

Introduce a new global setting that can be used to customize all MTU values the MTU interface (see libvirt XML - https://libvirt.org/formatnetwork.html#elementsConnect). First of all we implemented a change for...

type:enhancement