Newest Questions
24,179,990 questions
0
votes
0
answers
9
views
How to Change a Cell Value on all Open Workbooks to a String on Another
I have a workbook currently called "Test.xlsm".
I want to take information in Cell A1 on Sheet1 of this workbook and replace the value in Cell D2 on Sheet 8 of all currently open workbooks.
...
0
votes
1
answer
10
views
webAuthN registration not finishing
Here is my code for testing the registration of a user, this is temporary as it will be removed once 2 users are set up. This is the front end half.
const btn = document.getElementById('test');
btn....
-2
votes
0
answers
13
views
Cara menyambungkan domain hostinger ke website google site [closed]
Saya buat website di google site membeli domain di hostinger bagaimana menyambungkan domain nya
0
votes
0
answers
8
views
ADO | Powerquery | Odata | Test Execution| RunBy details
I need to get test execution details, especially the "RunBy" field, using the Power Query below to connect to Azure DevOps in Excel, but this data isn't being returned. Please assist.
let
...
0
votes
1
answer
11
views
Multiframe ZSTD file: why is content_size not matched?
I would like to compress multiple ndjson files into ZSTD file using the Python binding python-zstandard. For random seeking later on, I would like that each file is compressed independently as a frame....
0
votes
0
answers
13
views
VS 2022 Power Platform Tools Sign-in error 'The authentication type must be specified.'
I am attempting to create a UDE (Unified Development Environment) for D365 F&O and Power Platform. After installing the Power Platform Tools extensions, I attempt to 'Connect to Dataverse':
The ...
Advice
0
votes
0
replies
3
views
Deprecation of dynamodb_table in Terraform S3 Backend
Current Status | Still works with a warning in Terraform v1.12.x and v1.13.x
Request you to please tell by when it will be stop supporting.
Thanks
`A. Before (Deprecated Configuration)
terraform {
...
Advice
0
votes
0
replies
6
views
adblock for Chromebook when using Chromebook in guest mode as guest mode does not allow extensions
I found a post on here yesterday that showed a Java script that could be inserted into console and used as adblock.
I can't find it today. I tried it yesterday and received error "unexpected ...
0
votes
0
answers
14
views
App Router: Parent layout + parent loading rendered together instead of child loading — is this expected behavior?
I’m using the Next.js App Router and noticed an unexpected behavior with nested layout.tsx and loading.tsx.
My route structure looks like this:
app/
layout.tsx
loading.tsx
[sourceId]/
page....
0
votes
0
answers
17
views
PowerShell script email layout
Hi I have crated a PowerShell script that sends me and email alert when a server reboots/shutdown and shows me the event ID related to the reboot/shutdown event (E.G clean reboot "Event ID 1074 ...
0
votes
0
answers
33
views
How can I speed up string comparisons?
I have a python3 script that reads up to four million tab-delimited lines from stdin. The script looks for different text values in one specific field of each line and calls another function to write ...
0
votes
0
answers
14
views
Smart-Fridge which will send message in phone about which food is in fridge, their nutrition stat, warn user if the food is going to expire soon
So i am building smart-fridge project which will send msg in phone about which food is in fridge, their nutrition stat, warn user if the food is going to expire soon also recommend recipe that can be ...
Advice
0
votes
0
replies
4
views
Where/how are pytest parameters for individual tests defined?
I really struggle with pytest's automagic definition of arguments for individual tests. For example, I have this test where I am mocking an external api call:
def test_valid_type(monkeypatch):
...
0
votes
2
answers
26
views
can debugdiag report .mht file contains sensitive data
We are using Debugdiag when analyzing memory dumps,
The dump itself may contains sensitive customer data.
The question, is the report being generated by debugdiag, can contain sensitive data?
e.g the ...
0
votes
0
answers
23
views
How does Anthropic's Tool Search actually work internally? (Billing & inference passes question)
I'm implementing Anthropic's Tool Search feature for a production system with 50+ tools, and I have some questions about how it actually works under the hood.Context:
Building an agent with 50+ ...