Giter Club home page Giter Club logo

rdmopole2's Introduction

Hi there 👋

I'm versx, I like to code.

Metrics

GitHub Streak
versx's wakatime stats

Languages:
My Languages

Skills:
My Skills

Internet of Things:
My Languages

Integrated Development Environments:
My Skills

Storage:
My Skills

Current Main Project:
ChuckDeviceController

rdmopole2's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

rdmopole2's Issues

mysql error on login

Not sure if this is still maintained tbh but just noticed stats pages not working though this could have been busted for months.

when folks try to login, I see this in the logs

(node:409561) UnhandledPromiseRejectionWarning: Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual
 that corresponds to your MySQL server version for the right syntax to use near '() AS total
        FROM pokemon_iv_stats iv
          LEFT JOIN pokemon_shiny_s' at line 2

Wrong floating title bar when scrolling down Historical Lookup / CDay stats in Pokemon tab

In Pokemon stat page, when you scroll down the Historical Lookup or the Community Day pages until you're "in their graph", sometimes the title bar from the Shiny Rates appears on top (with ID-Pokemon-Shiny Rate-Shiny/Total).

To reproduce: from main page, go to Pokemon Tab, go to Shiny Rates, sort by Shiny Rate, scroll down until the floating title bar appears, then back up, go to historical lookup, scroll down and the same title bar appears.

Capture d’écran 2020-09-20 à 13 01 59

Capture d’écran 2020-09-20 à 13 02 14

Capture d’écran 2020-09-20 à 13 02 23

Capture d’écran 2020-09-20 à 13 02 31

Feature request: IV heatmap for all mons

First of all an option to make a heatmap for hundows would be enough but if it's possible why not make IV selector also? Obviously that heatmap could work for selected or all mons

Color chart for CDay Seen/Scanned isn't visually giving the expected info

The color chart shows in blue the scanned value and in green the seen value. Thus an ideal setup would show a half blue half green chart, which isn't really the best style tmo.
It would make more sense to show in green the scanned value, and like in orange or red the (seen-scanned) value -> giving a full green chart when all seens are scanned

Also, side note, it would be nice to also have on this panel the Shiny rate of this Cday Pokémon for the period.

Capture d’écran 2020-09-20 à 15 21 54

Feature request: add 95% confidence interval in shiny statistics and sort

Currently sorting by shiny rate is heavily biased by rare pokemon, e.g. estimating the shiny rate to be 1/50 for something having 1 shiny in 50 encounters is heavily biased, especially when there are a lot of Pokemon spawn in the spawn table, which overall makes the sorting meaningless. To remedy this, I propose that we could add two columns (might need a better name):

  • Shiny rate (pessimist's tail): 2.5% lower tail
  • Shiny rate (optimist's tail): 2.5% upper tail

The algorithm for estimating confidence interval for binomial distributions can be found here: https://statpages.info/confint.html

Migration 81 drop incident_expire_timestamp in pokestop table.

Migration 81 for RDM

ALTER TABLE pokestop
DROP COLUMN pokestop_display,
DROP COLUMN incident_expire_timestamp,
DROP COLUMN grunt_type;

sqlMessage: "Unknown column 'grunt_type' in 'field list'",
sqlState: '42S22',
index: 0,
sql: '\n' +
' SELECT \n' +
' lat, \n' +
' lon,\n' +
' name,\n' +
' grunt_type,\n' +
' incident_expire_timestamp,\n' +
' updated\n' +
' FROM\n' +
' pokestop\n' +
' WHERE\n' +
' incident_expire_timestamp > UNIX_TIMESTAMP()\n' +
' AND enabled = 1;\n' +

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.