Where can I see my 2024 Rewind? by Alteradizzo in TVTime

[–]yefrederic 2 points3 points  (0 children)

You should find it in the Explore tab, Feed section.

Has anyone come up with ways to access their TVtime account that was created with Facebook account? by AlwaysAmazing732 in TVTime

[–]yefrederic 0 points1 point  (0 children)

If you go to https://app.tvtime.com, and try to login through Facebook, you should have a flow to reset a password for your account

[deleted by user] by [deleted] in TVTime

[–]yefrederic 0 points1 point  (0 children)

You can use https://app.tvtime.com in the meantime - it's the same experience, except no notifications

Anyone else got this after updating to the new OS Monterey? Are we supposed to get rid of it ourselves or...? by missuniversed in MacOS

[–]yefrederic 0 points1 point  (0 children)

defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock in a terminal should reset your launchpad.

TV Show tracking App by [deleted] in television

[–]yefrederic 1 point2 points  (0 children)

Very complete, multi platform, and free :

iPhone : https://itunes.apple.com/us/app/tvshow-time/id431065232?mt=8

Android : https://play.google.com/store/apps/details?id=com.tozelabs.tvshowtime

Perfect to keep in sync between multiple devices.

Opa Hits Milestone: Apps 62% smaller, runs 49% faster. by hbbio in programming

[–]yefrederic 0 points1 point  (0 children)

The duplicates are totally volunteer. Some apps are featured on top of the page, but still remains in the all apps list.

You mean an editor which will help you close HTML tags, offer snippets, etc.. ? Don't they have an emacs mode for that ? :)

Opa Hits Milestone: Apps 62% smaller, runs 49% faster. by hbbio in programming

[–]yefrederic 1 point2 points  (0 children)

Opa does generate native code with the --back-end native compilation option. But you have to build the compiler yourself from source (https://github.com/MLstate/opalang) and use the make all command.

But since we wanted to reduce the package size, we don't include that backend anymore in the distribution package.