Ive been doing some research about how to consume a web api executed on my localhost throught a xamarin app. The web api works perfect, I can adding and getting
In my Drupal site, user profile has username, role and group Taxonomy term. There is a Article content type setup to take comments from users. Every time when a
does any one have any material to recommend me on how to properly create a good CRUD code to handle python with oracle? I am doing some basic query/insert/updat
i have a simple terraform script which makes use of a module, the script creates multiple s3 buckets: main.tf: variable "bucket_name"{ type = list descr
I’m on macOS Big Sur. I installed OpenSSL via Homebrew like this: $ brew install openssl Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebr
I'm trying to build a mobile application with expo and react-native, I have a screen where I need to generate a passphrase for the user and I'm using react-nati
I am trying to merge different .config file to Web.config depending on which environment the Release is deployed. But, when I enable the XML Transformation in I
I have a TypeScript project that is leveraging ESLint. I have a class that utilizes a Buffer as a class attribute. I want to be able to set the buffer as part
I've looked quite a few different questions on here around Pivot Longer but I can't seem to figure out how to get my scenario to work. For example R Pivot multi
import re text = "A random\string here" test = re.findall('(?<=A ).+\s', text) I want to print out everything from the end of "A" (excluding the space) to
I have a C++ program that waits for some text input with getline(), and it works well from the command line. However, I would like to call it from Python - send
I would like to use the geograpy3 package for a city & country mapping of string values, related to locations (like 'Roma, Italy' or just 'Timișoara').
In the example/sumo/grid.py, we know how to add tl with detector in the network because that is the net we build manually. Now the network is .net.xml and it ha
I am trying to move my existing React Native (typescript) project to Expo. Everything is working fine in Expo except modal with Lottie animation ( without expo
I'm using snipcart in a nextjs with strapi app. I receive an error when processing a payment : A 'cart-confirmation' error occured in Snipcart. Reason: 'produc
I am maintaining a python package in which I did some restructuring. Now, I want to support clients who still do from my_package.old_subpackage.foo import Foo i
What I want: Going on amazon.com typing in search "a book about 42" and then, without pressing enter or clicking on search-button, I want to start the search v
Is there any way to write unstructured data to a big query table using apache beam dataflow big query io API (i.e without providing schema upfront)
Im trying to automize downloading files, from a list of "cars" then save the file on my computer unzip it and rename it with the name of the car. Problem is, my
I just started learning ReactJS and I made a Project with .scss For some reason when I add a style in a .scss file that style also changes other components' st
I want to publish an Android in jitpack.io but api dependencies are missing, that's why I use with Gradle 7.2 this project.afterEvaluate { publishing {
So I'm trying to make an API Fetch from a Form Input (The Search bar of my site), I Want to add Text to whatever was inputted to the Text Field and then send it
I have two models: CustomUser and AgreementReglament At this moment relation between the models looks like this: class AgreementReglament(models.Model): nam
When i compare two instances in java of the same type class, with the same values of their Attributes, why i get false? I'm new with OOP and d
I am trying to validate a form. I am successful on that, but if the alert kicks in, the page refresh and since i am using a pop up, this one closes and i have t
I want to reproduce a postman call with RestAssured. The call send some text parameters and a file parameter to upload file to S3 It look like this : In rest a
I've been trying to create an LSTM VAE to reconstruct multivariate time-series data on Tensorflow. To start off I attempted to adapt (changed to Functional API,
I am trying to show/hide the 'Cancel' button within the subscription details in 'My Account', based on the subscription start date. However I am finding the int
I'm getting the below error in Infogix Data360 application which is deployed on AWS. java.nio.channels.ClosedChannelException at io.netty.channel.AbstractChan
In the analysis of user behavior of campus network, we want to identify the web pages of pornography and gambling visited by users . See graph theory algorithm,