Chris Alfano

Results 73 comments of Chris Alfano

Is this actually a git repository under the hood?

I'd highly recommend looking at using Chef Habitat as your main way to package/distribute something like this, it will totally eliminate your dependency list being such a major factor for...

Can anyone share a brief snapshot on where this is on getting merged? Are there blockers?

My pull request #1120 implements much of @derhuerst 's suggestions above—would love your feedback over there!

@bdferris-v2 that's a great question Does anyone have any hard data on the min/avg/max runtimes they see in the field? I'll check with the Cal-ITP team on what we see...

As far as exposing the validator as a web service, it is perfectly acceptable for there to be long-running requests. It isn't uncommon for popular HTTP services to rely on...

@bdferris-v2 a split distribution is definitely not too complex, I was just coming at it initially from the perspective of shaking up the existing codebase and processes as little as...

Maybe this template I use would be helpful to you: ``` Smarty {template pagingLinks total pageSize=12 showAll=false} {if $total > $pageSize} {$previousOffset = tif($.get.offset && $.get.offset > $pageSize ? $.get.offset...

There doesn't seem to be any "official" spec just what's popular in implementations... and git is one example that does permit same-line comments: https://git-scm.com/docs/git-config Maybe an extra parse option is...

@timin now this test plan fails :-( ```bash pkg_name=test pkg_version=0.0.1 pkg_deps=(core/node14 core/php) ```