Matthew Davis

Results 143 comments of Matthew Davis

I suspect that this is a LaTeX issue, and we simply need gummi to insert an extra line or option when adding a bibliography with the Wizard. So feel free...

Hmm. I haven't used the Gummi bibliography wizard before, and I haven't done bibliographies with this approach in LaTeX before. I can't get it to work for anything (online, book...

I have the same issue. I'm connecting to an MSSQL database in Azure, over the internet. No proxy. What data do you need? Where can I get the logs? I...

It works for me with that comma separation (even without double quotes). The issue I had is that a comma separator is not intuitive. I first assumed there was some...

@apisarenco have you found a way to make your dirty method include the column headers too?

Note: ansibullbot seems a bit broken. That list of links isn't rendering as expected. There's possibly some issue with the markdown. How do we get ansibullbot fixed?

Ok, I can try to make a new module. What's the process long term? Will this remain a new module forever? Or is that just a short-term location to ensure...

How should we structure the interface? Like this? ``` - name: Create a lifecycle policy, with abort_incomplete_multipart_upload (idempotency) s3_lifecycle: name: '{{ bucket_name }}' abort_incomplete_multipart_upload: days_after_initiation: 1 prefix: /something ``` Is...

If we want the multipart abort to match the API, should we also change expiration to match the API? Instead of: ``` expiration_days: expiration_date: expire_object_delete_marker: ``` It would match more...

I've submitted a pull request with two new top-level arguments. I'm not sure how a decision like this is usually made. It sounds like there are two maintainers with differing...