Timothe Litt

Results 78 comments of Timothe Litt
trafficstars

> . As others have said, there are already multiple ways for people to accomplish this without any changes needed to curl. As Daniel said in introducing this, **some** change...

> f I've compiled a special version of curl that I use for, let's say verification tasks and (whatever that is) and call it curl-v, then with the argv[0] proposal...

> if it is to treat anything after a dash as an option, it would be carnage. Ruled out early on. (.4 and .5) I believe this is the only...

Actually, if we get that error, getssl should automagically rotate the key. Funnily enough, there's a pending PR #841) that adds '--new-account-key', which will rotate the key. It would be...

Removing the `@` isn't a solution. The `@` tells `dig` which server to use when resolving a query. So either the `ns` variable is null or has junk (not a...

What are you actually trying to do? What is (and isn't) happening? This is option 3 - **the nameserver is valid, but does not provide recursion**. The root servers will...

There are probably other dependencies on locale. This may be the tip of an iceberg. Might be safer to save locale at startup and set (and export) LC_ALL="C" globally. If...

Actually, `getssl` does `export LANG=C. I even was the one who did it (for another reason) in [this commit](https://github.com/srvrco/getssl/commit/b028cb72914ed0104b43126ec84cd1f27fd68d3a). So you must have `LC_TIME` set in your environment. I've switched`...

I can see where this would be useful. Thanks for the attempt. It's a good start, but it needs more work. One obstacle to getting it accepted is the lack...

> Hi @tlhackque > > > One obstacle to getting it accepted is the lack of test coverage. (See the `test/` subdirectory in `git. There's a learning curve. In my...