Just a random idea I had, it would be cool to have a text box on the website where you can paste an error, e.g. Sending value of non-Sendable type '() async throws -> [TranscriptionResult]' risks causing data races and it will fuzzy match and point you to a section of the website it thinks will help fix the error. Not sure how feasible this is, but I often don't know where to start given an error message like that.
Just a random idea I had, it would be cool to have a text box on the website where you can paste an error, e.g.
Sending value of non-Sendable type '() async throws -> [TranscriptionResult]' risks causing data racesand it will fuzzy match and point you to a section of the website it thinks will help fix the error. Not sure how feasible this is, but I often don't know where to start given an error message like that.