Guidance on Wrapping Non-Effect Code in Effect
is there a blessed guide on wrapping non-effect code in effect? im writing something that uses the github sdk (octokit) and wanna use effect instead of try catch but don't know if there's an idiomatic pattern for integrating with external code. i don't wanna reimplement octokit with
@effect/platform/HttpClient