I have made a website with one specific theme, is there a way to change the color of the background/text of the website when you refresh it? here is some code w
I want to use the Postman Mock API for mocking graphql queries. It is working just fine when I send a request to the Postman Mock API from within Postman, howev
My goal is to display in the notifications modal that a follower has started following the current user whenever the user clicks the follow button. I am also u
$(document).ready(function() { $('.instant-submit').on('change', function() { this.form.submit(); }); }); <%= form_with(url: profile_path, method: :
I would be glad somebody helps me with this issue. Actually my server express is randomly not able to send response to my react client app. Here is morgan logs
I simulated data that includes two x-variables, both positively correlated with y. How should I simply edit 'x2' so that it positively correlates with 'y' but r
trying to create model.py with 'backref' parameter sqlalchemy.exc.ArgumentError: Error creating backref 'user' on relationship 'User.to_blog': property
So I've just moved from ASP.Net 4 to ASP.Net 5. Im at the moment trying to change a project so that it works in the new ASP.Net but of course there is going to
This question was already asked in the context of C#/.Net. Now I'd like to learn the differences between a struct and a class in C++. Please discuss the techni