Giter VIP home page Giter VIP logo

rdo-gg-tunables's Introduction

Metrics

Metrics

Metrics

rdo-gg-tunables's People

Contributors

dependabot[bot] avatar senexis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rdo-gg-tunables's Issues

Daily objectives

Result of func_17047() is current day of week by game point of view - and it is not the same as in-real. Of course, 0 means Sunday.

Due to this situation, Daily Objectives in Quick View section are in incorrect order.

int func_14046()//Position - 0x4989C6
{
	int iVar0;
	int iVar1;
	
	iVar0 = NETWORK::GET_CLOUD_TIME_AS_INT();
	iVar1 = (iVar0 - 1555999200);
	if (iVar1 < 0)
	{
		iVar1 = (iVar1 * -1);
	}
	iVar1 = (iVar1 / 86400);
	return iVar1;
}

int func_14047()//Position - 0x4989F5
{
	int iVar0;
	
	iVar0 = (func_14046() % 7);
	return iVar0;
}
0 = Tuesday
1 = Wednesday
2 = Thursday
3 = Friday
4 = Saturday
5 = Sunday
6 = Monday

RangeError: maximumFractionDigits value is out of range.

Sentry Issue: TUNABLES-8

RangeError: maximumFractionDigits value is out of range.
  at Intl.NumberFormat (<anonymous>)
  at formatCashSale (../../src/components/QuickView.vue:559:21)
  at xR.setup (../../src/components/QuickView.vue:640:46)
  at xR.setup (../../src/components/QuickView.vue:640:46)
  at toggleOpen (../../src/components/Accordion.vue:29:1)
...
(45 additional frame(s) were not displayed)

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.