tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
761 stars 108 forks source link

Sequence widget unavailable in v0.17.6 #282

Closed aschechter88 closed 2 years ago

aschechter88 commented 2 years ago

Error: module has no .Sequence field or method

The Sequence widget isn't making into the module exports. From debug:

[onebusaway2.star] ["Animation", "Box", "Circle", "Column", "Image", "Marquee", "Padding", "Plot", "Root", "Row", "Stack", "Text", "WrappedText", "fonts"]
2022/05/19 13:56:14 error loading applet: error running script: Traceback (most recent call last):
  onebusaway2.star:39:22: in main
Error: module has no .Sequence field or method
^C
$ pixlet version
Pixlet version: v0.17.6
rs7q5 commented 2 years ago

You can clone the full repo and build there and it is useable that way.

I suspect they'll build it into the next release though.

But that's what you can do if you don't want to wait.

aschechter88 commented 2 years ago

I can wait, I'm just a little surprised it made it into documentation.

On Fri, May 20, 2022 at 7:12 AM rs7q5 @.***> wrote:

You can clone the full repo and build there and it is useable that way.

I suspect they'll build it into the next release though.

But that's what you can do if you don't want to wait.

— Reply to this email directly, view it on GitHub https://github.com/tidbyt/pixlet/issues/282#issuecomment-1132946287, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALWE2PZPIZWKQYNHHWYTT2TVK6MTHANCNFSM5WNOIQJA . You are receiving this because you authored the thread.Message ID: @.***>

rs7q5 commented 2 years ago

It did that when it was merged since the changes to the docs and the inclusion of the code to perform it was part of the same PR.

I can say though if you just build it from the source and not just unpack the binary it does work.

rs7q5 commented 2 years ago

Looks like they update the release build so render.Sequence should be available!!

aschechter88 commented 2 years ago

sure does. issue closed

On Thu, Jun 9, 2022 at 9:26 AM rs7q5 @.***> wrote:

Looks like they update the release build so 'render.Sequence` should be available!!

— Reply to this email directly, view it on GitHub https://github.com/tidbyt/pixlet/issues/282#issuecomment-1151346903, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALWE2P6CMTCNA6CJBJ5OLY3VOILMVANCNFSM5WNOIQJA . You are receiving this because you authored the thread.Message ID: @.***>

aschechter88 commented 2 years ago

appears closed in v0.17.9