skai273
skai273
# Summary This PR is based on the discussion in issue[#11793](https://github.com/ipython/ipython/issues/11793). When executing lsmagic in a Lab environment, the results are returned in JSON format, and following that, I have...
**What this PR does / why we need it**: - [x] fix repeatable dot when previous action is insert and replace one - [x] test codes of repeatable dot **Which...
**What this PR does / why we need it**: - [x] implement normal command(both for single line and multi lines) - [x] test codes of normal command **Which issue(s) this...
Repeatable dot of some insert action generates different output from original vim one. For instance, the last action is inserting text of `var`, and try `3.` on a blank line....
normal command is familiar with many developper loving vim, and I'm one of them. but current vim plugin of vscode does not support it. now, I implemented it and the...
**Describe the bug** When executing test from vscode launch.json, next error occurs... ``` [23:05:29] Using gulpfile ~/Workspace/Vim/gulpfile.js [23:05:29] Starting 'prepare-test'... [23:05:29] Starting 'tsc'... [23:05:29] Starting 'copyPackageJson'... [23:05:30] Finished 'copyPackageJson' after...
for many vim user, it is familiar with using ctrl + c keymap to escape from any modes. I'm one of them, and my setting includes next configuration. ``` mapkey...
### Related Component forc ### Problem Running `forc build` on version 0.68.8 immediately panics with the error: ``` thread 'main' panicked at forc-pkg/src/source/reg/mod.rs:536:16: Cannot start a runtime from within a...
## Description Hello Fuel team, I'm following the tutorial on [Building a Frontend for the Counter dApp](https://docs.fuel.network/guides/counter-dapp/building-a-frontend/#modify-the-app), and I encountered an issue that seems to contradict the instructions. The tutorial...
**What this PR does / why we need it**: Currently, when executing `:normal` commands, `TextTransformations` (e.g., insertions, replacements) are applied one by one to the editor. This results in multiple...