Linda_pp
Linda_pp
Hi, wry crate is using covector and I noticed the release notes generated by covector seemed wrong. https://github.com/tauri-apps/wry/releases Screenshot of example: All items in a single release have the same...
Related to #90 Hi, This PR adds a minimal Windows CI with GitHub Action. It only runs unit tests and takes coverage with Python 3.8. Here is an example of...
I'm sorry for asking a question on issues page, but I could not find a proper place to do. Does covimerage support Windows? Today I added Windows environment to CI...
Both `crossterm` and `termwiz` are supporting [bracketed-paste](https://en.wikipedia.org/wiki/Bracketed-paste): - `crossterm` opts in bracketed-paste when [`EnableBracketedPaste`](https://docs.rs/crossterm/latest/crossterm/event/struct.EnableBracketedPaste.html) is executed. Pasted text is sent via [`Event::Paste`](https://docs.rs/crossterm/latest/crossterm/event/enum.Event.html#variant.Paste). - `termwiz` automatically enables bracketed-paste if the terminal...
## The problem Currently `TextArea::input` supports Emacs-like keyboard shortcuts. This was a good idea when tui-textarea had less features. However, now tui-textarea supports more features and adds more default key...
### Describe the problem as clearly as you can `bundle install` without `development` group crashes when the group contains any bundler plugin. ### Did you try upgrading rubygems & bundler?...
Neovim supports writing colorscheme in Lua. It is faster than writing it in legacy Vim script. Here is an example of a colorscheme in Lua: https://github.com/folke/tokyonight.nvim Since this project generates...
I'd like to suggest to create a `v1` tag for making users automatically follow `v1.x.y` updates without modifying their workflows like other actions in `actions` organization doing (e.g. [`actions/checkout@v4`](https://github.com/actions/checkout/releases/tag/v4)). I...
'HTTP Requests' row in 'General' section duplicates 'HTTP Client' row in 'HTTP' section. Since we have a section dedicated to HTTP, the row in the 'General' section is not needed.
If your issue is relevant to this repository, please include the information below: **Describe the enhancement** Currently `actions/exec`'s `exec` function does not allow timeout. So, when the command being run...