rlipsc

Results 6 comments of rlipsc

Hi @EriKWDev, thanks for your suggestion! I can see this fitting in quite well with the current control flow options. > I suppose systems should be primarily sorted by the...

Yes, the import order would matter for defining systems if you're not using templates as the order is set when they're first seen. It might be easier to use `defineGroup`....

Excellent, good to hear! I will definitely keep in mind the ordering/priority for a future release.

Hey @crystalthoughts. Yes, it's just been a busyness thing and not seeing the PR 😄 I use the library extensively in my own projects so it's being actively maintained, but...

It looks like this is caused by the `+=` on the JavaScript platform. A work around is to replace lines with `+=` to dereference the index with `access` or just...

@Hammer2900 is this mainly because nimble only uses branches, but the fix is at #head? Hopefully I'll be releasing 0.4.0 soon, so this should fix this issue.