Skip to main content

All Questions

Tagged with
47 questions with no upvoted or accepted answers
7 votes
0 answers
4k views

Are there incompatibility risks when updating Node.js?

I was just checking if any installed programs required an update and I realized that the latest LTS version of Node.js is 12.13.1 while I have 10.16.0 installed. I was wondering if there are ...
SigmaTheFox'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
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
1 vote
0 answers
26 views

I can't add a new Row to an inline crud table once i get live data

I am trying to create an inline create and edit function on a table in angular, when i click on 'add', a new row with empty input fields is supposed to be created. works well on mock data but wont ...
WiikoiTek's user avatar
1 vote
3 answers
199 views

Modify object value in array inside map

Trying to modify object value in array on condition on some arrays the override does not work, here is my snippet const removeAction = (target, array, name) => { let mutation = JSON.parse(...
fefe's user avatar
  • 8,995
1 vote
0 answers
19 views

How update and remove redux state reducer

When I move a user I would like to update new group the reducer and remove user in old groups /mystate // groups: [ // { // users: [ // '1A', // '1B' // ], // id: '2', // ...
codecodecarlos's user avatar
1 vote
0 answers
96 views

D3js: How to update children inside <g> when using brush selection?

I'm trying to modify a dataviz layout in order to group a rect and a a below a g element. Display works, but when I updated my brush selection everything go to hell as event that should be remove from ...
Édouard Lopez's user avatar
1 vote
0 answers
94 views

three js update tubegeometry not visible r100

I have a function that generates new tube each frame following the movement of a mesh. The function that does the updating of the tubegeometry looks like the following: function UpdateKettingMeshes(...
FutureCake's user avatar
  • 2,824
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
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
0 answers
861 views

Shopify Trying to update a customer

I'm trying to create a view where my customer can update his personal info (like First Name, Last Name, email, ect) using Liquid/JS, but I have failed epicly. The nearest point that I have reached is ...
Fingolricks's user avatar
  • 1,194
1 vote
2 answers
584 views

how to update data from meteor in meteor using template helper which contain iteration

i just explored the meteor.js and have some experiment.. i want to update data using textbox.. but the textbox is generated from template helper iteration.. so, the scenario is just like we input ...
James Yap's user avatar
1 vote
1 answer
2k views

How to update/reload a particular value in a web page only if it has changed? (using html/javascript)

I have created a web page using HTML and JavaScript (CSS is also used). I have set a refresh interval of 10 seconds. I don't want to refresh the entire page. I need to refresh/reload only those values ...
athira09's user avatar
  • 155
1 vote
0 answers
91 views

Updating and appending in D3 efficiently

At the minute I'm having an issue wrapping my head around some of D3's syntax. I have a pie chart working perfectly fine , it takes data from a database and updates chart with it.(I have left out all ...
spleedo's user avatar
  • 21
1 vote
0 answers
384 views

Deploying with capistrano fails to update js and css files. How to clear cached files?

I'm using capistrano to deploy from localhost to the remote server. Everytging works fine except one thing: js and css files do not update. Not even one. Not even application.js or application.css is ...
Ilya Chernov's user avatar

15 30 50 per page