Eric Secules

Results 6 issues of Eric Secules

When the JsonSerializerSetting TypeNameProperties is set to Mongo, then all the json attributes related to typenames will begin with "_$" instead of "$" since Mongodb does not fully support "$"...

Are there any tests for this and if so how do I run them?

# Overview pytest is currently the recommended tool for python unit testing. # Acceptance Criteria 1. Current tests run with pytest and pass a. there is at least one test...

enhancement

# Overview There used to be a travisCI automation for this repo but it's not working anymore. Let's use github actions moving forward. # Acceptance Criteria 1. Github actions run...

enhancement
good first issue

# Overview After python3 upgrade and upgrade to flask's latest version, flask removed the feature that allowed the webserver to shut itself down after it handled the request where it...

enhancement

About 0.1 to 0.2 percent of the time I get "premature end of chunk encoded message" errors in my test environment in the cloud. The request travels from my laptop...