Scott Stafford

Results 12 issues of Scott Stafford

`init` turned out to do exactly what I was hoping for, but it took scouring the code to find it. I still can't quite figure out how lazy `lazy` is....

documentation

I was seeing false positives on my decimal fields, where I "changed the value" from .17000 to .17. Why does `get_field_value` stringify before comparing? I would think most datatypes will...

bug

Hi - I have a use case where I need to copy Excel sheets from one workbook to another, and preserve everything. It works quite well, using: outputPackage.Workbook.Worksheets.Add(workSheetName, sourceSheet); However,...

enhancement

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Code Pipeline source provider GitHub Version 2 is the current preferred...

Improve the workaround of https://bugs.python.org/issue27321 in coddingtonbear#136, using patch from https://bugs.python.org/msg308362. Closes #201.

The IMAP transport protocol mailbox fetch works like this: 1. Get all message IDs (even ones marked \Deleted.) 2. For each message ID: a. fetch the email b. call the...

See https://github.com/mathandpencil/django-bulk-sync/issues/17#issuecomment-674982111. I want to change the delete() approach to not signal django post_delete hooks, since bulk_create and update do not. Also, document that this library will not signal.

(Nice work by the way, this plugin works great for me. Thanks!) I set my sublime up to run `pep8`. Every time I run, it makes a new buffer, and...

enhancement

It would be useful (for progress bars, in this particular case) to have a pre-queryChange event to start the progress bar with.

discussion

I'm not sure what the proper parsing should be exactly, but I don't think this is it. The way it parsed the various NULL, NULLs, FIRST, LAST that are identifier...