Sam Rabiyah
Sam Rabiyah
In #127, we introduced a serverless function called `send-to-phone` that interacts with Twilio to text users. While we include tests for our validation functions, let's consider adding testing infrastructure for...
https://www.gatsbyjs.com/docs/babel/ Dependent on merging #116 and also addressing #88.
Migration guide is here: https://www.gatsbyjs.com/docs/migrating-from-v1-to-v2/ This should fix our remaining yarn warnings.
We have a "plugins" subdirectory that seems to include a blank `package.json` file and another file that seems to be copy/pasted from the `gatsby-plugin-postcss-sass` source code. Is there a more...
For some reason, when you navigate via direct link to a results page, the carousel cards that show available attorneys are twice the width as they should be. See example...
We currently have no linting service for our typescript code— let's consider adding!
Currently, little translation snippets are hard-coded inside our "messages" subdirectory. If we anticipate more translating, let's consider using Lingui/CrowdIn or another third party service to make it easier.
So far, we include infrastructure on page generation via our gatsby-node file, our "factories" subdirectory, our "templates" subdirectory, "pages" subdirectory, "containers" subdirectory. It's very difficult for new developers to follow...