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

How do I use new sandstorm schemas in a pre-Meteor-1.4 app? #25

Open
dwrensha opened this issue Sep 9, 2016 · 3 comments
Open

How do I use new sandstorm schemas in a pre-Meteor-1.4 app? #25

dwrensha opened this issue Sep 9, 2016 · 3 comments

Comments

@dwrensha
Copy link
Contributor

dwrensha commented Sep 9, 2016

For Wekan, I'm working on implementing a feature that will allow you to assign cards to users even if they have not visited the grain yet. I want to use Identity.getProfile(), but no released version of meteor-spk yet includes the necessary updates to identity.capnp. Note that Wekan is still using Meteor 1.3.5, which is incompatible with the latest meteor-spk release, v0.3.0. Some of our options:

  1. Locally modify meteor-spk v0.2.1 to include the updated schemas. This is what I'm doing for now. It works, but is sad.
  2. Release meteor-spk v0.2.2, using the same Meteor version as v0.2.1, but updating the Sandstorm schemas.
  3. Release meteor-spk v0.3.1 with the new schemas and update Wekan to Meteor 1.4. (@mquandalle: I'm curious about your thoughts on this option.)
@dwrensha
Copy link
Contributor Author

I'm thinking that maybe we should create a "sandstorm-powerbox" Meteor package.

@dwrensha
Copy link
Contributor Author

dwrensha commented Apr 4, 2017

Wekan has updated to Meteor 1.4: wekan/wekan#957

Unfortunately, the latest meteor-spk release, 0.3.1, still does not have the sandstorm capnp schemas needed for powerbox identity requests. Could we get a 0.3.2 release?

@kentonv
Copy link
Member

kentonv commented Apr 9, 2017

@dwrensha Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants