Newest Questions
24,180,245 questions
-1
votes
0
answers
3
views
Power BI Split by delimiter
I have data taken into power BI, I then split each row into 3 using a delimiter. It is fine in the desktop. If the data updates and I refresh the BI Service the new data is not visible. If I open ...
0
votes
0
answers
2
views
GetCustomerPurchaseIdAsync returns empty string
For my C# Avalonia desktop app that is deployed through the Microsoft Store via MSIX, I have been testing out the flows for Managing entitlements from a service in order to get details about the user'...
0
votes
0
answers
17
views
How to share the non-scoped styles in ".NET MAUI Blazor Hybrid and Web App" multiproject?
The standard project (more correctly, the group of 4 projects, I'll call "multiproject") of .NET MAUI Blazor Hybrid and Web App type:
Once operations in project creating wizard done, 4 ...
0
votes
0
answers
10
views
Teams Bot-initiated Graph call doesn’t create a shared chat for participants
When a bot initiates a Microsoft Teams call using the Graph /communications/calls API, all participants join the same call, but Teams does not create a shared chat thread for them. Instead, each ...
0
votes
0
answers
7
views
somehow it just showing error all of sudden
I/flutter ( 3070): Error: google_fonts was unable to load font Inter-SemiBold because the following exception occurred:
I/flutter ( 3070): Unable to load asset: "AssetManifest.json".
I/...
0
votes
0
answers
9
views
Dapper fails calling a Stored Procedure that builds a Dynamic SQL statement
Before I launch into the problem, I need to let you know that I am not a developer using Dapper. I am at the receiving end, consuming the output from data retrieved through Dapper from an Azure SQL ...
0
votes
0
answers
10
views
Autodesk Forge Viewer: setGhosting() + isolate() not making elements transparent - topography transparency issue
I'm implementing a "Transparent Topography" button in Autodesk Forge Viewer that should make FBX (topography) elements transparent while keeping other elements opaque.
Context:
Autodesk ...
0
votes
1
answer
19
views
Some users cannot type anything
I jhave a JTextArea. When compiled into a .jar, some users cannot type anything into the JTextArea, other users can. In the uncompiled DEV version when run from Netbeans, they all can type into it. ...
0
votes
0
answers
15
views
How to use SQL Data in LangFlow and store them into a VectorDB?
I have three fields in an SQL database: customer number, question, and answer. I would now like to send this data to a vector database. I then want to use a chatbot to generate potentially suitable ...
0
votes
1
answer
23
views
Handling text input width and making it responsive
I'm working on my unit conversion solo project from the Scrimba Front-End developer course, and I'm struggling hard to make my text input squarish yet responsive.
I managed to make it somewhat like ...
Best practices
0
votes
3
replies
19
views
How to swap multiple variables using multiple assignment?
I am learning Python basics (variables, multiple assignment, operators) and trying to swap values of variables.
Here is my code:
a = 5
b = 10
a, b = b, a
print(a)
print(b)
Expected output:
10
5
...
0
votes
0
answers
11
views
Why does Milvus insertion throughput drop when using Woodpecker MQ with local storage in standalone mode?
Why does Milvus insertion throughput drop significantly when using Woodpecker MQ with local storage in standalone mode?
I’m running Milvus standalone (v2.6.1) and configured Woodpecker as the message ...
Advice
0
votes
1
replies
5
views
How to create a kubernetes configmap from .env file through a yaml spec?
To explain the X/Y problem:
I'm working on a generic deployment pipeline spec (Azure release pipeline) that is supposed to be easily configurable and reusable through the UI. The pipeline itself ...
0
votes
0
answers
10
views
WebStorm - There are no suggestions for NextJS' components inside "div"
When I try to request suggestions for NextJS components inside a <div>, WebStorm writes "No Suggestions". But when I request suggestions for the same component OUTSIDE of the "div&...
1
vote
0
answers
16
views
Video stops looping after hours
I am running into an issue where my app (which runs 24/7) has a login screen that is being displayed, after 5-8h the video just disappears, before i had a simple isLooping on my Video component. Found ...