Paul Johnson
Paul Johnson
I'd love to have a competer (or an option to the buffer completer) such that completions can come from all vim buffers.
There are now over 25,000 CPAN modules for which coverage is available. Sticking them all in one table on the front page of http://cpancover.com has not scaled ;-) Something needs...
See https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Cover or, if you are logged in to RT, https://rt.cpan.org/Dist/Display.html?Name=Devel-Cover
Sorry I don't have time for a proper bug report or PR right now, but I think we need a line like `return '' unless defined $_[1];` on line 795...
Signatures are returned as prototypes. For most simple cases the prototype counting works for signatures as well, but the major problem is when the signature arguments contain underscores which causes...
I have some large modules where critic times out and so no problems are reported. The timeout is currently set to 25 seconds. Would it be possible to make this...
I presume this is the reason why I cannot install pinto. ``` Installing pinto into /pinto ! Couldn't find module or a distribution Pinto The command '/bin/sh -c curl -L...
I can envisage a use case in which a developer is using pakket with various flavours of packages. Eventually, one of these will be deemed worthy to go into production...
According to LSB 5 this is the case: http://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html Sorry for not making a pull request, but the fix is probably something like `return 0 unless $start_pid;` before checking about...
Perl has `if`, `unless` and `conditional` in pretty much the exact way that Ruby does (or the other way around really). Is there any chance of getting those added? My...