Git Product home page Git Product logo

Comments (5)

udoprog avatar udoprog commented on May 28, 2024 2

Hey!

The first thing I can think of is that a feature called com.spotify.heroic.shift_range is enabled by default.
This causes the range that you are querying for to be shifted according to your cadence (341s), so the queried for range would be rounded to 341 seconds.

You can try to disable this feature, and see if things make more sense by adding the following to your query:

{
  "features": [
    "-com.spotify.heroic.shift_range"
  ]
}

The actual queried for range should be included in the result, see if it matches up with what you provided.

Please tell me if it still doesn't make sense.

from heroic.

udoprog avatar udoprog commented on May 28, 2024 1

Agreed, it's a fairly recent addition.
I've added #134 to track this.

from heroic.

hampusohlsson avatar hampusohlsson commented on May 28, 2024

That seemed to solve it, thanks for your quick reply!

If this is an undocumented feature it might be a good idea to add a note about it in the docs :)

from heroic.

udoprog avatar udoprog commented on May 28, 2024

@hampusohlsson Feature flags have now been documented a bit as per #134, please have a look to see if its satisfactory. Thank you for your feedback.

from heroic.

hampusohlsson avatar hampusohlsson commented on May 28, 2024

Looks good 👍

from heroic.

Related Issues (20)

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.