I have 2D array arr[i][j]. Where i is the index of list while [j]= list of five elements. For example arr[0][1,2,3,4,5] arr[1][6,7,9,2,1] ... arr[n][1,3,2,4,
TL;DR -> Force code smells to apear as SonarCloud issues on IDE I got SonarLint plugin (vscode) installed locally and configured with external SonarCloud rul
I manage to transfer file from local to remote ftp. Now, I want the list of paths and files that was involved so that I may apply logic on it like inserting new
I want to calculate the threshold limits counts of a table. For example the count of my tables is 100 as below - spark.sql("""select count(*) from dev.my_table_
I cannot seem to fix the "misplaced else" error in the code below. This code should collect and compute for term grades and give remarks depending on the score
I have searched the documentation and this question but still no luck on my side. I just want to use the 'Copy List' keyword. *** Settings *** Documentatio
I have a web-component made with Vue.js 2 and Vuetify. I noticed that Vuetify uses rem as unit for classes such as "text-h6". When I compile t
I'm having trouble creating a gstreamer pipeline that can decode aac streams. I'm using decodebin as the decoder element to keep things as simple as possible.
I used to have syntax coloring on code blocks using Prism.js like this: <code class="language-cs">{code}</code> I'm now trying to load source files
I have been trying to debug AWS Lambda function provided by Amplify in WebStorm, but breakpoints are not hit. I followed https://github.com/aws-amplify/amplify-