Ashar Fuadi

Results 41 comments of Ashar Fuadi

What is a "simple IFTTT module"? :)

It's possible, but implementation will be a bit tricky because then we need to have a scheduler that runs periodically to trigger the action transition.

@miksansegundo -- we have already shuffled the designs in the backend side (the starter-designs endpoint), using a pre-defined randomization seed (based on the site url). Adding another layer of randomization/shuffling...

Oh, that's a good point. Hmm. For limit, I think either works (putting in on wpcom or Calypso). If we want to do it on Calypso side, we can add...

Now that I just played around with the feature, I (subjectively) feel that the current performance is good enough. I suggest before taking any action on this issue, let's wait...

Okay, now I think I have all the data I need to implement this project. General idea: 1. (wpcom) Return theme style variations for each (static) theme in the `/wpcom/v2/starter-designs`...

@autumnfjeld : I've created the following tasks: - 120-gh-Automattic/ganon-issues - 121-gh-Automattic/ganon-issues - 122-gh-Automattic/ganon-issues - https://github.com/Automattic/wp-calypso/issues/66734 - https://github.com/Automattic/wp-calypso/issues/66741 Feel free to close this issue if needed!

As a reference, for IOI 2022 we hardcode the filename format in this commit: https://github.com/ioi/cms/commit/eae340e3c4a5a2d210af32ae6623b11bcaa2a27d (Output-only: Change output filename extension from .txt to .out)

We successfully implemented this idea for IOI 2022. Relevant commits: - https://github.com/ioi/cms/commit/5963969794c7ab5be208fcc1cfaafd85bad1b1a3 (Allow contestants to view submissions after the contest ends) - https://github.com/ioi/cms/commit/c2ade136e1bb15569253ea2912fe974dbb119a38 (Add config to allow contestants to do...