Shawn Castrianni

Results 39 comments of Shawn Castrianni

As the sqlalchemy guy @zzzeek said, just move this functionality into this repo so you don't have to import it from sqlalchemy. You shouldn't have been importing a private function...

I don't think so. I think it would really be better to allow the user to specify some kind of version spec to control more the upgrades. Of course, this...

Agreed. I wasn’t suggesting the user edit the answers file, but to use a new switch on the copier update Command like —version-spec or something similar. But I am not...

Possibly, but I think the answers file needs to record both the actual version used for the last update and the version specified desired by the user. So if the...

Yes, it is now extremely slow for me now too. It never used to be. I am also on a mac.

I found the issue for me. My corporate IT installed a network security product a few weeks ago called Zscaler. It had not caused any trouble before so I didn’t...

It looks like the solution is to use the EmailMessageBuilder class. However, I still think the code is wrong in that if a method accepts an IEmailMessage, it should accept...

@huyphams I have confirmed the behavior described by @natephysics . If I run the app by clicking the icon, the IAM auth DB connection fails. If I run the app...

Some important notes on using @polewskm solution which DOES work. 1. Because swagger UI is running from your API URL and the redirect to S3 comes from S3, there is...

I agree, I would love some kind of swagger UI settings where I can specify things like: 1. Do not include the following headers on any redirect 2. Add the...