Scott Searcy

Results 9 comments of Scott Searcy

I ran into the same issue and I think the problem is that the environment strings are being coded as bytes instead of strings. I'm going to test that and...

@Nurdok, I had another PR (#139) to deal with the failing Python 3.2 tests, but I think you're right, dropping Python 3.2 support makes more sense. Unfortunately it does not...

@bittner GitLab is the reasons I was looking for a default configuration file and ended up here. I want to disable the `assert_used` checks for our pytest files, but without...

We encountered the same recursion error on `simple-salesforce==1.12.2` when our password expired. The update in #594 worked for us.

I'm seeing similar behavior with `MapPattern(Int(), CommaSeparated(Decimal()))`, the values are being returned as strings. It seems this is likely the same issue?

@mfisher87, I think your comments about the checkbox summarize it well. I've been moving toward making fewer fields nullable (especially booleans), but that doesn't cover everyone's use case. And while...

I confirmed that the solution in #48 works correctly (it will save the unchecked/false state) when `default=True`.

Based on my limited experience, your first example is correct, it should be the full path to the `site-packages` folder.

I just realized I did not test the scenario in which the default value of a boolean column is `True`. That might require some special handling for the checkboxes, unless...