Will Jordan

Results 50 comments of Will Jordan

Just adding some potentially-helpful related resources for this item: - feross/buffer has some browser-based performance tests in [master/perf](https://github.com/feross/buffer/tree/master/perf), that could be reused to benchmark `buffer` module performance. - [io.js](https://github.com/nodejs/io.js)/[node.js](https://github.com/nodejs/node) has...

Setting `strip_components 0` fixes this issue. From the [README](https://github.com/burtlo/ark#attribute-parameters): > strip_components: number of components in path to strip when extracting archive. With default value of 1, ark strips the leading...

Thanks @jrasell for quick feedback and pointing me in the right direction with the implementation. I've updated the code to pass `DefaultIneligible` as a `NodeRegisterRequest` argument to `Node.Register` RPC, so...

To answer your questions: > I am also curious of how this approach would work. If the value is set via a config file value, would the operator be expected...

Third attempt at this in abc5188bf25935026da8515808cf3a792a2914b2, just set the client node's `SchedulingEligibility` value based on `DefaultIneligible` in `setupNode`: https://github.com/hashicorp/nomad/blob/31e6a62381ba8e9b89f831bc570799c03affd118/client/client.go#L1475-L1479 This value will be sent to the server on the initial...

@alexmobo thanks for taking a look! I've updated the tests to pass so this should be all set.

Hi @grobinson-grafana, thanks for taking a look! > There are some changes here that we have been planning to do, but in the process would delete some code this pull...

I have been affected by this issue, the workaround I have been using is to just manually reset the provenance to `""` through a direct database query after using the...

This issue isn't concerning specific functionality missing from this or the other template, or their respective roadmaps. The issue is concerning two competing AWS-maintained projects doing the same thing, which...

I think there is a compelling use case for service discovery support in cluster version, I hope to help advance this conversation along: > It is unclear how to determine...