I am trying to create a pipeline which is reading some data from Pubsub and writing to into a postgres database. pipeline_options = PipelineOptions(pipeline_arg
New to C++. Here is my code: #include <string> #include <cstdlib> #include <time.h> using namespace std; const int Gardensize = 20;//Garden
I'm trying to validate that the input text I get from a user is a valid Solana address. According to the web3.js documentation, the method .isOnCurve() does tha
I want to make some calculation in CSS and use the result as a non-typed value. This is what I've tried: :root { --scale: 100vh / 1920; } canvas { height:
I am using Cypress for end-to-end testing an application, together with the cypress-firebase package. I followed the official setup instructions (using TypeScri
Settings: LOGIN_URL = 'login_view' Views: class MyView(LoginRequiredMixin,View): template_name = "login.html" login_url = 'login.html' redirect
Here I have this method in my CandidateOp class file. public SqlDataReader getpartyID(string partyName) { string query = "EXEC partyIDtoInsert'" +partyName
I know this could be a bottle in the sea but. I've settle an internal DNS using Tinydns (let's call it vmDNS) that have been working for while now. Yesterday ve
I am trying to create a horizontal recycler view with dynamic height by following this stack overflow post. The solution seems working. But the recycler view it