Use this tag when posting concerning the feature of ClockKit complications that allows users to scroll forwards/backwards in time.
Questions tagged [time-travel]
22 questions
0
votes
0 answers
Overriding DateTime.now() at a local context without using a third party lib in python
I am looking into ways for overriding datetime.now() or similar method in python. Ideally I would like to override on a per request basis or control cases where I want to freeze the datetime.now() and not necessarily all calls to datetime.now().…

trequartista
- 167
- 10
0
votes
1 answer
snowflake time-travel micro-partition can rewriteable when update?
As we all know, in snowflake one mini-partition maybe rewrite/replace when user update the row in the mini-partition. How snowflake handle the mini-partition in time-travel table space when user update?
I think snowflake need to mark the row which…

ivan
- 11
- 2
0
votes
3 answers
Time travelling a 'drop & recreate' table for any past day within retention period
Is it possible to see how a table look going back 10 days, provided the retention period is 30 days but the table is dropped and recreated on a daily basis?
If the table is truncated, instead of recreate, will going back to the 30th day…

Sayantan Mandal
- 53
- 7
0
votes
1 answer
Snowflake and what to do if a malicious attack happened?
If someone malicious gets access to ACCOUNTADMIN, sets DATA_RETENTION_TIME_IN_DAYS=0 to all objects in a database and then start destroying these objects, does Snowflake provide a means to rebuild the database as it was before the attack? Time…

Hans Deragon
- 504
- 1
- 7
- 17
0
votes
1 answer
Splicing redux actions into history
A Redux tree is pretty much a list of actions and a state derived from those actions.
Something like this:
{ type: "INIT", number: 2 }
{ type: "ADD", addend: 4 }
{ type: "MULTIPLY", factor: 2 }
{ type: "SUBTRACT", subtrahend: 3 }
store.getState()…

Robbie Wxyz
- 7,671
- 2
- 32
- 47
0
votes
0 answers
ASP classic, reading and then writing to database
I have a page where a database lookup is done, and if a value is found some response is sent back to the user and then the database value is deleted.
I'm calling my delete sub after I've checked the variable but it's like this never happened,…

Moo Goatcluck
- 1
- 1
0
votes
2 answers
Agent-based modelling with temporal interaction?
I need to find an agent-based language or framework that allows the user to "rewind" the model, change some parameters and see how it develops with the new parameters. Basically - an ABM that allows its user to time-travel within the simulation and…

Ghosti
- 23
- 5