John Hampton
John Hampton
Here's a link to the video that was on the older OC Rails site. It was a little longer, but the production and content were both top-notch. It's a few...
@dmarchante I'm guessing because no one's written the script or created the video? 'Blocked' may be the wrong label - someone just needs to do all the things.
Labelling as blocked until we hear back from Snyk's help team.
I'm seeing similar when running an app w/ RN 0.60.5 (upgraded from 0.59.2) on iOS 13 using `react-native start` CLI build command w/ Metro Bundler. App hangs and doesn't close...
I agree with the comments above - I was only able to comprehend the instructions enough to complete this exercise after #93 was added.
@dmarchante Looks like there is a PR that was submitted and is awaiting review/approval: https://github.com/OperationCode/operationcode_backend/pull/366
@hollomancer There's a back-end PR in progress for this: https://github.com/OperationCode/operationcode_backend/issues/365
@leenyburger @hpjaj Any reason that `status` has to be a string? When using this data in the front-end, it seems a bit fragile to match on strings, especially if they're...
@hpjaj I've already coded up the front-end stuff to filter on for `status === "active"` for now, should be fine for the time being. POC here is @ksmacleod99 - Please...