Chris Alfano

Results 150 comments of Chris Alfano

I like the idea but we have a search box up there already, and I think we'd also want a register button up there too if there's going to be...

We've started adding content to our register page to make it more of a "How to get started" page than just a form to create an account

The CI failures are on patterns that are standard practices in `test.sh` across the entire repository. For example, using `source "${PLANDIR}/plan.sh"` instead of `. "${PLANDIR}/plan.sh"`—there are 48 cases of `source`...

Why would the source need to be parsed? `{"Ext": "http://docs.sencha.com/ext-js/4-1/"}` plus `{@link Ext.Component#method-initComponent}` is enough information to generate: `http://docs.sencha.com/ext-js/4-1/#!/api/Ext.Component-method-initComponent` If the problem is links that don't specify the member type...

It looks like the simplest way to do this is to have the action register a [problem matcher](https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md) Cypress test output however will not reference source lines/files, so we're not...

Here's an older incarnation of this request I found: #555

You can tune database dump commands to exclude dynamic comments and be sorted by primary keys though to make slow changing data really dedupable

What makes this feature so hard to implement? Isn't it just same basic string filtering on snapshot metadata? The value it would bring is enormous. Yeah you can workaround with...

Of course, my aim was not to be critical, genuinely looking to map out the complexity for potential contributors

@TheRealVincentVanGogh I'm not going to learn Go, but I'm still eager for this feature and have a ton of backups I still want to port to restic but for this...