Hello guys I have created new ssh key and added to my repo in gitlab, I am working as a contractor but can't connect to the server it's finding my email from gi
EDIT : I think I was not clear, I am sorry for that : I have a column with bytea data. This column, when I apply encode(column,'escape') to it, I got text in th
Linking requires a build-time setting scheme in the project's Expo config (app.config.js or app.json) for production apps, if it's left blank,
How can I make a field name have a period in it? Why? Because this eventually gets translated into JSON that is passed to a service, and the field needs to have
I am using Fingerprint authentication in my app. To decide whether a device has a fingerprint hardware or not I am using this getPackageManager().hasSystemFeatu
I'm using Jest to test my Angular app (using Nx workspaces). I have a component that uses a service that I'm trying to mock. Here's the code: myDummyService.per
I have a custom list used to have features of BindingList<T> while also being XML serializable. The SBindingList<T> class is as follows: public clas
The tags property names are dynamic. e.g. linux and cypher are dynamic in the json. I am trying to extract the dynamic tags and their values and associate them
I am trying assign grades for input integers. But I found it difficult to complete the code. Is there any other way to do the below code such that it will give
I am trying to create a Powershell script create a new release using DevOps API. I can see the pipeline information using invoke rest method but not able to tri
I am sending text to an input field then within the array of elements searching for specific by checking if element text equal street address As you can see i
I created an emulator but it doesn't work. I selected pixel 3a xl phone and I selected Android API 32 (Google play) with x86-64 ABI. It gets timed out when I ru
Im a Windows dev who has no expirience on building C/C++ programs on Linux, but now I need to. Right way would be to go and learn Make and g++ compiler, but bef
I am testing a C++ program for problems. I am running it under valgrind. I start the program with // valgrind test char * p = (char*)malloc(4);
if you are receiving a local or push notification on iOS 15, normally you see the app's icon on the left of the notification and have the ability to attach medi
Hello I used the ST_Buffer to set a 5 kilometre buffer with this code: CREATE TABLE Buf_5km_Schiff as SELECT ST_Buffer(geom, 0.05) FROM public."Input_Schif
I have a db where a foreign key references my primary key, Ill like to select all rows where the foreign key is NULL and then add rows with a foreign key as nes
Example I have these values, there is any way to put them together in a single array? This is one of the functions that make the results, they take their data f
I many times write about it. But I cannot get any help. How to write equations in react-draft-wysiwyg. I find good solution in [github][1]. But now cdn not work
In Visual Studio 2022 I can't get any report viewer, and I am using .NET6 framework. Is there any way to still somehow use it?
I have a route to monitor the email by Apache Camel. If the username or password were changed. I want to show a message to the user in monitoring system about t
I use Lombok in my project and recently Update my Android Studio To the latest version (Bumblebee) And The Lombok Plugin doesn't work, is there any way to solve
I've created an app in python to like tweets by hitting the POST endpoint -very simple. Next I'd like to have an account different than mine able to login and a
I am trying to select part of a table. To select the whole table, I found the first cell (e.g. A1) to the last cell (e.g. C10) of the table. I thought I could s
I'm trying to disable the soft-delete on key-vault. But i couldn't do it. Here's my terraform Code: provider "azurerm" { features { key_vault { purg
I would like to replace from: https://www.mywebsite.com/search?updated-max=date to: https://www.mywebsite.com/blog Only visibly, because https://www.mywebsite.c
I want to build a map which shows the user location, the zoom scale and can be switched between standard maptype and hybrid maptype. For testing reasons, I didn
Does Youtube provides any API to get channel emails using Oauth? Or How can I get the email in About Section in the provided image using scraping with Python. A
Data in csv file is not in proper format it show like as javascript code or html code in only one column Code in userscontroller for export data in csvfile from
I need to match the numbers in the following strings. It is possible they may be part of longer strings with other numbers in them, so I specifically want to ma