Brian Prodoehl

Results 10 comments of Brian Prodoehl

I'm seeing this as well with 0.4.1. I'm not sure why it wasn't fixed by this PR, though: https://github.com/Luismahou/grunt-hashres/pull/33

0.3.4 with the same task seems to work great.

I'm also seeing this. I love the threading, but the setup time on operations can be really expensive: ``` time s4cmd -c 8 get s3://mybucket/with/lots/of/files/somepattern* real 7m5.128s user 2m50.316s sys...

Just to be clear, I think the API around device data collection has remained the same, but they've updated their browser identification dependency and added some fields.

I'm pretty sure Braintree is ignoring the device data from this older version of their client library. With the current recurly.js, my transactions come through saying `Device Data Captured: False`...

This was recently fixed by #839

@oushizishu I think you're probably not running the latest. Any problems you're seeing should have been fixed in July, in version 1.4.1.

Thanks for the feedback. I’ll take a look, but there are a couple popular forks of my repo that get a lot more maintenance. On Sat, Nov 18, 2017 at...

@nathan565656 I'm seeing these compilation errors. Am I missing a step? ``` iperf_api.c: In function 'iperf_defaults': iperf_api.c:2805:28: error: 'GSO_DEF' undeclared (first use in this function) 2805 | testp->settings->gso = GSO_DEF;...

> > I'm seeing these compilation errors. Am I missing a step? > > @bprodoehl,, did you re-run `configure` (and maybe `bootstrap.sh`)? This should be done as these are probably...