altrisi

Results 71 issues of altrisi

Adds those. The one for `item-groups` is basically the same as the existing for `es_mx`.

merge me please
small change
priority:low

[Eclipse 4.25 includes support for ANSI escape codes](https://www.eclipse.org/eclipse/news/4.25/platform.php#debug-ansi-support). I think it'd be quite nice for loom to add it to the supported "list". https://github.com/FabricMC/fabric-loom/blob/ffe5e955c5d908b8ab14f157b273e4a582d7dd0a/src/main/java/net/fabricmc/loom/task/launch/GenerateDLIConfigTask.java#L86-L88

enhancement

Github still detects these there, and it cleans the root directory a bit, so users who don't know about github can find what matters quicker. I used `.github` instead of...

For example, if you're in creative `cam` doesn't take you to camera mode, but it also doesn't give you any feedback at all, which can be confusing. I think it...

enhancement
question

By testing the script I've found it gave me the same trade (Potion of Grace) twice in the same villager and stage, with different prices. A good enhancement could be...

bug
app-update

`world_map` has a function to teleport to a safe spot: https://github.com/gnembon/scarpet/blob/022a0a7700693c3dcd8b4190e492ff8fa66c3e44/programs/survival/world_map.sc#L1547-L1564 `cam` has something for that too: https://github.com/gnembon/scarpet/blob/8c9c4a56e656a3169a3420be058c60601d4a9e31/programs/survival/cam.sc#L156-L163 And the thing is, it's likely other apps would like to use...

enhancement

This PR adds the `showstopper` app to the utilities section, and revamps its readme to include information about the apps, just like the survival category. Note that the main purpose...

new-app

Adds an installer for [Scarpet Edit](https://github.com/Ghoulboy78/Scarpet-edit). The installer works by declaring SE as a dependency and checking before and after whether dependency resolution was actually available in order to provide...

new-app
on-hold

When making and reviewing #182, no one noticed the fix was based on a previous version of the app, therefore letting commits a07f7f391804a033da60bde4b6d402af07fda55e and f1da9ea3961566b3318e0925f15972e75a143f6e outside of the current app....

This PR changes `Context` to store `Value` instances instead of `LazyValue`s. Doing this: - Reduces memory usage slightly, given we were saving multiple objects for what actually is just one...