Questions tagged [snapshot]

A snapshot is the state of something (e.g. a folder) at a specific point in time. In this case, snapshot means the current content of the test branch, this doesn't have to be the head revision

I'd like to extend the concept of snapshot. As you can see here the snapshot cares about running processes allocated in memory too.

1849 questions
7
votes
3 answers

How should I serialize domain model snapshots for event sourcing

We are building an application using the LMAX Disruptor. When using Event Sourcing, you often want to persist periodic snapshots of your domain model (some people call this the Memory Image pattern). I need a better solution than what we are…
Etienne Neveu
  • 12,604
  • 9
  • 36
  • 59
7
votes
1 answer

How to save&load a snapshot of an Android app state?

Before reading this, note that I'm not talking about capturing the screen. Motivation Many times, in order to test apps, we need to go over many activities (including a loading/splash screen) till we reach the one we've just updated in order to test…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
7
votes
3 answers

maven versions release candidates and snapshot

My goal is to release a project which have a single dependency. I have a nexus repository where i deploy both snapshot and release versions. The one dependency I have has group:artifact:1.1.0-SNAPSHOT and the following Release Candidate is…
mirlitone
  • 155
  • 1
  • 1
  • 6
7
votes
2 answers

git vs xcode snapshot

I am learning to program in iOS thru the itunesU videos and have been using xcode. I had found in xcode the feature to create snapshots which I have used to take snapshots of my project at each major milestone so far. Then I come to the chapter on…
rockhammer
  • 957
  • 2
  • 13
  • 38
7
votes
0 answers

Heroku restore snapshot XML Error

I am getting an XML error when I try and access the Heroku Postgres backup snapshot. I cant download it from the website and it will not restore! Is anyone else seeing this error downloading or restore a snapshot? This is the error from the Heroku…
Kevin Bird
  • 71
  • 2
6
votes
3 answers

passing dynamic strings to AppLocalizations.of(context)! in Flutter

right now Im working in App using Flutter and I have 4 different languages, I use json (arb files) for localization (translation) I need to pass different string values which app fetch them using API's as shown in example…
6
votes
1 answer

maven: how to clean the old snapshot in local repo?

I used a snapshot jar in my pom.xml which developed by another team.After a period of time, I found a lots of snapshot jar with timestamp in my local repo like…
oarsmanli
  • 655
  • 1
  • 6
  • 6
6
votes
3 answers

backup/snapshot a vm image (vhd) in windows azure

I was wondering if anyone had any information on how to backup a vm image that has been uploaded to the cloud. There is an option to revert to the initial state. However, it would be extremely handy if a snapshot could be taken or if the vhd could…
peanut
  • 109
  • 1
  • 2
  • 9
6
votes
3 answers

riak backup solution for a single bucket

What are your recommendations for solutions that allow backing up [either by streaming or snapshot] a single riak bucket to a file?
user650842
  • 81
  • 5
6
votes
1 answer

Static analysis using ESLint with snapshot

We're using ESLint in our company in order to detect errors, that break the build and block the deploy, but we also have some other rules which trigger some warnings in our console. We want to see those warnings in a timeline, so we'll be able to…
Afonso França
  • 663
  • 1
  • 4
  • 14
6
votes
1 answer

How to deactivate snapshot?

How i can unchecked/disabled Snapshot in Android Studio 3.0? In Android Virtual Device Manager missing field - Snapshot. Earlier such option was when you try to edit your Virtual Device.
Morozov
  • 4,968
  • 6
  • 39
  • 70
6
votes
2 answers

jest not creating snapshot

i have created a jest test file below.But the snapshot for this file is not created. What is the issue in my code? import React from 'react'; import Carousel from './component'; import renderer from 'react-test-renderer'; test('Carousel Component…
sheeba
  • 61
  • 1
  • 2
6
votes
1 answer

Create copy of EC2 instance and launch as new instances

I setup one mail server in one EC2 instances. I want to copy the whole instance and launch as another new instance. I'm very confused about snapshot and AMI, so please suggest how to do it.
Tyrell
  • 163
  • 1
  • 2
  • 10
6
votes
2 answers

Can anyone give a snapshot example of elastic-search by using python?

I'm using python to access elasticsearch cluster. Now I want to backup my index by using snapshot. The most difficult thing is that: the python-elasticsearch's doc just give me a API description. there is no example to show me how to create…
Howardyan
  • 667
  • 1
  • 6
  • 15
6
votes
3 answers

repository_missing_exception snapshot and restore in Elasticsearch

I have to transfer an Elasticsearch index on a Windows machine to an Ubuntu Machine. I decided to take a snapshot of the index and then try to restore it on the other system. I was successfully able to snapshot the index on the windows machine. On…
Animesh Pandey
  • 5,900
  • 13
  • 64
  • 130