Kyle Florence
Kyle Florence
`HelperOptions[T]` trait provides the `argument` method, which returns a single argument value. Is there any way to get a list of all argument values? My specific use-case is building an...
Fixes #75
# Pull Request Checklist * [x] Have you read through the [contributor guidelines](https://github.com/lagom/lagom/tree/master/CONTRIBUTING.md)? * [x] Have you signed the [Lightbend CLA](https://www.lightbend.com/contribute/cla)? * [x] Have you added copyright headers to new...
I don't see the reasoning here, and it's awkward to have `foo: Html = HtmlFormat.empty` -- can there at least be an alias?
Example: | Foo | Bar | Baz | | :-- | :-- | :-- | | foo | bar | baz |
Specifically, I would like this issue to be addressed: https://github.com/akka/akka/issues/17572 But more generally, there hasn't been a new release of this project in an entire year, so other dependencies are...
Currently to use gulp-fingerprint with gulp-rev, you have to have them as two separate, synchronous tasks. The more gulp-y way of making this work would be a syntax like the...
Hey, thanks for these helpers :) For easier consumption, I would suggest re-organizing the helpers to follow this kind of pattern: https://github.com/solarmosaic/handlebars-helpers As-is, requiring individual helpers is overly redundant: ```...
Here is the 2023 page: https://www.baseball-reference.com/leagues/majors/2023-rookies.shtml At a minimum it should probably include player name, team and ID. It would be great to also know which players exceeded rookie limits,...
Hello. First off thanks for the fantastic plugin :) I've noticed a small bug that causes links in nested lists to go un-highlighted if the list items are indented. It...