Latest Questions

Link the Heroku cloned project with another existing Github repository of User

I have cloned sample project from Heroku: git clone https://github.com/heroku/node-js-getting-started.git cd node-js-getting-started When I run git remote -v I

How to Authenticate two subdomain by one login in IdentityServer?

I have an IDP server implemented by Duende IdentityServer assume which is hosted on idp.com and there are two separate ReactJS applications hosted on app.mysite

MariaDB Exchange partition data

Database : Maria DB 10.6.5 Issue: Data transfer from partitioned table to Non-Partitioned table Table A - partitioned on Date (range partitioned) Table B - Not

Stop moving cursor when touching scrollbar in PhpStorm

I am struggling to find the settings for preventing cursor movement when I press anywhere in scrollbar. Because, for instance I am selecting the text and lookin

Using python 3.10, but pylance still says "alternative syntax for unions requires python 3.10 or newer?"

So I just upgraded python to 3.10 for the new features, and when I do import sys; sys.version using the ipython console in vs code, it prints python version 3.1

Accessing Walmart API and setting up product mapping

To start: I'm completely new to working with APIs, so please bear with me. My first question is related to getting access to the Walmart API. I see the example

How to make existing angular application "fully strict" step by step?

I have an existing Angular Application that started development at the time of Angular 4, now it's on Angular 12. But at the time of development, the strict mod

Visual studio and git: "use" info from another repository?

I have access to a repository on GitHub that hosts C++ source files. Other people using this repository check out the code and build via the command line with

renderPlots() not showing when on shinyapps.io but do show when I run app locally using conditionalPanel

I am trying to make one of two plots depending on browser size (from shinybrowser) using conditionalPanel. The plots are appearing when I run the app locally bu

Why Telegram Message object has steacker field instead photos

When I send a file to the bot, I get a message object with a staker field, on webhook Then i try to get file path by getFile method. And i get the same file pa

MariaDB Exchange partition data

Database : Maria DB 10.6.5 Issue: Data transfer from partitioned table to Non-Partitioned table Table A - partitioned on Date (range partitioned) Table B - Not

Django Github CI cannot connect to mysql 'db'

Issue When trying to setup a Github action to test a Django project automatically, we ran into an issue with the django.yml setup. Whenever we ran the .yml, we

WARNING:tensorflow:Compiled the loaded model, but the compiled metrics have yet to be built. `model.compile_metrics` will be empty until you train

I am trying to run a yolov4 + DeepSORT object tracker on tensorflow. However, when I attempt to run save_model.py to convert the darknet weights of yolov4 to a

How to get the string content of text() widgets and give the styling below image shown in flutter

I want this type of output using single Text() widget I am getting data from Api and i get gender from it so i just want to highlight that value by bold it on w

Accessing Walmart API and setting up product mapping

To start: I'm completely new to working with APIs, so please bear with me. My first question is related to getting access to the Walmart API. I see the example

Can't import the named export 'Directive' from non EcmaScript module (only default export is available)

this is a ionic angular project that i'm working on, i'm using ng-lazyload-image plugin Link. when i start compiling it showing errors like this. Error: ./node_

Going to mobile view, the bar has coded to be 100vw, but it's extending site in width, which I don't want

My problem (in HTML/CSS) is that, when I go to mobile view, it's extending a site width, for pre-counted size. Before all, the bar is calculating a width. for b

Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module

i want to load some scripts on my page when the screen is more than 760 pixels, and otherd when it is less than 760 pixels etc i would to find the faster soluti

Django Github CI cannot connect to mysql 'db'

Issue When trying to setup a Github action to test a Django project automatically, we ran into an issue with the django.yml setup. Whenever we ran the .yml, we

Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module

i want to load some scripts on my page when the screen is more than 760 pixels, and otherd when it is less than 760 pixels etc i would to find the faster soluti

How do we appropriately aggregate class level metrics to package level?

On a java project, I am using CKJM suite to get the following metrics WMC - Weighted methods per class DIT - Depth of Inheritance Tree NOC - Number of Children

Angular 13 routing not working showing new route component below previous comopnent

In Instructions component when we click on Submit routes it to Confirmation component. But on UI it is showing instructions component and confirmation componen

Adding an image while using mongoose Schema

How can I add an image to my mongodb when using the mongoose.schema in JS? const chequeSchema = new schema({ chequeImageUri: { type: Image, req

NodejS Read/Write Binary Data to/from file

Alright, so I have a string with binary data ("111011 10001 etc"), and I'm trying to save it to a file to them read it on another file using streams, the issue

Cannot install Atom packages. npm ERR! code E500

I've just installed Atom and I wanted to install some packages. However, I couldn't do it due to this error: Installing “[email protected]” failed.Hide

In Python how can I overwrite the class attribute of an inherited class, where that attribute is itself an instance of a model?

As in the title, I have a base class ListView, with a Serializer attribute that needs overwriting. For each of my django models I create a child ListView class

Redux toolkit filter() not working when wanting to display new array at the same time

I am currently building a clothing shop in which you can add products to the cart, and delete each one of them as you like and it makes the cart re-render and d

How to remove lock screen using android management api

I am currently developing an android application that is supposed to run in kiosk mode. Everything else works well however, we have a lock screen issue, the app

Netbeans can't find main class (Google Guava is being used)

I'm having a problem with Netbeans IDE 13 and Google Guava, the error says it can't find the main class, but not sure why? Code Part: package TinyBookGoogleGuav

What is wrong with Insertion Sort on Doubly Linked list?

I am getting some random result. I have gone through the flow and did dry run several time but can't figure out exactly what's wrong with the code. flow of prog