Jack Cherng

Results 289 comments of Jack Cherng

Github and many softwares behave like that as well. https://gist.github.com/jfcherng/96c7297ebef871e17ca87514c58646b7/revisions#diff-1a79a4d60de6718e8e5b326e338ae533 It's expected result. [Unless there are the same amounts of ins/del lines](https://github.com/jfcherng/php-diff/blob/007abaf07ad04e722a30c8163f712a228bbfe375/src/Renderer/Html/AbstractHtml.php#L74-L81), we don't further find their corresponding lines. `Combined`...

actually a dupe of https://github.com/soarqin/D2RMH/issues/109 Press 'p'.

很久以前我曾經想要製作一個 foobox 繁體版本,但由於在某些 .js 檔案中 command 的名稱與簡體中文版的 foobar2000 有依賴(foobar 的中文版連 command name 也翻成中文了...)。而我對 foobar 的相關開發並不熟悉,最終放棄。 ``` [Clover@Clover-NB foobox-cn-master]$ rg Command --trim NSIS Source\foobar2000-core\components\interface.api 97:fb.RunMainMenuCommand(command) 98:fb.RunContextCommand(command[, flags]) 99:fb.RunContextCommandWithMetadb(command, handle_or_handles[, flags]) 116:fb.GetMainMenuCommandStatus(command);...

@Kristinita You may be interested in my [OpenUri](https://packagecontrol.io/packages/OpenUri). Or borrow [the path matching regex](https://github.com/jfcherng/Sublime-OpenUri/blob/f9a23fa298162b07763bb0eeb1f9871f672301b8/OpenUri.sublime-settings#L107) (OpenUri means to be superior though). ``` (?:[^\s()\[\]{}`^*'\"“”‘’]|\((?![/\\])[^\s)]*\)|\[(?![/\\])[^\s\]]*\]|\{(?![/\\])[^\s}]*\})+(?

For people who may interest, I have my performance improvement on [my fork](https://github.com/jfcherng-sublime/ST-TodoReview) too. - [perf: great speed up by merging regexes into one](https://github.com/jfcherng-sublime/ST-TodoReview/commit/0e099c26336d05f4e670ca02a468f63048295048) (this one results in a dramatic...

There is no feasible solution. With ST's API, things you can fill in are `trigger`, `annotation` and `details`. ![image](https://user-images.githubusercontent.com/6594915/147589889-f5369237-ab8b-4538-8929-4b03272e5360.png) ## Related discussion - https://discord.com/channels/280102180189634562/645268178397560865/893676807616884789

Just wondering - does it work before? - what's the language and the server?

> **Additional context** > Symfony cs fix rules auto convert `/** @var */` to `/* @var */` Just to mention that I failed to confirm this. ``` [Clover@Clover-NB php2]$ ls...

> where there is no assignment like this: > > ``` > /* @var Contract $subject */ > $subject->methodCall($argument); > ``` Not on my side. ![image](https://user-images.githubusercontent.com/6594915/84262700-a3ad5300-ab50-11ea-95ac-d5943806d2a2.png) But I am not...

> @jfcherng Thanks, I made up an exact example to reproduce it: > > ``` >