thecodewarrior
thecodewarrior
As it is, the default `` tag is printed *after* any custom CSS ``. This PR just reverses that, allowing the linked CSS file to override the built-in stylesheet.
Some sites can have enormous event lists, which can cause extremely long load times and can be unwieldy. I think it'd be good to have events paginate, which could be...
Yesterday I attempted to make a block that can be placed in multiple orientations and it seems that option is [currently ignored](https://github.com/NerdHubMC/FOML/blob/master/src/main/java/nerdhub/foml/obj/baked/OBJUnbakedModel.java#L43). (the rotation is located in `ModelBakeSettings.getRotation()`) I'm not...
When exporting UV maps from Blender, the origin is in the bottom-left corner, opposite Minecraft's origin in the top-left, resulting in a vertically flipped texture. It would be really helpful...
Eventually, this would be replaced by a proper bitfont field, but implementing that is still a long way off so a solution needs to exist in the interim.
- [ ] vertical or horizontal - [ ] enforced snapping (e.g. integers, `0.1,0.2,0.3,...`, etc.) - [ ] optional snapping (e.g. snapping to zero) - [ ] customizable tick marks...
- [ ] integer or floating point - [ ] input validation - [ ] min/max - [ ] increment/decrement buttons
Sometimes it can be useful to skew UI elements to do a "flip" animation. These would still be 2D transforms since everything uses 2D matrices, but 3d effects can be...
Dimensions have always been difficult and making difficult things easy is LibLib's job, so a dimension module should probably be created. However, a great deal of research will need to...
Likely called "Compendium". I'm torn on whether this should include the UI or should be a slightly more abstract setup. The abstract version would still have a lot of the...