Bob Varioa

Results 11 issues of Bob Varioa

Adds support for function based macros Examples : ```js assert(jscc("$_HI()", '', { values: { _HI: () => "hi" } }).code === "hi") assert(jscc('$_HI("one", "two", "three")', '', { values: { _HI:...

## Description This attempted to convert the entire project to typescript. This is a big change but I think it will improve the code quality of the library. It also...

enhancement

Fixes https://github.com/FTBTeam/FTB-Mods-Issues/issues/81, https://github.com/FTBTeam/FTB-Mods-Issues/issues/41, https://github.com/FTBTeam/FTB-Mods-Issues/issues/28, and https://github.com/FTBTeam/FTB-Mods-Issues/issues/30. Currently not complete. # Rewards ### Repeat (done), with limited number of repeats (done, https://github.com/FTBTeam/FTB-Mods-Issues/issues/30) Rewards that reset that quest they belong to's tasks...

### Describe feature Allow usage of latex in note titles with `$$...$$` delimiters ### Additional Information I find myself wanting this feature in my notes often as I mainly use...

Type: Enhancement

```json { "id": "a-rule", "type": "DEFINED", "caption": "Switch: %s", "options": [ { "id": "off", "caption": "Off", "directories": [ ] }, { "id": "on", "caption": "On", "isDefault": true, "directories": [ "a-mod"...

## Example ```jsonc { "aliases": { "sodium": [ "sodium" ], "sodium-extra": [ "sodium-extra" ], "cool-mods": [ "mod1", "mod2" ], }, "rules": [ { "id": "cool-stuff", "type": "DEFINED", "caption": "Cool Stuff:...

# Description of the Problem Its annoying when in environments where the syntax is different (e.g. ce, pu) the default snippets still run. # Description of the Solution Either something...

enhancement

This essentially is just Forge [CompoundIngredient](https://docs.minecraftforge.net/en/1.18.x/resources/server/recipes/ingredients/#compoundingredient) support, does not change functionality for anything else in the mod, and all current recipes are compatible.

enhancement

See title. This seems pretty doable I would think, here's a kinda old example but still gtk3: https://github.com/baedert/corebird/blob/cb-1.7/src/widgets/AvatarWidget.vala#L137.

feature request

Allow entities to have a custom width and height for their chest cavity. I.e. changing the default 3x9 chest cavity to 6x9, etc