M. Hosseyn Najafi

Results 32 comments of M. Hosseyn Najafi

I think the manager system could be entirely replaced with the `sched` module. It will omit the complexity of a task scheduler. https://docs.python.org/3/library/sched.html

From my perspective, as a user of this library, it is definitely better to just let the library process events and notifying relevant manager functions than having to set-up and...

I'll open a new issue because this one isn't relevant.

This is the method I extracted from the site's source which is responsible for checking PWA status: ```javascript export default function isStandalone() { return window.navigator.standalone || window.matchMedia('(display-mode: standalone)').matches } ```

It may be related to the fact that the backend server takes too long to load and download dependencies, and the log output is suppressed so the user isn't informed...

This PR should be merged... the old system is deprecated

@fortuna I like to contribute to this feature because I need it personally. could you give me a little guidance so that I can start developing the feature?

@crash481 I did try, but it is impractical at best. The best method is to limit by IP count (prevent more than 2 IPs from using the service simultaneously), but...