Radosław Mejer

Results 38 comments of Radosław Mejer

@evgenyz I'm not familiar with `pandoc`. How this can be used to generate a valid man page for git subcommands?

@evgenyz I've missed your changes :facepalm: Thanks for the details!

I've checked if I can bundle the script in the AUR package. I can confirm that the provided script generated valid man pages for the commands.

@evgenyz I know little about the subject. All I had to do was executing your script and gziping the `*.1` files. On the users perspective - I think it makes...

Hmm, as you said, this might be the problem with Intelephense as I'm having similar issues on coc.nvim. Feel free to close this issue if you don't want to work...

Maybe it's related so I'll post here. I can't use Polish national chars on Chrome (24.0.1312.57 m). Actually I can, but they don't appear. It's working fine on Firefox. http://screencast.com/t/crMUvWvG

I'm on Windows (7 Pro). My keyboard is set to polish-programmer it's a standard keyboard layout.

I think that @ddziaduch is right - we should bother in wrapping only existing functions (eg in PHP 7.0 `Zubr\session_gc()` should throw an exception). Regarding changed functions - maybe we...

I'd say that we should keep bare minimum: * Short description - usually the first line from php.net (eg for `strstr`: Find the first occurrence of a string) * **@param**...

Ah, and one more thing - should we use camel case or snake case for function parameters?