Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
111 views

I creted a basic Node.js app with WatermelonDB and LokiJSAdapter and is working fine but when I switched to SQLiteAdapter this error start appering. Any ideas hoe to fix that? Error: EBUSY: resource ...
tatqna's user avatar
  • 31
3 votes
0 answers
1k views

I have a frontend application using React. In the project I use Storybook. And for regression screenshot testing of ui-elements, I use the "loki" library (loki.js.org). "Loki" ...
Fronter's user avatar
  • 31
1 vote
0 answers
312 views

Screenshot tests always falling in tests with my custom Input component. Screenshots with difference shows me difference in border-radius even after adding these tests. Sometimes it falls in different ...
DmoJK's user avatar
  • 23
1 vote
0 answers
454 views

We have a design system with the core components built on Stencil and cross-compiled across React and Angular frameworks. Ideally we have all the components in React, Angular and Web-components. We ...
Sivanandhini Chandrasekaran's user avatar
0 votes
1 answer
52 views

I am generating query based on user input and passing it onto LokiJS to handle. However, query doesn't seem to take effect (everything is returned as it is). Logic to generate query :- function ...
Aman Desai's user avatar
2 votes
0 answers
322 views

I have a large in-memory dataset on the client side, and need to quickly update records in a wide dataset (at most, about 50k records at a time). Right now, I have a loop that looks like this. // ...
Kyouma's user avatar
  • 430
0 votes
0 answers
405 views

I'm building an app that heavily relies on in-memory data. It listens to 3rd party app via WebSockets and keeps up the in-memory state. I have been thinking libraries like redux would be a great ...
Cecily Miller's user avatar
1 vote
1 answer
365 views

We’re at the tail end of re-writing a legacy Cordova app completely in a new Swift app, the issue we’re facing is when it comes to migration, the Cordova app stores some information on device like ...
Evan's user avatar
  • 131
0 votes
0 answers
1k views

Recently, i have started working on Grafana Loki. I got some understanding of the logging stack(PLG - Promtail, Loki and Grafana). I need to store the logs in Loki. So, i have set the promtail agents ...
Waseem's user avatar
  • 99
1 vote
1 answer
317 views

I've been working with lokijs on node and use it with express and socket and typescript. Now i've got two instances of loki database and when I use db.saveDatabase() it is not set in the file although ...
Valerie Valerie's user avatar
1 vote
1 answer
878 views

I don't seem to be able to figure out why this is not working My Hapi.js index.ts looks like this: import { Server, Request, ResponseToolkit } from '@hapi/hapi'; import * as Loki from 'lokijs'; ... ...
Fi Li Ppo's user avatar
  • 309
3 votes
2 answers
899 views

I'm writing my blog with Nuxt Content which can filter posts based on their properties. One of my properties is tags. Now I would like to create a page for each tag. My current solution works, but the ...
Johan Vergeer's user avatar
0 votes
1 answer
80 views

My project new integration : I am using find() method but it is not working. var arrayResults = collection.find({'userId':$rootScope.userId,'productType':'kcc'}); Like this working fine. var ...
mahesh ummadipolu's user avatar
0 votes
1 answer
121 views

I am having a problem getting data from a branchResultSet after using the applySort on the view. The reason I am using that is because I want a limit of 10 records back and not the whole thing for ...
robin is the true main hero's user avatar
1 vote
1 answer
626 views

I followed this tutorial on file upload with multer-express and then retrieving image by id Scoth.io. The setup uses LokiJS as database. All the API's works fine however when API to retrieve multiple ...
appu's user avatar
  • 481

15 30 50 per page
1
2 3 4 5
7