Newest Questions

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

Ansible - ansible.windows.win_powershell script from file in repository?

I'm new to AWX and having some difficulty getting a clear answer to this question since maybe my keywords in my search are a bit generic. Right now I have my repository like this roles - RoleA - - ...
Serge Harrison's user avatar
0 votes
0 answers
7 views

Why do my jest unit tests influence each other?

I'm writing unit tests for the SalesHistoryService below. I've found out my unit tests cross-contaminate each other, but I can't quite figure out why. When I run the test for getDrinkSaleSummary() ...
JasperR's user avatar
  • 369
-1 votes
0 answers
8 views

Counting the number of days an employee was on duty in a given week

I have a simple Sunday thru Saturday schedule, a worksheet for each day of the week, named Sunday, Monday, etc... On the Sunday sheet, I would like to have a column showing a count of the number of ...
Dennis Coleman's user avatar
0 votes
0 answers
5 views

MVC DateTime Differences - Razor Model vs. jQuery Ajax JSON Object

On my MVC project, I have a DateTime property stored in the database as 12/31/2024, for example. When my razor page loads, using this model, the date displays and populates properly as 12/31/2024. The ...
A-Rog7700's user avatar
0 votes
0 answers
5 views

Realtime input character validation/sanitation in vue.JS with defineModel()

I have a simple webapp with a calculation function that uses a percentage input from the user. For this, I would like to have an input field that shows a human readable percentage in the input field ...
YouKnowNothingJohn's user avatar
0 votes
0 answers
3 views

API Form Script inside Iframe

Can I wrape API Form Script inside Iframe. I want to emebd the form on external site , but without iframe some plugin not work correctly. API Form Script: <div id="form-ID" class="...
Bashir Ahmed's user avatar
0 votes
0 answers
5 views

Too many redirects in htaccess

I have two blocks of the base rules in htacccess: First: RewriteCond %{HTTP:Accept-Language} ^en [NC] RewriteCond %{REQUEST_URI} !^/en/ [NC] RewriteRule ^(.*)$ https://example.com/en/$1 [NC,R=301,L] ...
Melbis's user avatar
  • 107
-2 votes
0 answers
8 views

how can solve spring boot, class loading problem?

i am creating spring boot project on STS 3.9.18 version. In that project spring boot version is 3.4.5, jdk 11 version & added the dependencies of validation, spring data jpa, spring boot web, ...
Nitin Shinde's user avatar
0 votes
0 answers
15 views

How can I exclude two sheets from a macro about sorting columns?

I am trying to exclude a sheet called "Master To Do List" and a sheet called "Questions" from this macro. How can I do this? function SortbyColumnD() { var spreadsheet = ...
Christy Perez's user avatar
0 votes
0 answers
9 views

Playback fails on Sony Andriod TV using Dash

Video playback fails on SONY andriod TV. Unable to debug on TV. It uses playready DRM and I can see license acqusition is successfull. However, I feel manifest fails to download/parse. I was only able ...
Ubaid Ashraf's user avatar
0 votes
0 answers
5 views

Connecting RSAT to Dynamics F&O: "keyset does not exist"

We are using RSAT (Regression Suite Automation Tool) to automate testing after updates in Dynamics F&O. In order to connect to F&O and execute the (automatic) tests I need to download and ...
user2962502's user avatar
0 votes
0 answers
19 views

Excel recalculation display message

I have a custom VBA function that takes some time to execute during re-calculation of cell values in a table. Is there any way to display and initial message, say "Recalculating, Please wait"...
R C's user avatar
  • 53
0 votes
0 answers
4 views

AWS Amplify Auth Error: 'Auth UserPool not configured' despite proper configuration in Next.js

I’m integrating AWS Amplify authentication in a Next.js (v14) application but keep getting the error: AuthUserPoolException: Auth UserPool not configured. at eval What I’ve Tried: Configured Amplify ...
Vishal Mishra's user avatar
0 votes
0 answers
3 views

How to specify negotiation Type "plaintext" when using Postman to test gRPC service

I use following grpcurl command to test grpc service: grpcurl -d "{"name":"gRPC"}" -plaintext localhost:9090 HelloWorld.SayHello Does anyone know how to specify the ...
szciz's user avatar
  • 11
0 votes
0 answers
8 views

Adjust height of component to only be the _visible_ area, adjusting for scrolling

I have two components that are side-by-side. Component A is on the left and can expand vertically, which will require scrolling to view all of the expanded contents. Component B is on the right which ...
Torc's user avatar
  • 1,322

15 30 50 per page
1
2 3 4 5
1615540