Questions tagged [time-travel]

Use this tag when posting concerning the feature of ClockKit complications that allows users to scroll forwards/backwards in time.

22 questions
11
votes
2 answers

Time Travel functions in postgresql

Can anyone recommend for/against the time-travel functions in postgresql's contrib/spi module? Is there an example available anywhere? Tnx
Yuval
  • 1,382
  • 10
  • 22
8
votes
2 answers

What is the principle of "Time Travel Debugger"?

Hmm... My teacher, some of my classmates and I are going to build a Debugger project. We hope that our debugger is interactive, that is, when codes are typed in, the result will be displayed somewhere few seconds later, and the result changes while…
Stephen.W
  • 1,649
  • 13
  • 14
6
votes
2 answers

Testing a commandline application with cucumber/aruba/timecop: How to inject the context

The following scenario pretty much sums up my problem: Scenario: problems with subprocesses Given the date is 01/01/2012 10:31 When I run `ruby -e "puts Time.now"` Then the output should contain "10:31" It boils down to When I run ruby -e…
sebastiangeiger
  • 3,386
  • 7
  • 29
  • 37
5
votes
1 answer

Microsoft Edge how to enable time traveling debugger?

Is there a way to enable the time travel debug features as shown in this video? I don't see a step backward button in my Edge, does it need to be enabled first somehow? Is it even available to the public at the moment or the video was more of a…
Victor Marchuk
  • 13,045
  • 12
  • 43
  • 67
2
votes
0 answers

Deleting bigquery automatic backups/snapshots

If sensitive data was to enter a bigquery table, is it possible to permanently delete the automatic backups that are used by the time travel feature before the retention period (default of 7 days, but can be a minimum of 2 days) elapses? Thus making…
2
votes
2 answers

CLKComplicationDataSource: getTimelineEntries delegate called hundreds of times

I am trying to support TimeTravel in a Watch app Complication. Consider this code. I cannot understand why these delegate methods are called repeatedly, until I kill the app. I wonder what I could be doing wrong, since the OS is responsible for…
2
votes
1 answer

Elm: Generate Signal Graph for Elm program

I watched Laszlo's talk about time travel debugging in Elm (https://youtu.be/lK0vph1zR8s) and in his presentation he used the signal graph to visualize the effects of the time traveling. Now you can use the debugger with the elm-reactor, but I see…
Christoph W.
  • 958
  • 2
  • 10
  • 24
1
vote
1 answer

How much data is actually in Time Travel?

is it possible to Query Time Travel depth available to a table? Not the configured retention days, but what is actually stored in Time Travel for a table by a date/time. Ex. a Table is configured for 90 day TT but only has 10 days in TT. I was…
1
vote
1 answer

Change data retention for Dropped tables in Snowflake

We are leveraging Snowflake as the warehouse platform. While loading data to Snowflake , we had some drop create logics for populating the data in snowflake. Instead of using temporary or transient table we accidentally leveraged permanent…
1
vote
1 answer

Is there a way to change date of Azure App Service which had a linux based container deployed

I need to change the date / time of my Azure App Service. This will help me in time travelling the API to a past date. I have used linux based image of .Net Core API, deployed as container in Azure App Service. In this API I have a method which…
Manu
  • 331
  • 3
  • 15
1
vote
1 answer

state history not updating properly in react

I'm building a tower of Hanoi game to get used to react. I have a state property called "disks", which is an array consisting of 3 arrays of length N (N being the total number of disks). I also have defined a state property "history" which is…
Jondev01
  • 35
  • 4
1
vote
0 answers

Rails: Controller not seeing time travel in capybara test

I'm attempting to use the travel_to method in ActiveSupport::Testing::TimeHelpers. I want to be able to use visit_page as if it were another day. I can call Date.today from within the block defined by the call to travel_to, and it gives me the date…
1
vote
1 answer

ClockKit CLKComplicationDataSource missing backward events

I write a test app with complications support For some reason clock faces presenting only 1-2 backward events, but I can see in logs 10-15 events before current date. And when I return an empty array for forward events all my backward events start…
1
vote
1 answer

Timetravel in postgres - violating PRIMARY KEY constraint

I wanted to use timetravel function (F.39. spi, PostgreSQL 9.1 Documentation) in my application, however it doesn't seem to work properly for me. With inserting rows into table everything works just fine, I get start and stop date properly, but when…
Borys
  • 2,676
  • 2
  • 24
  • 37
0
votes
1 answer

Undrop or Timetravel in Snowflake

I got this question today in an interview and I answered snowpipe but not sure if its right..Is there any object in snowflake that cant be undrop or any object that cant use time travel features! I tried searching snowflake documentations but no…
1
2