Casey Grimes

Results 8 issues of Casey Grimes

- Unlocked some kind of email dev achievement: text-align-last is a CSS property somehow only supported by Gmail, Samsung and a few random web clients. Documentation and testing added. -...

I'm working with a major transportation and logistics company to implement schema markup across their organization. Because they have items that are consumer-facing as well, they'd like to use RentalCarReservation...

I'm currently trying to run this GH Action as part of a longer action that generates coverage and sends to Codacy. The relevant Codacy part of the YAML is: ```...

jira-issue

This feels a bit silly, given that [overflow-wrap](https://www.caniemail.com/features/css-overflow-wrap/) is considered the modern equivalent, but this branch adds `word-wrap` support coverage. This PR is meant to address #182 . Note that...

This PR directly builds off #1827 to provide key updates and expansions around parsing dbt information into Wren MDL, as well as establishing bigquery-dbt support. ## Initial Features & BigQuery...

launcher

* **mdl:** correctly handle null date, datetime, and timestamp values during SQL generation * **mdl:** ensure `None` variants of date/time scalars are converted to SQL `NULL` instead of panicking or...

core
bigquery
rust

* feat(hooks): enhance check-column-name-contract with robust type checking This commit significantly improves the `check-column-name-contract` hook by introducing more flexible and intelligent data type validation to better handle real-world scenarios across...

Features * feat(config): Add Global YAML Path Configuration via dbt_project.yml Vars A major improvement to configuration management has been introduced in path_management.py to simplify how users define where YAML files...