Skip to main content

All Questions

Tagged with
0 votes
0 answers
440 views

Highcharts : Real time updating spline chart sets y-axis data to zero

I am trying to display a set of dynamic data in a spline type chart using highcharts. My spline type line chart has 4 series of data that needs to update through a service call. Service returns an ...
Ishara Amarasekera's user avatar
0 votes
1 answer
191 views

Updating a post in Meteor.js

I just recently started to try learning Meteor.js. My intention is to build a newsfeed-feature where I can insert, edit and delete content. I’m stuck at the edit part. imports/api/news/methods.js ...
TKur's user avatar
  • 29
1 vote
0 answers
65 views

Create a JSON object updater

I'm working with a specific JSON object in javascript that contains multiple non fixed properties (I mean properties that can change in the future). I've been working in something like: { "...
DaGLiMiOuX's user avatar
0 votes
1 answer
98 views

Is it possible to get a list of installed Windows Updates using node.js?

I am working on a project in JavaScript/Node.js and I want to fetch a list of all installed windows updates similar to using the C# WUAPI 2.0 Type Library. I tried using WMI calls(...
stinsfire's user avatar
0 votes
2 answers
623 views

Update user information

Tried this for updating user information , only phone number but it's not getting update. router.post('/edit', checkAuth, function (req, res, next) { console.log(req.userData.userId) User....
WhoAmI's user avatar
  • 317
1 vote
1 answer
56 views

CouchDB best pratice for update related documents

I am using CouchDB and NodeJs with these document examples. Role { _id, name } User { _id, email, password, role: { _id, name } } What is the best ...
ErickV's user avatar
  • 111
1 vote
1 answer
2k views

Element text not changing when passing selected textContent and new value to an update function

I'm creating a CRUD page where the user can add, delete and edit text, but I have an issue in updating the text after I select it for edit. In editText function when I click the edit button the text ...
Kinan Alamdar's user avatar
2 votes
0 answers
656 views

Error: While resolving module `react-native/Libraries/Renderer/shims/ReactNativeComponentTree`

i have upgraded my react native package from 0.51.0 to 0.56.0 and when i try to build my project with npm start i get this error Error: While resolving module react-native/Libraries/Renderer/shims/...
Hamdi Gatri's user avatar
0 votes
2 answers
161 views

Why is my function not updating the data every second? [duplicate]

I have a simple component to display cryptocurrencies and I want to update the amount every second (and reflect the updated value). I can display the amount but my function to add 1 every second is ...
TkyStm's user avatar
  • 71
0 votes
1 answer
306 views

How to update webpage based on selection from dropdown list?

I have a webpage that is displaying a list of movies from an API. As you can see in my code, right under the render method I have three commented out sort methods that works fine, when I uncomment one ...
Christian Lopez's user avatar
-4 votes
1 answer
38 views

i want to modify a property value of json using angularjs1 but after modification it replace the whole json

i have a dynamic JSON { "data": { "cols": ["3016", "3017", "3018", "3019", "3020", "3021", "3022", "3023"], "consumer_desc": " ", "form_id": "16", "ph_id": "409", "seasons": ["1", ...
user1490238's user avatar
1 vote
1 answer
584 views

.data() is not a function

I am building a dynamic chart that updates in real time. I managed to update the arc dynamically with every new input data. However how am I suppose to update the text as well? Below is my code, ...
cypatrick's user avatar
  • 151
2 votes
0 answers
470 views

Angular + Universal update to 5.0.0 => No NgModule metadata found for 'ServerAppModule'

My task is to update a project from Angular 4 to 5. That project uses Angular Universal for ssr. I did a lot of stuff to be able to run the project, now it is working with jit build, but when i try to ...
user8778731's user avatar
-3 votes
1 answer
58 views

Auto update Android app who is not on App Store

I need some help in Android studio where I am going to make app for a student but I don't have enough money to purchase the developer account I need some help from you I think you will help me I want ...
Yash Kite's user avatar
0 votes
1 answer
208 views

Solr Atomic field update should happen only if new value is bigger

I have a custom string field in Solr which holds a timestamp. I update some documents which have this field by atomic updates. For example: {id:doc1, last_interact:{set:8888} } Now let's say the ...
Amirabbas Askary's user avatar

15 30 50 per page
1 2 3
4
5
10