Git Product home page Git Product logo

getcorrectedbot's Introduction

James Upjohn

I do .NET stuff, and complain about software.

Random things you should check out

  • Chatterino: a desktop chat client for twitch.tv
  • more to come...

FAQ

Why do your commits look funky?

I structure my commit messages using conventional commits, but with my own flavour of types: feat, fix, chore, doc, ref, ci, build, and perf

getcorrectedbot's People

Contributors

jupjohn avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

getcorrectedbot's Issues

Remove dependency on .NET generic host

The live instance of GetCorrectedBot currently consumes ~186MB of RAM at idle. This high RAM usage comes from the reliance on the .NET generic host to do things such as dependency injection and handle logging. Since the .NET generic host is tailored towards web applications, this bot doesn't use the majority of its features anyways.

Ideally the dependency on .NET generic host would be dropped in favour of the following solution:

  • Strip back to a console application for startup
  • Use StrongInject for DI (most likely allows for Microsoft.Extensions.Logging setup)

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.