Questions tagged [lookback]

Lookback is software on mobile devices that has the ability to record user experiences

Lookback is a tech startup founded in Sweden in late 2013. It began when Joachim Bengtsson, then iOS Lead Developer at Spotify, heard his designer colleagues complain about how difficult it was to record user experiences on mobile devices. Like any respectable nerd would, he figured he could write some software to make it easier. He quickly realized no one had solved this problem elegantly because so far there wasn't any simple way to record the screen on an iOS device. He accepted the challenge and after a long time of intense work on a solution, he finally emerged with the embryo of what we today call Lookback.

Links:

12 questions
2
votes
0 answers

Calculate look back period using pandas

I need to look back backwards in each row for a different time and count new patients, so its like I look back from a date and check new patients in last month then check new patients in second last month and so on. My data set is something like…
1
vote
0 answers

Implementation of loopback 4 in a hosting (with c panel a2hosting)

I am new managing lookback. I would like to know how to upload my application to a shared hosting
1
vote
2 answers

R: Aggregating Data for Previous 30 Days

As a novice I was hoping to understand how to aggregate data using an arbitrary look back (eg previous 30 days from a date). See my data below as an example. I want to group by each name, and sum sales for the 30 days leading up to say 02-15-2019.…
KevS
  • 59
  • 10
1
vote
2 answers

Lookback:Meteor-seo broken?

Using meteor 1.5.2 I installed the latest lookback:meteor-seo plugin and im getting this error lookback_seo.js?hash=a658c0f8fd82680b329114c5e62d2bb35a458f36:245 Uncaught ReferenceError: Meta is not defined at Function.Iron.Router.plugins.seo…
Gibs LeFleur
  • 111
  • 1
  • 1
  • 11
1
vote
3 answers

Rally Lookback, Snapshot with empty custom field

I am trying to get a snapshot of deleted userstory to get value for a custom field(c_Dep). I get the snapshot but the custom field is empty. It had value in it. Does lookback not save value for cutomer created cutom field? …
Sarita
  • 145
  • 9
1
vote
1 answer

Lookback doesn't work at all / Lookback_Weak returns nil

I followed the CocoaPods-based installation instructions for Lookback, the app compiles and links, yet all my calls to the Lookback API do nothing. Nothing happens when I shake the device even though I have shakeToRecord = YES. If I use [Lookback…
nevyn
  • 7,052
  • 3
  • 32
  • 43
0
votes
0 answers

How do I start my strategy after a corssover/under?

I am trying to code the following strategy: Buy: (1) signal one being the 50 ema crossing over the 200 ema. (2) signal two, wait for three red candles, with the final candle closing under the 50 ema. (3) signal three, next candle is immediately…
0
votes
0 answers

How to solve the key error message when splitting the data using look back for LSTM

def create_dataset (X, look_back = 30): Xs, ys = [], [] for i in range(len(X)-look_back): v = X[i:i+look_back] Xs.append(v) ys.append(X[i+look_back]) return np.array(Xs), np.array(ys) look_back = 30 X_train, y_train =…
0
votes
1 answer

How to create RSI LOOKback for OVERbought/OVERsold condition? pinescript

I'm trying to code a lookback input to check if my RSI oversold condition happened anywhere within the last 4 candlesticks to trigger a buy signal.(And to have it adjustable would be ideal to retest strategies). I just don't know how to plug it into…
Paul Cas
  • 39
  • 7
0
votes
2 answers

How to add custom paramater in error object lb4?

I am using strongloop 4 (lb4). I am facing one issue that in error object I need to one more custom parameter in the error object. I want it on the global level. On every error, I want to add that custom parameter in every error message. In…
Sumit Sale
  • 11
  • 1
0
votes
1 answer

Does anyone have any information about lookback.io Android SDK?

I am interest in find out if https://lookback.io have a SDK for android. on their website there is only for IOS.
Thiago
  • 12,778
  • 14
  • 93
  • 110
-1
votes
1 answer

The find method has not been setup. The PersistedModel has not been correctly attached to a DataSource

Error: Cannot call users.find(). The find method has not been setup. The PersistedModel has not been correctly attached to a DataSource! at throwNotAttached (F:\PPL\Laundry\api.lb\node_modules\loopback\lib\persisted-model.js:71:11) at…