Josh Branchaud

Results 64 issues of Josh Branchaud

I'm seeing the same course show up at the top and bottom of the _Continue Learning_ section of the profile page. I'm seeing this in prod. ![CleanShot 2021-08-06 at 13...

In https://github.com/eggheadio/egghead-next/pull/699, @joelhooks suggested adding Honeybadger to egghead-next. This would allow us to do more fine-grained tracking of errors that occur during runtime. Prerequisite: - Set up a new Honeybadger...

@joelhooks What do you think about the proposed changes in this marked up screenshot? A couple questions: 1. Should the copy of the blue button be updated for this situation?...

RFC

I've been digging through the `.tmux.conf` file recently. There are [a couple lines designated as copy/paste interop](https://github.com/hashrocket/dotmatrix/blob/master/.tmux.conf#L32-L34): ``` # Copy/paste interop bind C-c run "tmux show-buffer | reattach-to-user-namespace pbcopy" bind...

The goal is to get egghead-next set up to read from both Course and Resource in tendem when requesting data for the Course page. If it is a course that...

WIP

This tells turbo then whenever we run `turbo run generate`, it should scope running it to just the `database` package. Because generate is only running in `database`, it doesn't need...

This handles Step 5 (discontinue reads) and Step 6 (discontinue writes) of [EaC](https://www.prisma.io/dataguide/types/relational/expand-and-contract-pattern) to the `Coupon.bulkPurchaseId` column - feat(ta): discontinue reads of bulkPurchaseId - feat(ta): stop writing to bulkPurchaseId column...

- build: turbo now handles NEXT_PUBLIC env vars deps As of turbo 1.4+, framework and tool specific env vars are largely handled for you in terms of being task dependencies....

This removes remaining calls to `stripeData` (and removes `stripeData` itself) and moves the `purchaseType` logic up into the `getPurchaseInfo` function so that we don't have to do a separate function...