Quantcast
Channel: Recent Questions - Stack Overflow
Browsing all 12171 articles
Browse latest View live

'The type of navigation 'Site.operatives' is 'User[]' which is an array type....

I have never faced this problem before. I recently switched from azure sql server to local Db for testing.I have been running the same thing for more than 3 months and I have never came across this...

View Article


Image may be NSFW.
Clik here to view.

chartjs add space betwen stacked bar

Hello I have stuck with add space between stacked bar, I mean I need to add space or margin or padding between bar colorthis what I'm done withand what I want is like thisas you can see there's is...

View Article


Azure cli command cannot find existing subscriptions

I am trying to list all private dns zones in an Azure subscription with this az cli command:az network private-dns zone list --subscription $subscriptionNameBut for some subscriptions i get this error...

View Article

Hashtag symbol in Ruby on Rails string [closed]

I have a string in Ruby on Rails. This string contains a '#' character. The problem is that my program interprets this '#' as comment, but it is part of a password string. How can I handle this?The...

View Article

What is the way to glue Cucumber feature steps to their implementation for...

I'm using godog as a testing framework and Goland as an IDE (with Cucumber and Gherkin plugins installed).I have features files and steps implementation and the tests work well (steps are found and...

View Article


Unsure how to get Export-Csv to work for what I need

I have to rename a little over 100 computers in the warehouse where I work. My script is setup to delay the renaming process until a desired time and gets the computer names from a .csv file. The...

View Article

dividing screen in 4 parts

I want to display 4 videos on the screen using react, if I increase the size of one video, the others should adjust accordingly , how can I do it?I tried the following code<SplitterLayout percentage...

View Article

Remove leading digit from an uint in without parsing to string and back

I'm having a uint as 3123456, and I want to get 123456 as number (ideally uint), i.e. with the first digit stripped.I know I could parse it as a string, remove the leading character, and convert it...

View Article


Image may be NSFW.
Clik here to view.

How to change the root directory of a Python project?

I have a simple Django project (namely the one from this tutorial).The main part of the tree looks like this:.├── env├── proj│  ├── proj│  │  ├── __init__.py│  │  ├── settings.py│  │  ├── urls.py│  │...

View Article


Merging of parameters/variables arrays in Azure Pipelines

Given 2 parameters of type "array" in some reusable template:parameters: - name: stageDependsOn type: object default: [] - name: _defaultDependsOn type: object default: ['must_have_stage']... how to...

View Article

Can't get chrome to trust my self signed ssl certificate

ContextI try to develop a ServiceWorker for my WebsiteThe ServiceWorker registration fails because of my untrusted (self signed) certThe url I use locally is https://mypage.localWhat I tryed to let my...

View Article

SQL Server not producing same result as Excel

I have the following PMT function:create function dbo.PMT( @rate float, @periods numeric(20,7), @principal numeric(20,2))returns numeric (38,9)asbegin declare @pmt numeric (38,9) declare @WK_periods...

View Article

When I run angular project, I get error ERROR in...

When I run angular project, I get errorERROR in ./node_modules/primeng/fesm5/primeng-chart.js and primeng-editor.jsI useAngular version 8Node 14.21.3primeng 9I try delete node_modules,...

View Article


Python, tkinter: Updating a Label periodically

I know, this topic has been adressed in several threads, e.g. this one: Tkinter how to continuously update a label, I looked through them, but what I found did not work for me. I try to update a Label...

View Article

spring boot 2.5.6 without spring security and security config upgraded to...

When trying to upgrade my spring boot project from 2.5.6 to 3.2.5 swagger UI stops working.In version 2.5.6, I do not have spring security nor security config. I have only SwaggerConfig...

View Article


Invalid model reference ‘my.guru.Comment_ref_comments’. String model...

I've got this problem here. I will paste in my code too. After looking through the internet, I found this error, but only for custom user models.In my example I have a simple Comment model:class...

View Article

How to resolve Invalid next.config.js options detected?

I try to run a Next.js Docker container with the commands:docker build -t nextjs-docker .docker run -p 3000:3000 nextjs-dockerBut if I try to run the container, the following error pops up:⚠ Invalid...

View Article


print numbers N times using recursion [closed]

Here i did names(N-1) then sout(N)after doing this output is 1 , 2 , 3, 4 instead it should be 4, 3 ,2 ,1.when I move the names function that is name(N-1) below the sout(N).then it gives output:...

View Article

The python selenium add_cookie operation failed, indicating unable to set cookie

It's like this. I want driver to add a set of cookies after accessing a webpage with slider verification,but it failed. I can't find the reason for iterrorcodefrom selenium import webdriverfrom...

View Article

Image may be NSFW.
Clik here to view.

How to refresh an excel file regularly

I have one main excel file with power query, in share point (this file also feeds a powerbi report, VBA may not be a good approach as well).Get Data > Sharepoint Folder > power query steps >...

View Article
Browsing all 12171 articles
Browse latest View live