Code Monkey home page Code Monkey logo

doyoutrackid's People

Contributors

jackhkmatthews avatar rassibassi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

doyoutrackid's Issues

Front-end updates

Hi RassiBassi,

I love the site you've created and would really like to contribute some time to the front-end.

I also have a friend who is a UX/UI designer and fellow Charlie Bones / Do!! You!!! fan who is also keen to contribute.

How would you feel about them spending some time redesigning the frontend (maintaining current functionality) and then me implementing these designs?

Thanks
Jack

Eleven Eleven in GMT

As spotted by @Rassibassi , 11:11 mode was set for 11:11 => 11:12 in the client's local time zone.

This should be set to 11:11 => 11:12 GMT to match the radio show.

This should now be fixed. @Rassibassi lemme know if you get a chance to double check this ๐Ÿ‘

Suggest to loosen the dependency on chalice

Dear developers,

Your project doyoutrackid requires "chalice==1.26.0" in its dependency. After analyzing the source code, we found that the following versions of chalice can also be suitable without affecting your project, i.e., chalice 1.26.1, 1.26.2, 1.26.3, 1.26.4, 1.26.5, 1.26.6, 1.27.0. Therefore, we suggest to loosen the dependency on chalice from "chalice==1.26.0" to "chalice>=1.26.0,<=1.27.0" to avoid any possible conflict for importing more packages or for downstream projects that may use ddos_script.

May I pull a request to further loosen the dependency on chalice?

By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?



Details:

Your project (commit id: 8fd5813) directly uses 6 APIs from package chalice.

chalice.app.Chalice.__init__, chalice.app.DecoratorAPI.route, chalice.app.Cron.__init__, chalice.app.CORSConfig.__init__, chalice.app.DecoratorAPI.schedule, chalice.app.Response.__init__

Beginning fromwhich, 17 functions are then indirectly called, including 13 chalice's internal APIs and 4 outsider APIs as follows:

[/Rassibassi/doyoutrackid]
+--chalice.app.Chalice.__init__
|      +--chalice.app._HandlerRegistration.__init__
|      |      +--collections.defaultdict
|      |      +--chalice.app.APIGateway.__init__
|      +--chalice.app.WebsocketAPI.__init__
|      +--logging.getLogger
|      +--chalice.app.Chalice._initialize
|      |      +--chalice.app.Chalice._configure_logging
|      |      |      +--chalice.app.Chalice._already_configured
|      |      |      +--logging.StreamHandler
|      |      |      +--logging.Formatter
|      |      |      +--chalice.app.Chalice._configure_log_level
+--chalice.app.DecoratorAPI.route
|      +--chalice.app.DecoratorAPI._create_registration_function
|      |      +--chalice.app.DecoratorAPI._wrap_handler
|      |      |      +--chalice.app.EventSourceHandler.__init__
|      |      |      +--chalice.app.PureLambdaWrapper.__init__
|      |      |      +--chalice.app.DecoratorAPI._get_middleware_handlers
|      |      |      +--chalice.app.WebsocketEventSourceHandler.__init__
|      |      |      +--chalice.app.ChaliceAuthorizer.__init__
|      |      +--chalice.app.DecoratorAPI._register_handler
+--chalice.app.Cron.__init__
+--chalice.app.CORSConfig.__init__
+--chalice.app.DecoratorAPI.schedule
|      +--chalice.app.DecoratorAPI._create_registration_function
+--chalice.app.Response.__init__

Since all these functions have not been changed between any version for package "chalice" from [1.26.1, 1.26.2, 1.26.3, 1.26.4, 1.26.5, 1.26.6, 1.27.0] and 1.26.0. Therefore, we believe it is safe to loosen the corresponding dependency.

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.