Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditionally require Serialize on Agent's input/output #1212

Closed
mkawalec opened this issue May 12, 2020 · 3 comments · Fixed by #1195
Closed

Conditionally require Serialize on Agent's input/output #1212

mkawalec opened this issue May 12, 2020 · 3 comments · Fixed by #1195
Labels
breaking change feature-request A feature request 🎁 Rewarded on Issuehunt This issue has been rewarded on Issuehunt

Comments

@mkawalec
Copy link
Contributor

mkawalec commented May 12, 2020

Issuehunt badges

Currently agents demand Serialize + Deserialize type constraint on their input and output, despite only serializing or deserializing for web worker-based Agents (Private and Public). The types should be updated to allow for expressing this constraint and only demand serialization support for separate thread Agents.


IssueHunt Summary

mkawalec mkawalec has been rewarded.

Backers (Total: $5.00)

Submitted pull Requests


Tips

@mkawalec mkawalec added the feature-request A feature request label May 12, 2020
@issuehunt-oss
Copy link

issuehunt-oss bot commented May 12, 2020

@jstarry has funded $5.00 to this issue.


@issuehunt-oss issuehunt-oss bot added the 💵 Funded on Issuehunt This issue has been funded on Issuehunt label May 12, 2020
@jstarry
Copy link
Member

jstarry commented May 12, 2020

@mkawalec you'll need to do some stuff on issuehunt.io to collect the reward :)

@issuehunt-oss
Copy link

issuehunt-oss bot commented May 12, 2020

@jstarry has rewarded $4.50 to @mkawalec. See it on IssueHunt

  • 💰 Total deposit: $5.00
  • 🎉 Repository reward(0%): $0.00
  • 🔧 Service fee(10%): $0.50

@issuehunt-oss issuehunt-oss bot added 🎁 Rewarded on Issuehunt This issue has been rewarded on Issuehunt and removed 💵 Funded on Issuehunt This issue has been funded on Issuehunt labels May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change feature-request A feature request 🎁 Rewarded on Issuehunt This issue has been rewarded on Issuehunt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants