Garret Wilson

Results 71 issues of Garret Wilson

Is there a way to reference another option in an option string? The biggest purpose here is that I would like picocli to 1) verify the option exists (i.e. check...

type: enhancement :sparkles:
theme: usagehelp

With Angular 1.6.4 and agular-material 1.1.3 I have a table something like this: ```html Apple Banana Cat Dog {{foo.foo}} {{foo.bar}} {{foo.example}} {{foo.test}} ``` I can fill it with fake data...

This seems to work if I have a single `` column, but if I have a `` containing two ``, each containing a table, the fixed table headers don't work...

Any chance this would be updated for fixed row headers (i.e. when scrolling horizontally)? Or any recommendations on this?

Could you provide more documentation with clarification on what is going on with this new GCM GitHub OAuth authorization, particularly on Windows 10? Historically GCM has used the Windows 10...

enhancement

I'm using Flexmark 0.50.36 with the YAML front matter extension. I need to support YAML like this in the front matter: ```yaml foo:bar: test ``` Flexmark incorrectly parses the key...

:beetle: bug
:fire: enhancement

Currently the hash parser attempts to parse out a hash in the form `foo-X`, where `foo` is the gallery name and `X` is some integer. But the parsing isn't exact...

This is a little thing but it sure would add to the convenience. If I do a `match(get(myURIString))`, why can't I use a URI itself, as in `match(get(myURI))`? In fact,...

enhancement

I see that `Condition` has convenience methods for specific HTTP methods, such as `Condition.get(String uri)`. That's fine if I want to specify an exact path. But what if I want...

This is a very nice start to a framework. But although it is natural that restito would use some server dependency under the covers, the specifics of this server should...