Harrison Jackson

Results 7 comments of Harrison Jackson

@zendevil use a state flag to optionally render the component. Have your event toggle the flag. Roughly: ```js export default (props) => { const [showMasonryView, setShowMasonryView] = useState(false); return (...

We've been seeing this issue. Manually running the subdomain update did get the latest deployment showing so that is good. Will we need to do that each time now or...

Automated workaround.... use SNS on build success to trigger a lambda that updates the distribution behaviors so the preview cookies work. 1. Create SNS notification for builds Easiest way to...

Hey @nottheswimmer - thanks for taking a look! I had similar results testing with chatgpt vs locally. If you edit the evals code to print out the actual and ideals...

GPT-4 did not perform that much better so I tried to dig into why. If it was timezones or daylight savings then I'd say it is just the prompt that...

Updated with actual ufo json: First import this in ufo.json: ``` json [ {"description": "Man repts. witnessing "flash, followed by a classic UFO, w/ a tailfin at back." Red color...

Yes, that's what I am saying. It seems as if the intention of the find or create method is to find an existing record, so that a duplicate is not...