I am using pouchdb with react native (expo) to store the local data and also the images and when trying to recover the image I get the following data Object {
CREATE TABLE `celula` ( `ID_Celula` int(255) unsigned NOT NULL AUTO_INCREMENT, `integrantes` text, PRIMARY KEY (`ID_Celula`) ); INSERT INTO `celula` (`ID
I have deployed a scrapy project which crawls whenever an lambda api requests comes. It runs perfectly for the first api call but later on it fails and throws
I'm implementing a simple search bar that calls an asyncronous method which is populating a display list that is to be displayed as the user types. The issue I
I need to add a column to a CSV file that was created through a web imported data. The new column has to be a concatanation of two rows something like 06_2018.
I have a piece of react JS code that is supposed to fetch data from an endpoint and populate a form from the data. The main issue I'm having with is that it onl
I have a code that will paint an ellipse whenever the mouse is clicked.I want to connect the previous ellipse with the new painted ellipse with a line like in t
I wrote code to find a prod. amount during a rolling horizon. It works for a 12 weeks period but I want to solve it for 1 full year so that number of weeks is 5
We operate artifactory and jenkins for CI process. Now we use standard username/password credentials for login to artifactory. Want to use token for login. I ge
Does anyone knows a way to pass the Apollo query as a Svelte store. I don't want put in a store the data that's returned by the query(...) function but the actu