George Hartzell
George Hartzell
I'd be happy to see pinto err on the side of pulling in recommended stuff, even if it never gets used. Having them hanging around unused shouldn't be a problem...
Not sure if it's interesting, a coincidence, or an interesting coincidence, but @kdykdy's in test case, when `i` and `j` are `100x100=10000` it works, but at `101x100=10100` it fails, and...
Thanks @bentsherman -- I'm confused though. Having a worker queue with a limited size, that causes additions to block when there are no free workers, seems perfectly reasonable. Are you...
Thanks. Checking some assumptions, if we set `maxQueueSize` to `-1`, I'm assuming that - the queue can grow without bound (or until running out of memory or ....); and -...
On further study I see that the code does not match the comment in another sense: the comment would require a "non-significant" toekn but the code doesn't check for significance....
Once source of these errors is the change (sometime around 5.26?) that took `.` off of `@INC`. Distro's that stash their own little bits (often `Module::Install` based) worked because they...
I think that Pinto's out to pasture, change there is gonna be hard.... I've run into it with distro's that weren't in a Pinto repository and "fixed" it by making...
ps. There's an obvious fancier step of adding command line switches to explicitly specify phase/type. Not sure if it's worth it, whether it's better to specify e.g. "test and everything...
~I don't see it mentioned in the docs, but there seems to be code for it [here in resource_repository_hook.go](https://github.com/gavinbunney/terraform-provider-bitbucketserver/blob/041e008176973ea6c26dbef0f0df159ff490fcb5/bitbucket/resource_repository_hook.go). Haven't test driven it yet.~ Ah, oops. That's a repository hook,...
Is there anything I can do to help move this along?