All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
2 views

Azure Key Vault Secrets Query

I had a couple of questions around Azure Key Vault where I needed some technical assistance: The link https://docs.microsoft.com/en-us/azure/key-vault/general/overview states that "Secrets and ...
0
votes
0answers
2 views

How to setup graphql server using nodejs

I want to write login query in graphql on nodejs server . i am having back4app credentials to setup the server but i am unable to understand how to do it.
0
votes
0answers
2 views

How i can make an background image on user profile based on last post he/she liked or viewed?

If you did not understand the title, basically I want to say that I want the last post that the user marks as favorite, or viewed, that the image of that post be put as their background image of their ...
0
votes
0answers
2 views

Database Error “One or more database tables are unavailable” on Wordpress site

Error: One or more database tables are unavailable. The database may need to be repaired. How can i solve this problem? wp-config.php is correct.
0
votes
0answers
2 views

xsd element with extension

I have two xsd-s which I use to validate two types of xml. One xsd is extended from the first one, and the xml that I need to validate with this xsd can contain elements, attributes from the first xsd ...
0
votes
0answers
2 views

VBA control AS/400, Pagedown button not working

Currently I have a project using VBA to control AS400 and do some operations between AS400 and Excel. The AS400 can go to next page by using 'PgDn' in keyboard, so I use 'sendkeys' function to do this ...
0
votes
0answers
3 views

How to delete a line of text in C++ using regex

I'm trying to define a method that deletes an entire line in a block of text containing a string passed to it. #include <regex> void removePlaceholder(std::string& element, const std::...
0
votes
0answers
3 views

incompatible pointer to integer conversion assigning to char from char[13]

i have create a student structure and when i am assigning name to the character array defined inside the structure then it is giving me an error "incompatible pointer to integer conversion ...
0
votes
0answers
7 views

Incorrect number of arguments for type List<E>; it cannot be parameterized with arguments <JSONObject, JSONArray>

I have imported java.util.List interface. trying to create a function as follow: public List<JSONObject,JSONArray> getDetail(String s) But it shows error as "Incorrect number of arguments ...
-2
votes
0answers
15 views

How can i convert python nested dictionary to json file?

I have a python nested dictionary in the following format data = { 'item1': { 'name': "A", 'price': 10 }, 'item2': { 'name': "...
0
votes
0answers
2 views

How to make Echarts areaStyle fill whole polar?

I'm working with line-polar eCharts on Angular, and I ran into a problem with areaStyle. I want it to fill the whole area from the line to the outer most circle with the yellow color, but eCharts left ...
0
votes
0answers
3 views

home/bitnami/apps apps folder not found on aws ligthsail

bitnami@ip-23-45-56-230:~$ ls bitnami_application_password bitnami_credentials htdocs stack bitnami@ip-23-45-56-230:~$ cd apps -bash: cd: apps: No such file or directory
0
votes
0answers
2 views

Game on a Strip :August lunchtime challenge

Tzuyu gave Nayeon a strip of N cells (numbered 1 through N) for her birthday. This strip is described by a sequence A1,A2,…,AN, where for each valid i, the i-th cell is blocked if Ai=1 or free if Ai=0....
0
votes
0answers
5 views

Addons in Docker Odoo 13.0 not recognized

I try to use latest (13.0) Docker image for local development and I'm using docker-compose.yml from docker documentation for spinning up containers: version: '2' services: web: image: odoo:13.0 ...
0
votes
0answers
13 views

Pressing the button from js without jquery and getelementby

I'm fighting with an auto logging script with js. Currently, I'm pasting my username and password to the input fields. It seems like the site is blocking the possibility to click LogIn button after I ...

15 30 50 per page
1
2 3 4 5
…
1337698