Ryan Keller
Ryan Keller
Hi @praytoo -- I think @FatCatLikesBeer is saying you should include screen caps of the visual changes **to the website**, not snips of changes to your code. Also, the screen...
Hi @praytoo -- you shouldn't need to execute Jekyll manually from the command line like it seems you are doing. Have you read and tried the steps in [CONTRIBUTING.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#16-dev-setup-6-build-and-serve-the-website-locally)* to...
Hi @praytoo, Sorry for the trouble you're having! I think you're headed down the right path with `docker compose down -v` and `build --no-cache`. The `Bundler::GemNotFound: Could not find gem...
Hi @xnealcarson, I'll give this a review as well! ETA 10/17, generally able to be available 1-5p weekdays.
Hey @xnealcarson, thanks for taking this issue! It looks like you're on the right track, and also great job on the PR description -- it made it easy to understand...
**Availability:** Generally 12-1:30p M-F **ETA:** Expect to have a PR out for review conservatively by 10/31
After doing some initial research, I have a tentative path forward. #### Testing Framework Choice: Jest * Today, Jest meets the "widely used" criteria better than Mocha or Jasmine --...
After thinking a little more, for the **dev testing** use-case, we already have a convenient solution to have Jekyll pre-process the JS files -- our hfla_site docker container! This container...
Hi team, After doing a bit more digging into setting up unit tests for the frontend JS scripts in assets/js, I ran into a snag. The scripts look to be...
One additional comment -- setting up the framework to enable the demos required in the issue was pretty complicated. I think that this issue was quite a bit bigger than...