Code Cowboy

Results 5 issues of Code Cowboy

In creating custom components I wish to separate different helper functions of the code into files outside the CustomComponent derived class file. However, when I try to import another module...

bug
documentation
question
stale

This is a great idea for a fantasy console! However, one of the things that made Pico8 so great was that you just download it and you jump right in...

**What problem or use case are you trying to solve?** Many times the AI will get stuck trying to do a futile task. The user must currently wait for it...

bug
frontend
severity:critical
tracked

Have you tried this for human pose transfer? What are the results?

To recreate: ``` const video = await VideoSource.from('/assets/demo.mp4'); const clip0 = await new VideoClip(video) console.log(clip0.toJSON()) ``` This gives back all the features of clip (start, stop, translate, anchor, etc) but...

enhancement
feedback