Astrid

Results 19 issues of Astrid

I've made use of Ruby's `Forwardable` module to shorten delegate methods to a single line each. Thus: ``` def add_game_object(object) @game_objects.add_game_object(object) end ``` becomes ``` def_delegator :@game_objects, :add_game_object ``` Also...

I've found that with a transitional game state set, pushing a new state then popping it back results in a new copy of the _previous_ state being pushed onto the...

The callbacks could be called at, say, the end of the event loop. I see it being useful for automatically playing the next song in a playlist, or maybe for...

As the title says, it'd be cool if gunpowder could ignite kindling. The burning behaviours for kindling are handled by [`IKindling`](https://github.com/teamauroramods/BetterBadlands-Forge/blob/c0ad38597a8e7d7738106eaac3add1c2da0e955b/src/main/java/com/teamaurora/better_badlands/common/block/IKindling.java#L25) and it looks like the implementation would be a...

I'm trying to load a wavefront model, `model/steve.obj` that references an mtl file in the same directory. When I try to load the model with `steve.setSrc('model/steve.obj', location.href)`, I get this...

As per [the wiki](https://wiki.archlinux.org/title/Pacman#Skip_package_from_being_upgraded), pacman.conf has `IgnorePkg` to prevent upgrading certain packages. If one were to add all the Steam OS default installed packages to this list, would it be...

enhancement
help wanted
question

You saved me probably a couple hours of re-figuring this out myself.

Seeing this notification whenever I change something in Tasks.org. ~~Tapping on it just opens DecSync CC, and I can't find a way to see the full error. What gives? Is...

Not much to say about this request. Something like a Mac version of NBT Edit so we can change things that Inside Job doesn't explicitly support if necessary.

A "creative mode" checkbox would be sufficient.