Spencer Lanman

Results 13 comments of Spencer Lanman

On version 0.3.11 when I removed the one second timeout I had on the function call that checks if the collection contains a certain entry it did not find it....

I have the same issue on MacOS Catalina 10.15.7 after trying to build the project myself. Using Java 15.0.2, Maven 3.8.5, and the following: ``` mvn -Djavacpp.platform=macosx-x86_64 -Dlwjgl.natives=natives-macos clean package...

Having this same issue as well. It looks like ranges and columns also need a special exception in the __get_attr function of Range. This is what's currently in place for...

Smuggler's Share: https://github.com/magefree/mage/pull/9295

Just to add to the macos solutions above: the Issue for me was that the key is added to the keychain with access only allowed by a specific python version....

@dbeatty10 I have quickly reviewed the old pull requests and feature requests. I believe the decision to add the "order by" to the cluster key config was an over optimization...

Snowflake automatic clustering documentation: https://docs.snowflake.com/en/user-guide/tables-auto-reclustering tldr; There is no longer a need for DBT to try and cluster/sort for Snowflake.

I copied a generic test for this new feature. I may need help making it more practical. There should probably also be a unit test for this change but I...

Still waiting on feedback for this change.