Ben Carlsson

Results 98 issues of Ben Carlsson

Trying to import a run into FramePerfect renders a 500 on our end.

bug

Sometimes people upload blank splits for reasons other than "I'm about to start this run", so we should differentiate between those cases. Simplest change could be to not display all...

aesthetics

@jhobz witnessed a run get uploaded, not have a highlight suggestion, then later I called `HighlightSuggestion.from_run` manually and the highlight was found. Random notes: - Splits may have been uploaded...

bug

Our root directory is a little dirty, making it a chore to scroll down to the README on the GitHub repo home page. Many of these files can go somewhere...

innards-only
small

On https://splits.io/settings we show up on our own list of "My Authorized Applications" due to our JavaScript getting its own access token, which might scare some folks into thinking it's...

small
good first issue

Many small search terms like "mar", "tro", "sunsh" yield 0 results, but adding more characters ("mari", "tron", "sunshi") gives games back. It can be misleading to show 0 results in...

bug
medium

Theoretically for a run whose most recent completion was a PB, the highest x-value of the playtime-to-PB graph should be equal to the "life playtime" stat at the top of...

bug

livesplit-core will let us do our route-only logic in a cleaner way than we are: https://livesplit.org/livesplit-core/classes/runeditor.html#importcomparison

Seems to be very similar to #278, but the root cause is different. When a segment is added, removed, or has its history cleared (e.g. by clearing the gold time...

bug
small
good first issue

Uploads to Splits I/O over unreliable internet can take multiple attempts, see: https://twitter.com/GmMecharon1/status/1093361399663865856 Supporting compression formats is one way to go about this, and probably the simplest to implement for...

feature
parsing
speed
medium