Git Product home page Git Product logo

skyforgeaelinetscraper's People

Contributors

maverik avatar venomed avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

orion972

skyforgeaelinetscraper's Issues

Numbers with trailing zero after decimal get counted as significant

Reported by Chera.

Fix offered:

static long GetNumberInLong(string number) 
{
    return char.IsNumber(number[number.Length-1]) ? long.Parse(number) : (number[number.Length - 1] == 'M' ? 
        (long)(float.Parse(number.Replace("M", "")) * 100000) : 
        (long)(float.Parse(number.Replace("K", "")) * 100)); 
}

OutOfMemoryException

Reported by Razor from Immortality on TS.

Nasty recursion bug introduced in Distortion code update where I was reprocessing members that had already been processed.

Remove requirement for Pantheon Id

Since it's no longer possible to view cross pantheon statistics, the code should just figure it out from logged in user and not ask for it explicitly.

Adding Distortions and Tactical Sense

Mahallo!!

Chera here. As per your request, our request: We would like to have a few columns added to the right of the current version.

We're thinking of something like that: TS | A1 | A1R | A2 | A2R | A3 | A3R | ...
2600 X X X

Hope my little noob-formatting still works after posting this. We shall see.
EDIT: Alright it does not. The Xs are supposed to be the marking below the distortions....

The result will hopefully be the currently working prestige/credit/buildingmat overview, and then we can just copy the right side of the entire thing, starting from TS, and put that in a different spreadsheet, basically a raid-overview.

If possible, it would of course be nice to have the linqpad program output the result directly in 2 spreadsheets, in which case the 2 columns left of TS would be ID and name of the player.

I hope I'm making some sense here, if not, you know where to reach me, master Maverik :)

Enhancement Request - Completed Avatars

Hi again.

If you get time at some point wondered if you would be able to add completed avatars to the data pulled for each person. I was looking at aelinet and saw the avatar fights get listed in completed instances for players just as distortions do.

With the Mechanoid invasion that's currently with us we're busily trying to arrange runs to get all eligible members their books and it would have been really handy to know up front without having to try and get everyone to reply to posts about it who needs it and who has it already. An aid to planning.

Thanks

Elena

Aggregate Exception in Akonita update

Saw there was a new download so gave it a whirl but got this crash:

tool-crash-akonita-version-capture

does not look identical to the previous issue I raised but as it says aggregate not sure if in fact the previous issue still exists and another has appeared now as well.

Add details of player builds

It was discussed in Transcend that having the pantheon member builds available to commanders would aid in matching players with right supports and in planning whom to put in which progression group. This is a feature request issue for that discussion to tag the associated implementation.

NRE thrown when the player is a moderator account

As discussed in game today I've run into this error which I think may be caused by a pantheon member who does not have their character details displayed on the aelinet. As requested I attach a couple of snapshots of the error location in code and the stack trace.
null-error-snap1-capture
null-error-snap2-trace-capture.

Thanks in advance for any help you can give.

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.