Ryan Collingwood
Ryan Collingwood
Referring both to https://github.com/raysan5/raylib/blob/2.0.0/src/raylib.h and analysis of released DLL with DependencyWalker. The `__init__.py` attempts to load the following functions which do not exist in the 2.0 release of raylib -...
Environment: - Python 3.6 - Windows 10 **Problem** Console output ```` PS D:\Projects\neo4j-flask> python run.py Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\werkzeug\serving.py", line 65, in from SocketServer import ThreadingMixIn, ForkingMixIn...
the return of get_commonality_of_user was returning a reference to the next method of the graph.run - rather than the next record.
**What:** Assuming we consider snapshots equivalent to models for checks purposes then this would be an extension to `check-model-name-contract`, otherwise it would be a new check something along the lines...
`check_snapshot_name_contract` is similar in behaviour to `check_model_name_contract` **Impacts to existing code** `get_snapshots` (in `dbt_checkpoint/utils.py`) now returns a generator of `Model`, previously it returned a list of strings detailing the filename...