Giter VIP home page Giter VIP logo

daily-desktop's Introduction

๐Ÿ˜ผ smirk cat

daily-desktop's People

Contributors

goodtrailer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

daily-desktop's Issues

Core: Improve directory handling

The directory handling is a bit of a mess.

  • SerializeJsonDir -> SerializeDir
  • Add an AssemblyDir field/property
  • Add a DailyDesktopConstants static class
  • Move all directory handling behavior from Desktop/Task into Core
  • Pass everything as CL arguments to Task
  • Keep a directories.json or something similar in the AssemblyDir

Task: Use ImageMagick instead of superfastblur

Allows for other effects (e.g. vignette), along with a probably faster blurring algorithm (superfastblur isn't actually very fast, despite scaling well. Using a sliding window method would run faster and still scale linearly).

Core: Drop synchronous API

Probably not useful anymore, and honestly just cumbersome to manage. Either choose synchronous, or choose asynchronous. Having both is just a nightmare.

Desktop: Flicking around the blur slider too quickly causes an exception

Something to do with the cancellation token being triggered. I guess I forgot to handle cancellation tokens somewhere, and just let them throw. It's actually not a big deal here, because you can just click "Continue" on the exception popup, and the application continues (hooray for async applications!).

Tests: Fix DeviantArt test

As explained in #20:

DeviantArt test has been (erroneously?) failing for a while now, and it's getting annoying. Will have to look into the 403 error.

Core: Provider configuration

Could be useful for something like Deviant Art or Pixiv or something. For example, there could be different "modes" for Pixiv: daily ranking (current implementation), specific artists, etc.

Core: Remove `DailyDesktopCore` class

Or at least, refactor all the Task Scheduler behavior into a separate class, and have the Core class just hold configs and handle dependency injection. This would allow removal of a lot of "forwarding" methods and duplicate async/sync methods. Also, having a single monolithic master class just sucks.

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.