Git Product home page Git Product logo

arcpatcher's Introduction

๐Ÿ‘‹ Hi, Iโ€™m Belle

  • Iโ€™m interested in web development, AI, all things the cloud, and web hosting.
  • Iโ€™m currently working on FOSSBilling, AntCMS, my hosting buisness HostByBelle, and starting to learn front end development.

GitHub Streak

arcpatcher's People

Contributors

bellenottelling avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

arcpatcher's Issues

Improvements

  • A GUI
  • Automatically require Administrator rights
  • Improved backups / Maybe a way to reverse a patch, while retaining the existing ones
  • Checking for updates?

Arc Control Bugs

This issue is just so I can track issues / bugs within Arc Control.
Current bug count: 2

applyPerformanceTuning does not update performance sliders

The applyPerformanceTuning function does not correctly update the performance tuning sliders with the data that is returned by the back-end. Resulting in an OC seemingly applying, but not actually doing so.

Fix

        if (ret?.success) {
            document.getElementById('performance-restore').classList.add(isDisabled);
            newTuningSettings = null; // reset the state so we can make more changes
            updateOverclockingSettings(ret?.data);
+           updatePerformanceTuningSettings();
            warningRequired = false; // clear warning flag
            document.getElementById('performance-unstable-configuration-container').classList?.toggle(isHidden, true);
        }

Game details page doesn't use fallback image

Two issues:

  1. The usage of a flawed check to see if the game has an icon (gameAsset == null || gameAsset == "";, this will never be null or an empty string)
  2. For some reason, the onerror property doesn't seem to work correctly on that page, although I'm unsure as to why

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.