Garret Wilson

Results 71 issues of Garret Wilson

First let me say that project-plus does seem to be awesome. But the way to update projects seems sort of clunky. If I turn off auto-discovery and have a project...

enhancement
help wanted

Your library looks very promising. I like the idea of a navigation bar I can plug into my site without being forced to use a bloated framework. But one of...

The only Quick Start available uses the following link: http://weblogs.java.net/blog/kohsuke/archive/2005/05/parsing_command.html That link no longer seems to have content---only comments.

I understand that I need to indicate a "key" in the `dw-loading` attribute (e.g. `dw-loading="foo"`, so that later I can turn on the loading indicator by calling `$loading.start("foo")`. But I'm...

**Edit (by @rugk):** The scope of this issue has been redefined in https://github.com/rugk/awesome-emoji-picker/issues/100#issuecomment-650396429 This is a really good emoji picker! Congratulations and thank you!! But it needs a few usability...

enhancement
blocked

I'm trying to merge CSS files together, and the plugin isn't respecting the order. ```xml stuff.min.css license.css foo.css bar.css foobar.css ``` The file `license.css` gets placed somewhere toward the end...

My source file has this: ```css .foo { font-size: calc(0.5em + 1vw); } ``` The plugin changes this to: ```css .foo{font-size:calc(0.5em+1vw)} ``` This is invalid and breaks the value. This...

I figured out how to configure the plugin to minify a series of CSS files into individual `*.min.css` files. I need each output minified file to contain a comment at...

I'm not getting the exclusivity groups for inherited options. I've got a very simple use case: I want a user to indicate `--quiet` or `--verbose`, both optional, but mutually exclusive....

type: enhancement :sparkles:
theme: arg-group

I have a CLI that takes a path as a parameter, e.g. `foo do C:\temp`. I just decided to allow multiple files/directories, so I changed the parameter to: ``` @Parameters(paramLabel...

status: duplicate 👨🏻‍🤝‍👨🏻