I have been able to login to my npm registry manually, ie: on my local machine - but for some reason it's not working when it goes through the CI. The problem h
I have the following dashboard build with Tableau Public: https://public.tableau.com/app/profile/david8402/viz/map_parameters/Dashboard1 The dashboard accept as
In my source bundle I am using .platform/nginx/conf.d/ to extend nginx.conf. I also need to add the following proxy_buffer_size 128k; proxy_buffers
I'm trying to start a nuxt.js project on Plesk. Plesk need a Application Startup File, but nuxt.js have no index file. How can I start the server? Do I have t
I have one outer function and 2 inner functions. def outer(): x = 'hello' def inner1(): def inner2(): nonlocal x x =
I'm trying to make my bot say a simple message whenever someone tells it 'hello'. Currently, the code of the command itself looks like this: const { SlashComman
I'm trying to make a code execute every 1 minute. I have ruby rbenv, sidekiq and whenever installed. my user is deploy and part of deploy, sudo groups my sideki
Below is my code, the React app is connected to Node js and the data of comment are saved when submit but it's not working for StarRating component. The comment
I have this SQL query which I need to run on different databases. In some databases it's missing. In other this record is present. INSERT INTO
I am trying to parse through the JSON response from the OpenWeather API and I want to get the probability of precipitation, but the correspond