Newest Questions
24,185,877 questions
0
votes
0
answers
3
views
How to add role of editable text to a composable
I have a heavily modified text field that I use clearAndSetSemantics to completely override the TalkBack for. But I still want it to read the general instructions for how to interact with the field. ...
0
votes
0
answers
6
views
Can't send an alarm for each label with Grafana's built-in image rendering function
The dashboard is being monitored by dividing it into labels.
The sending of Grafana image alarms does not care about labels (fixed labels) and sends images by rendering them.
Is there a solution
ps. ...
0
votes
0
answers
10
views
LazyColumn resizing issue
We have a LazyColumn which has a loading state and then shows the received data. In the second stage, the final view can be smaller than the shimmering views depicting the loading stage. So, if while ...
-1
votes
0
answers
7
views
Does someone know how to remove the opening into for a liveAvatar
I’m using the HeyGen LiveAvatar SDK and I’d like to start a session without the avatar speaking its default opening intro / greeting.
I already tried turning it off via the “context” / prompt settings ...
0
votes
0
answers
7
views
Docker with WasmEdge runtime creates container but fails to start on Windows (Status: Created)
I am trying to run a Rust application compiled to WASM inside Docker using the WasmEdge runtime. I have enabled the "Use containerd for pulling and storing images" and "Enable Wasm"...
0
votes
0
answers
5
views
How to retain the pointer cursor on a custom button in a sub-classed / restyled TextBox?
I am sub-classing the TextBox control, and want to add another button in it which always appears, similarly to AutoSuggestBox. I followed how NumberBox and AutoSuggestBox are doing it, literally ...
0
votes
0
answers
8
views
How can I know the new tab index value in the OnChanging event of a TabControl (Delphi)?
I'm using Delphi v13. I have a TabControl with 4 tabs on my form. TTabControl has events OnChanging (before the tab change is actually made), and OnChange (after the change). Apart from the Sender ...
0
votes
0
answers
5
views
Restarting side car container in grafana
I have 2 containers in grafana ecs fargate task :
Main container == which will run the grafana
side car which will loads the dashboards from s3 in aws where we are posting dashboards.
Now whenever ...
-1
votes
0
answers
11
views
How can I migrate the Tapp AMM exchange on move smart contract?
Can anyone teach me what is the issue in the following code lines. This is tapp exchange migration script in move smart contract.
let data = vector::empty<u8>();
// pool id (32 bytes)
vector::...
0
votes
0
answers
10
views
SwiftUI iOS 26 TabView: Background gets added on scrollable content
I'm rather new to SwiftUI developing and started developing an App for our company earlier this year. I decided to have look on the new iOS and be sure the app doesn't break with it. Now I'm ...
0
votes
0
answers
7
views
Filebeat v9.2.2 and Kafka v4.0.0 with SASL_SSL
I'm trying to set up secure log export from Filebit to Kafka and I'm running into configuration issues. Based on the documentation examples and field descriptions, I created the following configuratio,...
0
votes
0
answers
10
views
Rounded corner of a cut-out arc using UIBezierPath without off-setting the arc centre
(This question is a sequel to this one—I'm trying to figure out how to adapt the code to new circumstances.)
I have a code that produces this shape:
The code is extracted into a function, producing ...
-2
votes
0
answers
11
views
Symfony messenger: how to stop worker without nack?
Messenger retrying flow contains with custom handlers and exceptions (UnrecoverableExceptionInterface / RecoverableExceptionInterface) for retrying and StopWorkerException for interrupt php process of ...
1
vote
0
answers
13
views
How to only allow desktop versions of Word for custom Word add-in?
I'm developing a Word add-in that uses some features that are not available in Word for Web (e.g. I'm accessing context.document.shapes which is only available on Word for desktop: https://learn....
-2
votes
0
answers
18
views
How can I get the updated data in cerner power chat? [closed]
I have my provider app linked to cerner power chart. I have my landing page which shows all patient belongs to a single provider. But now I want to show patient data based on provider clicks on cerner ...