Chris Alfano

Results 84 issues of Chris Alfano

## **Feature request** ### Background - Organizations want to make use of the canonical validator in custom pipelines and user interfaces, but often lack Java expertise - MobilityData may want...

enhancement
epic

Passport seems to [support multiple strategies being passed in an array to `passport.authenticate()`](https://github.com/passport/express-3.x-http-basic-and-digest-example/blob/master/server.js#L55) In trying to get this to work with `koa-passport` though, I've been unable to get subsequent strategies...

Hello, I'm [one of the many people maintaining a mermaid plugin fork for "legacy" gitbook](https://github.com/JarvusInnovations/gitbook-plugin-mermaid/network) It's something I'm invested in keeping working, but it's depressing that we're all doing this...

When the same template is included in different scopes, the plugin function gets defined once but has two different UUIDs. The UUID should not be part of the function name

Whitespace at the end of a line won't be included in any values thanks to the trim at the start of `unsafe()`, but any whitespace between the end of a...

`core/php` and `core/composer` have a weird mix of dependencies right now that prevent either from sharing a dependency tree with current stable releases of base plans like `core/git`. Trying to...

`core/jre8` comes with a `fontconfig.properties` and `fonts/` directory under `$(hab pkg path core/jre8)/lib` `core/corretto8` is missing such assets though, the following minimal test case fails: ```console $ cat Fonts.java import...

The postgresql plan handles ensuring ownership of its data directory during its `init` hook. This handles cases where the data directory is volume-mounted via Docker and starts out owned by...

Type:Additional Help

What's with all the properties being declared with types like `com\intuit\schema\finance\v3\IPPReferenceType`: https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/Data/IPPSalesTransaction.php#L71 When the namespace for `IPPReferenceType` is `QuickBooksOnline\API\Data`: https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/Data/IPPReferenceType.php This makes it impossible for a project setting these properties...

I need to publish this to a proper module somewhere, but it was hell to get working right so I want to bookmark it somewhere public for anyone else searching:...