Giter VIP home page Giter VIP logo

fomod-js's Introduction

BellCube Dev

I'm BellCube, a player of all things Minecraft, modder of all things Skyrim. A programmer by hobby. Logical by nature.

BellCube's GitHub stats BellCube's Top Languages

Current Projects


About me

  • I use Windows for life. Linux is too much, and Mac is too little (and heavens forbid Chrome OS!).
  • I am a security freak. I own a physical USB security key.
  • Macros are nice. I have a Logitech G mouse.

Favorite Games

  • Minecraft (both modded and vanilla)
  • Skyrim (modded)
  • Hollow Knight
  • Stardew Valley
  • SPORE
  • Call of Duty: Infinite Warfare

fomod-js's People

Contributors

bellcubedev avatar

Watchers

 avatar

fomod-js's Issues

Create Enum of Tag Names

A centralized list of tag names would solve the otherwise-invisible problems that occur when GitHub Copilot is given free reign over a library. And it'll make it easier to refer to tag names in other places, too.

Managed Elements Get Moved Relative To Comments & Other Unmanaged Elements

Before After
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd">
    <moduleName>Banana Mod</moduleName>
    <moduleImage path="images\decorative\BANANA.jpg" />
    <requiredInstallFiles>
        <file source="" />
        <folder source="" />
    </requiredInstallFiles>
    <conditionalFileInstalls>
        <patterns>
            <pattern>
                <dependencies />
                <files>
                    <file source="" />
                    <folder source="" />
                </files>
            </pattern>
        </patterns>
    </conditionalFileInstalls>
    <!-- comment -->
</config>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd">
    <moduleName>Banana Mod</moduleName>
    <moduleImage path="images\decorative\BANANA.jpg" />
    <!-- comment -->
    <requiredInstallFiles>
        <file source="" />
        <folder source="" />
    </requiredInstallFiles>
    <conditionalFileInstalls>
        <patterns>
            <pattern>
                <dependencies />
                <files>
                    <file source="" />
                    <folder source="" />
                </files>
            </pattern>
        </patterns>
    </conditionalFileInstalls>
</config>
Diff
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd">
    <moduleName>Banana Mod</moduleName>
    <moduleImage path="images\decorative\BANANA.jpg" />
+    <!-- comment -->
    <requiredInstallFiles>
        <file source="" />
        <folder source="" />
    </requiredInstallFiles>
    <conditionalFileInstalls>
        <patterns>
            <pattern>
                <dependencies />
                <files>
                    <file source="" />
                    <folder source="" />
                </files>
            </pattern>
        </patterns>
    </conditionalFileInstalls>
-    <!-- comment -->
</config>

Tasks:

  • Determine how to reorder elements when reordering is required
  • Implement this in every place where multiple elements are handled
  • Write tests to ensure this issue doesn't appear in the future

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.