rcmdnk
rcmdnk
Do you mean `ClassNN` value in `Focused Control` of Window Spy? It shows like `ClassNN: Edit1` for Notepad.
sorry, but I have no idea for now. The command works only when the frontmost application is one of the specific applications such as Wordpad. It means, if we want...
@BlueDrink9 Thank you for the interesting library! If it works instantly, it may work by a function which switches back the app, resets caret, and goes back to the new...
To change local repository: ``` git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a ```
At Homebrew, it shows an error at `brew update` after changing the repository: ``` $ brew update [ERROR] fatal: couldn't find remote ref refs/heads/master Error: Fetching /opt/homebrew/Library/Taps/rcmdnk/homebrew-file failed! Error: Some...
keep seeing the problem @ #110
`e` was updated https://github.com/rcmdnk/vim_ahk/commit/447380000f384dfe544a20d80e0df3286aac271b https://github.com/rcmdnk/vim_ahk/pull/85
`Yankround_append` at `CursorMoved` is also needed to reload it at another vim process. This is minim change to append words immediately after `yy`. It may be better to add reload...
Why don't we simply implement `--unpublished` to preview task like ``` jekyllPid = Process.spawn({"OCTOPRESS_ENV"=>"preview"}, "jekyll build --watch --unpublished") ``` at [L84 of octopress/Rakefile](https://github.com/imathis/octopress/blob/master/Rakefile#L84) (and [L68](https://github.com/imathis/octopress/blob/master/Rakefile#L68) for watch task)? It works...
@larsoner Thanks for the reply. Yes, it seems several tasks need to be updated which I did not checked locally. I will update with local tests for these jobs.