So I'm assuming the spinoff angle isn't going to be working out..?

Same reason why places like GMO PG won't tell you how much you have to pay until you actually meet one of their salespeople

Ah, that's good to know.

//

how do you load more timeline / mentions?

Basically a timer that fires at regular intervals checking whether updates should be made. In the case of Nice, there is a timer that runs a bunch of code every 10ms or 100ms or something like that, and it will decide if it's an appropriate time to do some work.

The more elegant solution would be to set individual timers to the appropriate intervals instead of trying to re-implement it… Heh. :trollface:

//

It sucks how hindsight is so good. I keep on wanting to reimplement these things because I know that I can do it in a more elegant way that it currently is

Guess not :)

/me wonders if /me works?

I hope you aren't using a runloop timer in 10C like you are in Nice… :-/