Jack Cherng
Jack Cherng
I would suggest you use a maintained fork rather than fixing a single issue. There are still many problems in this repo... Such as - https://github.com/jfcherng/php-diff (mine, rewritten with some...
Yes. No need to use capture group and the codes can be cleaner. https://github.com/jfcherng/php-diff/blob/bc52a5a/src/Renderer/Html/AbstractHtml.php#L273-L284
> Is this project dead? If you don't mind a more modern (PHP >= 7.1 is required and PHP >= 7.4 is preferred) rewritten one: https://github.com/jfcherng/php-diff Benifits: https://github.com/chrisboulton/php-diff/issues/53#issuecomment-455359720
I don't have anything in mind to match arbitrary text (in specific `scope`s).
So I am the "someone" mentioned by @karimlevallois. Here is a python script stripped from Pylance which can be used to generate most docstrings for the stdlib for the python...
> Jedi language server shows docstrings for standard library functions afaik. Would it be possible to use Jedi's implementation for getting docstrings? I do not know how Jedi implements it,...
> it turns out that pylance module scraper is MIT licensed, so i think that means we're allowed to use it Just a FYI. On my side, somehow `pyright` seems...
Fwiw, obviously pylance is `1.`. If you want to go `2.`, probably generate for the last py38~py312 is enough at this moment (`patch` number version won't have feature changes). As...
Just want to share my test on a Win11 x64 PC with the recent Bun v1.1.0, which is the first release supporting Windows. I don't "feel" (no numerical statistics, just...
Just fyi, for my `AutoSetSyntax` plugin, - It prints messages to its own output panel rather than the console. - It prints "dropped" (malformed/useless rules, syntax not found etc) rules...