Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ruby/reline issues and pull requests

#751 - Fix Reline crash with invalid encoding history

Pull Request - State: open - Opened by tompng 6 days ago

#750 - Add a timeout to cursor_pos

Pull Request - State: open - Opened by tompng 18 days ago

#749 - Concatenate some rendeing test

Pull Request - State: open - Opened by tompng 21 days ago

#748 - Fix incremental search cancel bug

Pull Request - State: open - Opened by tompng 22 days ago

#747 - Make rendering test faster using updated yamatanooroti

Pull Request - State: open - Opened by tompng 24 days ago

#746 - Specify commit hash of yamatanooroti

Pull Request - State: closed - Opened by tompng 25 days ago

#745 - Bump version to 0.5.10

Pull Request - State: closed - Opened by ima1zumi 25 days ago

#743 - Fix RELINE_TEST_ENCODING

Pull Request - State: open - Opened by ima1zumi 26 days ago

#742 - Fix redisplay/insert_text called from pre_input_hook

Pull Request - State: closed - Opened by tompng 27 days ago
Labels: bug

#741 - Add test for reset_variables in Reline::Config

Pull Request - State: closed - Opened by ima1zumi 28 days ago

#740 - Implement re-read-init-file

Pull Request - State: closed - Opened by ima1zumi about 1 month ago - 2 comments
Labels: enhancement

#739 - Remove unused variables

Pull Request - State: closed - Opened by ima1zumi about 1 month ago

#737 - Typofix

Pull Request - State: closed - Opened by hsbt about 1 month ago

#736 - Allow composing user-defined WINCH signal traps

Pull Request - State: open - Opened by fractaledmind about 2 months ago

#734 - [HELP WANTED] Try to fix windows and external command bug

Pull Request - State: closed - Opened by tompng about 2 months ago - 5 comments
Labels: bug

#733 - Fix memory leak in setupterm

Pull Request - State: closed - Opened by peterzhu2118 2 months ago

#732 - Accept colon-style hash in test assertion

Pull Request - State: closed - Opened by tompng 2 months ago

#730 - Fix rendering bug of nomultiline prompt

Pull Request - State: closed - Opened by tompng 3 months ago
Labels: bug

#729 - Sorbet complains about Reline::ANSI

Issue - State: closed - Opened by kevinrobayna 3 months ago - 1 comment

#728 - Crash when Kernel#loop is redefined

Issue - State: closed - Opened by riffraff 3 months ago - 4 comments

#727 - Rerender and enter raw mode again by SIGCONT

Pull Request - State: closed - Opened by tompng 4 months ago
Labels: bug

#726 - Fix vi_yank or vi_delete_meta copies nil bug

Pull Request - State: closed - Opened by tompng 4 months ago
Labels: bug

#725 - Readline vi-mode doesn't work as expected

Issue - State: open - Opened by m-chrzan over 4 years ago - 2 comments

#724 - Bump version to 0.5.9

Pull Request - State: closed - Opened by ima1zumi 4 months ago

#723 - Allow utf-8 safe meta key mapping in inputrc

Pull Request - State: open - Opened by tompng 4 months ago

#722 - Add more fallbacks when terminfo or fiddle is not available

Pull Request - State: closed - Opened by tompng 4 months ago

#721 - Suppress warning(Ruby 3.4) requiring fiddle from terminfo.rb

Pull Request - State: closed - Opened by tompng 4 months ago

#720 - Refactor Reline::Unicode ed_ vi_ em_ split_by_width methods

Pull Request - State: open - Opened by tompng 4 months ago

#718 - Add fiddle to gemspec dependencies

Pull Request - State: closed - Opened by tompng 4 months ago - 2 comments

#717 - Remove instance variable @first_char

Pull Request - State: closed - Opened by tompng 4 months ago

#716 - Ensure no escape sequence before printing prompt

Pull Request - State: closed - Opened by tompng 4 months ago - 1 comment

#715 - Merge key mapping with key bindings

Pull Request - State: open - Opened by tompng 4 months ago

#713 - Handle multibyte character input by KeyStroke

Pull Request - State: open - Opened by tompng 4 months ago

#712 - Refactor input key reading

Pull Request - State: closed - Opened by tompng 4 months ago - 1 comment

#711 - Bump version to 0.5.8

Pull Request - State: closed - Opened by ima1zumi 4 months ago

#710 - Reline does not support convert-meta

Issue - State: open - Opened by tompng 4 months ago - 1 comment

#709 - Improve key binding match/matching check

Pull Request - State: closed - Opened by tompng 4 months ago

#708 - Unite key bindings, key mapping and multibyte buffer

Pull Request - State: open - Opened by tompng 4 months ago

#707 - Implement the redo command

Pull Request - State: closed - Opened by verdy89 4 months ago
Labels: enhancement

#706 - Fix broken link that document of readline stdlib

Pull Request - State: closed - Opened by sanfrecce-osaka 5 months ago

#705 - allow space in config value

Pull Request - State: closed - Opened by monkeyWzr 5 months ago
Labels: bug

#704 - Bump version to 0.5.7

Pull Request - State: closed - Opened by ima1zumi 5 months ago

#703 - Avoid STDIN.winsize called in `require "reline"`

Pull Request - State: closed - Opened by tompng 5 months ago
Labels: bug

#702 - Catches Errno::ENODEV and Errno::EBADF in get_screen_size. Closes #690

Pull Request - State: closed - Opened by vtamara 5 months ago - 2 comments
Labels: bug

#701 - Implement the undo command

Pull Request - State: closed - Opened by ima1zumi 5 months ago
Labels: enhancement

#700 - Bump version to 0.5.6

Pull Request - State: closed - Opened by ima1zumi 5 months ago

#699 - Remove not implemented variables

Pull Request - State: closed - Opened by ima1zumi 5 months ago

#698 - Add name defined in readline to completion key bindings C-i C-p C-n

Pull Request - State: closed - Opened by tompng 5 months ago
Labels: enhancement

#697 - Fix default and additional key bindings vanish bug

Pull Request - State: closed - Opened by tompng 5 months ago
Labels: bug

#696 - Bump version to 0.5.5

Pull Request - State: closed - Opened by ima1zumi 5 months ago

#695 - Fix prompt width calculation bug

Pull Request - State: closed - Opened by tompng 5 months ago
Labels: bug

#694 - Avoid reading `.inputrc` repeatedly

Pull Request - State: closed - Opened by ima1zumi 5 months ago
Labels: bug

#693 - `editing-mode` rewinds after input confirmation

Issue - State: closed - Opened by ima1zumi 5 months ago
Labels: bug

#692 - Fix completion dialog position when completed part is word wrapped

Pull Request - State: closed - Opened by tompng 5 months ago
Labels: bug

#691 - Bump version to 0.5.4

Pull Request - State: closed - Opened by ima1zumi 5 months ago

#689 - Fix inputrc nested $if $else $endif bug

Pull Request - State: closed - Opened by tompng 5 months ago
Labels: bug

#688 - Improve long input performance

Pull Request - State: closed - Opened by tompng 5 months ago
Labels: bug

#687 - Handle mode condition in inputrc

Pull Request - State: closed - Opened by ima1zumi 5 months ago
Labels: enhancement

#686 - Bump version to 0.5.3

Pull Request - State: closed - Opened by ima1zumi 5 months ago

#685 - Remove unnecessary rake build before running rake install

Pull Request - State: closed - Opened by st0012 5 months ago

#684 - Remove unused variable

Pull Request - State: closed - Opened by kachick 6 months ago - 1 comment

#683 - Implement `show-all-if-ambiguous` feature

Pull Request - State: closed - Opened by ima1zumi 6 months ago - 1 comment
Labels: enhancement

#682 - Bump version to 0.5.2

Pull Request - State: closed - Opened by ima1zumi 6 months ago

#681 - Implement changing editing mode

Pull Request - State: closed - Opened by ima1zumi 6 months ago - 3 comments
Labels: enhancement

#680 - Remove not implemented method

Pull Request - State: closed - Opened by ima1zumi 6 months ago

#679 - Fix vi_to_column which was broken

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: bug

#678 - Refactored Default Key Bindings

Pull Request - State: closed - Opened by ima1zumi 6 months ago

#677 - Support `menu-complete-backward` command for upward navigation

Pull Request - State: closed - Opened by mjgiarlo 6 months ago - 1 comment
Labels: enhancement

#676 - Text echoes after using backtick on Windows 11 command prompt/powershell

Issue - State: closed - Opened by andrewngo 6 months ago - 5 comments
Labels: bug, Windows

#675 - Upward navigation through completion results not working as expected

Issue - State: closed - Opened by mjgiarlo 6 months ago - 4 comments
Labels: enhancement

#674 - Add a timeout to `cursor_pos` and warn if terminal does not respond to cursor position query

Issue - State: open - Opened by tompng 6 months ago - 2 comments
Labels: enhancement

#673 - Continue processing even if terminfo database couldn't be found

Pull Request - State: closed - Opened by ima1zumi 6 months ago
Labels: bug

#672 - Bump version to 0.5.1

Pull Request - State: closed - Opened by ima1zumi 6 months ago - 1 comment

#671 - Input with eof and no newline bugfix

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: bug

#670 - no implicit conversion of Array into Integer (TypeError)

Issue - State: closed - Opened by denisj 6 months ago - 4 comments

#669 - Thread safe readline

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: bug

#668 - Always call finalize and deprep

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: bug

#667 - reline/line_editor.rb:367:in `==': stack level too deep (SystemStackError)

Issue - State: closed - Opened by freesteph 6 months ago - 6 comments
Labels: bug

#666 - Overhaul io gate structure

Pull Request - State: closed - Opened by st0012 6 months ago - 5 comments

#665 - Remove useless pasting tests

Pull Request - State: closed - Opened by st0012 6 months ago

#664 - Bump version to v0.5.0

Pull Request - State: closed - Opened by ima1zumi 6 months ago - 2 comments

#663 - Disable dialog proc if TERM=dumb

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: bug

#662 - Make mutated string in yamatanooroti explicitly mutable

Pull Request - State: closed - Opened by st0012 6 months ago

#661 - Do not send color reset sequence when GeneralIO is used

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: bug

#660 - Don't enable test mode by TERM=dumb

Issue - State: open - Opened by tompng 6 months ago - 3 comments

#659 - Change Reline::ANSI to a general io

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: bug

#658 - Add mode_string to prompt calculation dependencies

Pull Request - State: closed - Opened by tompng 6 months ago - 2 comments
Labels: bug

#657 - Cursor offset with show-mode-in-prompt string

Issue - State: closed - Opened by inukshuk 6 months ago - 2 comments
Labels: bug, good first issue

#656 - Rendering test using virtual screen

Pull Request - State: open - Opened by tompng 6 months ago

#655 - Implement bracketed paste insert

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: enhancement

#654 - Completely support full-width characters in differential rendering

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: enhancement

#653 - Refactor nomultiline and multiline mode difference

Pull Request - State: closed - Opened by tompng 6 months ago
Labels: enhancement

#652 - Separate prompt and input line in rendering

Pull Request - State: closed - Opened by tompng 6 months ago