Latest Questions

My constant is changing, and I dont know why, or even how

I'm making a program that basically "ciphers" a text, by substituting the letters by other ones. So you basically run the program and enter a distribution, then

How to do Group By and SELF JOIN in single table

Here is what I am trying to get done. Partly I am thru, Partly I am stuck, and need some help. Table structure: CREATE TABLE UserRole ( Id bigint NOT NULL A

Insert data in a table from another model In .NET Core MVC

I'm trying to build a quiz application and i want to insert the user's answers after the quiz is submitted. this is my question model: public class Question {

Angular bootstrap dropdown-toggle not working

Add a css class dynamically: In my angular application, I am using bootstap dropdown,dropdown-toggle to display drop down on click of a button. But the drop dow

Outlook Calendar .Net Core Web API GetList (tokenCredential parameter cannot be null. (Parameter 'tokenCredential'))

I have an API project related to Outlook calendar integration. With this project, you can access your outlook account. I want to list all the events in the cale

Rich text editor for Django with comments/annotation (open source)

Is there anyone succeeded integrating any rich text editor through Django along with inline comments option? I refer inline comment as highlighting a word or se

How to get a list of shared mailboxes for a user in ews-java-api?

Currently, I am able to access the shared mailbox of a user account if I already know the address of the shared mailbox. However, if I know just the user accoun

given 2 arrays , create an object, matching the element of array1, with the key of the object of array2

I really don't know where I'm failing, I try 1000 ways, but I can't. function userCheck (arr1,arr2) { let map = {}; arr1.filter((user) => { arr2.f

React prevent MUI Select from changing width in MUI Grid

I have an MUI grid setup with a variable number of columns. Currently, if the user selects a long string for the Select box, the Select grows, increasing the si

Do I need to move my Forge App to "Production", and if so, how? [autodesk-forge]

I have a Forge App (which, of course, is nothing more than a clientID/secret for establishing an OAuth connection). I saw a reference to "production", but could

Using "raw" source data in MixSIAR package and also grouping by random factor

I'm using the MixSIAR package in R to estimation proportional water source use (groundwater versus soil moisture) by different tree species based on stable oxyg

Extension to get warned when ::class is used in PHP but class is not used in Visual Studio Code

Is there any PHP extension for Visual Studio Code that can warn you in case you are doing ::class in PHP but the class is not used on top of the file? Let me sh

OSError: [Errno 63] File name too long while calling python subprocess

While running the following code I'm getting file name too long import subprocess import json data = [{ "id": 1, "first_name": "Janet", "last_name": "Til

Forbidden (403) CSRF verification failed. Request aborted. Reason given for failure: Origin checking failed does not match any trusted origins

Help Reason given for failure: Origin checking failed - https://praktikum6.jhoncena.repl.co does not match any trusted origins. In general, this can occur when

ERROR: airflow.exceptions.AirflowException: Use keyword arguments when initializing operators

this the error log showing when i am trying to run the program in apache-airflow UI ERROR [airflow.models.dagbag.DagBag] Failed to import: /d/Program Files/meta

Which sorting algorithm has the best asymptotic runtime complexity?

It's a choice problem between heap sort, merge sort and insertion sort. However the best case for insertion sort is O(n) and the worst is O(n^2) Which complexit

how to insert a text in a container and padding for an image

I want to insert a text to my container I tried this code segment. but it is not displaying. first image showing how it display now. image two showing how I nee

Django membership site

Please what's the best way to implement a membership system in a Django site?

Convert Bouncy Castle RSA sign to .NET 5 sign

I'm trying to remove the dependency on Bouncy Castle for a PowerShell module, whilst keeping it cross platform. Currently I have the following code: function In

NodeJS 'Readline' is not a constructor

I'm having issues with my NodeJS app. It's supposed to be a NodeJS server to serial port, but I'm having issues with Readline and it used to throw errors about

How do I use an animated SVG for navbar link hover, and position it properly?

I’m building my portfolio and it has a theme as if it's been drawn on paper. When you hover over a link on my navbar, the SVG animates from underneath, it

REGEX_String between strings in a list

From this list: ['AUSTRALIA\nBELMONT PARK (WA', '\nR3\n1/5/4/2\n2/3/1/5\nEAGLE FARM (QLD'] I would like to reduce it to this list: ['BELMONT PARK', 'EAGLE FARM

Accessibility compliance of specific table HTML

I have an HTML layout engine that has a common component that can switch between ol HTML, ul HTML, and table HTML structure <component> <ul>

How can I output the values I want by using TEXT() version of TODAY() and FIND() in an IF() formula?

I would like to output "Yes" or "" in column B by using the text version of today's date (e.g. Fri) and finding Fri in column A with values like Tue, Fri, Sun

Cast type at index time of document

Once ES has dynamically mapped a type to a specific field, is it possible to automatically cast all future values to this type? Specifically, I want to do this

IllegalStateException: 403 error on Sonarcube via VPN

Sonarcube server is behind our company VPN server. If I connect to VPN, I can access sonar in browser without any issues. But while connecting from sonarCLI or

How to do a simulation of a hypothesis test (using the Wald test) and report the Monte Carlo standard error of the power?

I am reading https://cran.r-project.org/web/packages/rsimsum/vignettes/A-introduction.html and trying to do a simulation of a hypothesis test (using the Wald te

How would you manually test a UI Framework?

I was applying for QA position and the SDET asked me this question: How would you manually test a UI Framework? Not an application with a user interface, the f

Issues with downloading file from website using python request

I have the following code: import requests r = requests.get('https://etf.invesco.com/de/private/de/product/invesco-kbw-nasdaq-fintech-ucits-etf-acc/reports/Inde

How to install PWA in magento2.4.2?

I have to **Install PWA studio for Magento 2.4.2** I did not find a proper way to install PWA studio in Magento and How to **add magento 2.4.2 to pwa studio**?