Christopher Lambacher

Results 11 comments of Christopher Lambacher

`get_all_results_for_query_batch` is a convenience method. For very large quantities of records you likely want to be using some of the lower level methods to control which batches you get and...

If you are at the point of using pk_chunking, you are better off not using is_batch_done and instead getting the batch status list to determine completion. The example in the...

Did you exceed one of the batch size limits? See https://developer.salesforce.com/docs/atlas.en-us.216.0.api_asynch.meta/api_asynch/asynch_api_concepts_limits.htm for details.

Can you provide a link to your repo/branch? I'm not sure why you wouldn't be able to submit a PR.

I don't think this library is doing anything that would remove the new lines and it's being used elsewhere in cases where the newlines are being preserved. Can you provide...

I just added another commit that fixes a bug where the specificity of the selector overriding an existing style is not recorded.

A new release for this is reasonable. There are a couple more PRs that I've been meaning to merge and then put a release out. I haven't had time to...

You can always install of github in your requirements.txt as: `https://github.com/Pylons/pyramid_simpleform/archive/{sha_or_branch_or_tag}.zip#egg=pyramid_simpleform==0.7dev` That prevents you from having to git clone the repo to get it and makes it pick up versions...

Also I'll attempt to do a release before the end of the weekend.

https://pypi.python.org/pypi/pyramid_simpleform/0.7.dev0