Newest Questions
24,180,066 questions
0
votes
0
answers
4
views
Can't create folder in SSISDB catalogue
After migrating database on another server I can't create folders in SSISDB catalogue, I get this error:
Operation 'Create' on object 'CatalogFolder[@Name='test']' failed during execution. (Microsoft....
0
votes
0
answers
9
views
Ensure two queries in a Spark declarative pipeline process the same rows when using the availableNow trigger
I'm using Spark declarative pipelines in Databricks. My pipeline runs in triggered mode. My understanding is that in triggered mode, the streaming uses the availableNow=True option to process all data ...
0
votes
0
answers
10
views
Task List displaying TODO comments as belonging to temporary files
I'm working with Visual Studio 2022 v17.14.23 on my very first Blazor project.
I ran into an unexpected behaviour when leaving a TODO comment in a .razor file: as long as said file is open in my IDE, ...
0
votes
0
answers
14
views
Button hover state gets stuck on touch devices after tap (works fine for mouse)
I have a button hover animation that works correctly on desktop.
Problem:
With the mouse:
Hover works, and after clicking the button, the hover state gets stuck—this script fixes it.
With touch ...
Advice
0
votes
0
replies
3
views
How to configure logging in "new" Azure Functions?
In my earlier Azure Functions (on .NET 5.0/6.0), I used to use this code to configure the logging to output logging messages to the Azure Functions log stream for log levels "Debug" and &...
0
votes
0
answers
17
views
How exactly non-blocking database access work?
I am trying to understand how worker thread gets returned for other operations while there is still data-access query operation going on? How does it work in reactive libraries? For example- How does ...
-2
votes
0
answers
10
views
WiFi Pineapple TETRA – How to flash tetra_factory.bin using recovery mode
I have a WiFi Pineapple TETRA that I need to fully reset using the factory recovery firmware (tetra_factory.bin).
I downloaded:
tetra_factory.bin
wp6.sh (Hak5 recovery script)
I understand that this ...
1
vote
1
answer
6
views
Google Routes API : Specifying what routes I want in Compute Route Matrix
I am using the Routes API to get the distance between pairs of origins and destinations.
curl -X POST "https://routes.googleapis.com/distanceMatrix/v2:computeRouteMatrix"
-H "X-Goog-...
0
votes
0
answers
12
views
How to find missing runtime dependencies in .NET?
My .NET Framework 4.72 runs fine on several PCs, but on some mscorelib.dll throws an TargetInvocationException with an inner FileNotFoundException for one of my assemblies or its dependencies.
The ...
0
votes
0
answers
10
views
How to add a dependency to another project using gradle (and eclipse)?
Hi got this project structure:
Gradle Wrapper
App
Base
Import
Now I want to refer from both other projects to Base.
I tried adding this to build.gradle.kts
eclipse.project {
referencedProjects(&...
0
votes
0
answers
13
views
Old redhat.java extension is installed in devcontainer since code version 1.107.0
First of all, I'm not 100% sure if this is intended behavior!
Given is a Java project in version 25 which is built by means of a development container based on an alpine image (currently eclipse-...
1
vote
0
answers
16
views
Push notifications no longer appear in IntelliJ
IntelliJ IDEA no longer shows push status notifications. No balloon, no item in the notification panel. Commit notifications are still listed in the panel. It's inconvenient since I have to manually ...
-3
votes
0
answers
22
views
Rescale SVG to a Target size
I have a number of SVGs that have been produce, as an example:
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 ...
1
vote
1
answer
35
views
C++ std::optional::emplace() rejected by clang, accepted by gcc and msvc
The following C++ code fails to compile with clang 20, while it compiles with gcc and msvc.
This is not the first time I see some construct being accepted by some compilers and rejected by others. ...
0
votes
0
answers
19
views
AG Grid v34 – Server-Side Row Model with Client-Side Sorting Not Working
I am using AG Grid v34 with JavaScript and the Server-Side Row Model (SSRM).
https://www.ag-grid.com/javascript-data-grid/server-side-model-sorting/#client-side-sorting
According to the documentation, ...