TJ (Thomas J.) Biddle

Results 21 comments of TJ (Thomas J.) Biddle

Ha - I should have checked the PR's first. I made an implementation of this as well in #125

Also hitting this issue; looks like I'll just have to patch my own copy

I don't know if I'm having the same issue; but something very similar. I went to go deploy a second environment, everything the exact same as my first, just in...

As a simple example: ``` FROM nginx:latest ENV PORT=3000 EXPOSE $PORT ```

@intel352 ``` if (res) { response = res.text.replace(/(\r\n|\n|\r)/gm,"").replace(/\,\,/g, ',"",').r } ```

Keep in mind your stack trace may have been cut off - So make sure you get the full line in there.

@drueck That's a good point! Hadn't realized Bootstrap 3 changed that. Is the class set on the `ul` tag, or the `nav` tag then? When I was using this as...

@besendorf I think most PDF readers are going to have an option to add a signature. For example, MacOS' "Preview" has it built in. Just do that, and then upload...

Sorry - none that I've used. But a quick Google of "anotate signature pdf linux" or something of the sort yielded plenty of results. Among which: https://unix.stackexchange.com/questions/85873/how-can-i-add-a-signature-png-to-a-pdf-in-linux On Thu, Oct...