You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Release meteor-spk v0.2.2, using the same Meteor version as v0.2.1, but updating the Sandstorm schemas.
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.)
The text was updated successfully, but these errors were encountered:
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?
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 ofmeteor-spk
yet includes the necessary updates toidentity.capnp
. Note that Wekan is still using Meteor 1.3.5, which is incompatible with the latestmeteor-spk
release, v0.3.0. Some of our options:meteor-spk
v0.2.1 to include the updated schemas. This is what I'm doing for now. It works, but is sad.meteor-spk
v0.2.2, using the same Meteor version as v0.2.1, but updating the Sandstorm schemas.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.)The text was updated successfully, but these errors were encountered: