Pascal but built different

Results 11 issues of Pascal but built different

The compilation has issues on Ubuntu 19.04 with compiling unless these are included into the cpp file.

# File In Question `tests/test_detectCDN.py` # Issue When testing for the detectCDN library and having multiple tests which will generate a Domain object, they will all share the same list...

bug

# Proposal The use of `exec` can be dangerous potentially allowing execution of python code on a system. ## Motivation The codebase should more strictly follow Python convention to hopefully...

# ## 🗣 Description Refactoring code base to better follow python PEP-8 convention to improve future maintainability. ## 💭 Motivation and Context Following issue #14, the code base should more...

# Proposal The use of `urlopen()` can pose security threats and should be replaced with a safer alternative. ## Motivation The codebase should more strictly follow Python convention to hopefully...

# Proposal The use of type ignore should be removed and the use of proper importing of the current module should be used. ## Motivation The codebase should more strictly...

# Proposal The use of `BaseException` should be changed to a set of specific exceptions which are thrown. ## Motivation The codebase should more strictly follow Python convention to hopefully...

In the `frontingEngine.py` file in the `frontingEngine` library, we use the `detectCDN` library to instantiate a list of objects which are of type `domain`. ## Issue When instantiating a series...

bug

# Fixing Issue 306 ## The Problem As seen in #306 , renaming and deleting of structs does not actually get rid of the toml file which Binsync uses to...

## 🗣 Description ## findcdn's old CDNEngine was clunky and took *forever* to run. An immense rework has been undertaken to merge in a lot of the ides from: -...