Sterling Hanenkamp

Results 21 issues of Sterling Hanenkamp

I was having some trouble with a project that depends on this and so I updated my LibraryMake boilerplate to match that shown in README.md. However, doing so does not...

bug

So, for a large grammar, such as you will find in RFC 5322, this is too slow to be very useful. But, if we could move much of the slow...

Migration of https://github.com/vim-perl/vim-perl6/issues/19 by @ghost # Description of issue ftplugin/perl6.vim executes a shell command when it's invoked without checking v:shell_error: if &shellxquote != '"' let perlpath = system('perl6 -e "@*INC.join(q/,/).say"')...

bug
transfer

This should support the full list of officially proposed raku file endings:

enhancement

Migration of issue https://github.com/vim-perl/vim-perl6/issues/21 by @timo # Description of issue Files with comments that have many - in them are extremely slow, often aborting highlighting for the entire file. Start...

bug
transfer

Migration of https://github.com/vim-perl/vim-perl6/issues/20 by @bobnewgard # Description of issue Certain depictions of Array literals seem to be highlighted as Statement

bug
transfer

Migration of https://github.com/vim-perl/vim-perl6/issues/11 by @hoelzro which is a copy of https://github.com/vim-perl/vim-perl/pull/235 and has not been taken care of yet. # Description of issue The way shiftwidth is used in `indent/raku.vim`...

bug
transfer

Migration of https://github.com/vim-perl/vim-perl6/issues/6 by @coke # Description of issue References to PIR are no longer relevant, there is no version for years now that has this functionality, it predates the...

bug
transfer

Migration of https://github.com/vim-perl/vim-perl6/issues/2 by @Oracle # Description of issue When using the hyper » op to perform a method call, all subsequent method calls (which are normally un-highlighted/white) are highlighted...

bug
transfer

For example, if you use « and » (« and » in HTML), they will be turned into XML entities and then rendered incorrectly in the browser. It looks like...