David Sillman
David Sillman
Same is happening to me! Has there been any resolution on this? I didn't change the default passphrase generated by coinbase and it is 11 characters long by default. 
I'm experiencing the same error. ``` thread 'main' panicked at 'assertion failed: `(left == right)` left: `1281`, right: `0`', /Users/dsillman/.cargo/registry/src/github.com-1ecc6299db9ec823/kiss3d-0.35.0/src/renderer/line_renderer.rs:89:9 stack backtrace: 0: rust_begin_unwind at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panicking.rs:575:5 1: core::panicking::panic_fmt at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/panicking.rs:65:14...
I can confirm that I'm experiencing this as well. ### Context I'm using dbt-core 1.8.3 with dbt-snowflake 1.8.3 on macOS Ventura 13.6. I'm developing a custom dbt package which defines...
> Thanks for sharing some of the specifics of your scenario @dsillman2000 👍 > > If a constant return value is sufficient for the purposes of your unit test, a...
Moments after posting above, I had a breakthrough @dbeatty10 ! Please try it in your minimum reproducible example project to see if it works / helps you root cause the...
> That's exactly how I bumped into the `flags` limitation @jtcohen6 ! I'm doing a lot of checks like this right now to guard the various limitation cases we've bumped...
P.S. I've implemented a basic library which supports a lot of what the OP calls out in the "Home Assistant" configuration docs. I've used this for personal projects and it...
I believe a solution would be to define a function (if no such function exists) which converts the arguments passed to `dbtRunner.invoke` into its closest `sys.argv` list for the dbt...
Hi, Just notifying here that I too was experiencing issues using TailwindCSS with Jekyll using the jekyll-postcss-v2 plugin but figured out a way to fix it. **My experience** Some custom...