Joshua Shields

Results 5 issues of Joshua Shields

I have a column containing SqlAlchemy Table instances. To render these, I use a method as such: ``` def render_foo(self, value: sqlalchemy.sql.schema.Table) -> str: """ Cast an SA Table instance...

**Provider Version** 0.25.9 **Terraform Version** 0.15.5 **Describe the bug** After applying a plan to create a grant resource, we started seeing errors in our production Snowflake environment saying the following:...

bug

All other JET components use this mixin for component focus: @mixin oj-browser-focus-outline-approximation($outlineColor) { outline: dotted 1px $outlineColor; // used on most browsers outline: -webkit-focus-ring-color auto; // used on chrome }...

**Describe the bug** Even with `docs_url` set to `None`, the docs are still served. Per the FastAPI documentation, the app should no longer serve docs with this option set. >...

Feature request to add new method `verify_sync` or `verify_blocking` to `AccessTokenVerifier` and `IDTokenVerifier` that will have the same behavior as `verify` but not be async. I see the README has...