Benjamin Eckel

Results 137 comments of Benjamin Eckel

> Note all the environment variables were set to codesign the .app here however the last step is the one that failed (notarization). So i set env vars, ran cargo...

Happy to help develop / test the new process. We're just gonna do it by hand for the next few weeks due to time constraints.

Hey @Salakar I haven't investigated doing custom training but it was in my TODOs. I assume we'd want to follow the way the underlying C library does it. I think...

@RahulPol I'm not working on it. I'm not sure about @Salakar.

I was also able to confirm the release build works, but also got this to stop this by bumping the opt-level for the dev profile to `1`: ``` [profile.dev] opt-level...

Yes, that's a good point. I think putting the imports on the Host object or having another global makes sense to continue with. So I'd be open to any of...

Started work on this and we have a new proposal https://github.com/extism/proposals/pull/16

I believe we can call this done

@davidemerritt i haven't worked for Recurly since 2020. So pinging @douglasmiller for this issue.

Just a note: resetting the connection every call seems kind of extreme. Perhaps you can just catch the exception `CannotSendRequest`, recreate the connection, then retry the request. But there could...