KITAGAWA Yasutaka
KITAGAWA Yasutaka
*Issue #, if available:* #6941 *Description of changes:* Preserve the order of keys specified in query in the output table. Before this change, ```sh $ aws ec2 describe-images --owner amazon...
It seems like `client/registerCapability` requests with same id are sent multiple times from v1.37.7. There is a warning from OmniSharp which is not output in v1.37.6. > [Warn - 11:58:26...
### Describe the bug `commandline --cursor` returns the current cursor position, but its type is a string. ### How to reproduce ```nu > commandline --cursor | describe string ``` ###...
### Describe the bug Specifying time (e.g. `%H:%M:%S`) in the `--output-format` flag of `seq date` causes panic ### How to reproduce ``` ❯ seq date --begin-date '2024-01-01T00:00:00' --end-date '2024-01-02T00:00:00' --input-format...
**Platform** Windows 11 WSL2 Ubuntu 20.04, **Terminal software** wsltty 3.5.1 Describe the problem you are observing. ## Steps to reproduce 1. Execute `clear` to make prompt starting row 0. 2....
Multi-dots (e.g. `...`) is recognized as ancestor directory as follows ```nu ❯ pwd /tmp/one/two/three ❯ do { cd ..; pwd } /tmp/one/two ❯ do { cd ...; pwd } /tmp/one...
### Description of the new feature / enhancement I'd like to remap keys to IME ON/OFF. I think that this could be accomplished by adding `VK_IME_ON`, `VK_IME_OFF`. ### Scenario when...
## Summary of the Pull Request Add IME on and IME off to Keyboard Manager. ## PR Checklist - [x] **Closes:** #34554 - [ ] **Communication:** I've discussed this with...
**Is your feature request related to a problem? Please describe.** I want to sort list of objects by key. And, I want to reverse list. **Describe the solution you'd like**...
### Windows Terminal version 1.21.2361.0 ### Windows build number 10.0.22631.0 ### Other Software - fish shell 3.7.1 (inside WSL) - PowerShell 7.4.5 ### Steps to reproduce 1. Japanese IME On...