4,928 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
79
views
How to solve "invalid format of evaluation results for the alert definition" error?
I have this promQL query:
label_replace(
histogram_quantile(
0.99,
sum(
rate(
http_request_duration_seconds_bucket{
env="dev&...
2
votes
1
answer
166
views
How to schedule a full-screen reminder/alarm notification in Flutter for iOS when the app is killed (like attendance reminder)? [closed]
I’m trying to implement an alarm-style reminder notification in Flutter that should trigger even when the app is killed on iOS similar to an attendance reminder or wake up alarm screen.
I’ve added the ...
1
vote
0
answers
106
views
DIST Alert Data Extraction Issue
I am trying to extract data about the DIST Alerts using the following script:
import requests
API_KEY = ''
API_BASE = "https://data-api.globalforestwatch.org"
DATASET = "...
-6
votes
1
answer
136
views
SwiftUI alert @Binding view model isn't found in my view
I'm getting an Xcode error:
Cannot find $loginVM in scope.
I here's the simplified viewModel
import Foundation
import SwiftUI
@Observable
class LoginViewModel {
var showApiAlert: Bool = false
...
0
votes
0
answers
65
views
Alerting in Datadog with two different logs
Is it possible to send alerts in datadog with two different logs : For example one log that contains "card declined" and follow up log message which says "card expired" I want to ...
1
vote
1
answer
76
views
How to change alert language in React Native
I'm working on a React Native project where I'm implementing language switching. However, I'm having trouble figuring out how to change the language used in the alert messages.
I'll share the relevant ...
0
votes
0
answers
62
views
Intra candle alert 5 minutes chart
so I have written a script for a trading view strategy and am very happy with the outcome. I have attached this to an EA to which buy, sell and close signals come through great!
I have a problem with ...
1
vote
1
answer
163
views
How to get dynamic variable value in alert messages with placeholder
{{alertcondition.message}} does not work:
My Alert Script (pineversion=5):
INalIDAMlong = input.string("long", title="long Alert", group="Alert Messages")
...
0
votes
1
answer
120
views
SwiftUI – How to dismiss a .sheet after user taps "OK" on a purchase confirmation alert?
I'm using StoreKit 2 to handle in-app purchases in my SwiftUI app. After the user successfully buys lifetime access, I show a confirmation Alert with an "OK" button. However, even after ...
1
vote
1
answer
47
views
How to get the French tooltip text button to work? It works in English and German
HTML Newbie here
I want a button that uses the normal encoding, and also displays French. However, there are also some apostrophes (French altert texts is: Dans l'envelope.), so naturally I escaped ...
0
votes
1
answer
96
views
Where to launch sheet confirming subscription purchase in SwiftUI [duplicate]
When a user purchases a subscription on the App Store and the system sends back a dialog confirmation, "You're all set". I have been using this to launch my own alert that says ...
0
votes
1
answer
73
views
Selenium Driver can't switch to Alert
In my tests (running on Chrome), there are some scenarios when I click on a call-to-action button, then I am redirected to another page where basic authentication alert is present and I need to login.
...
0
votes
1
answer
182
views
Problem executing Trailing Stop alerts (Pine Script)
I'm a MasterComander user, although I'm not an expert yet, by any means.
I'm working on a script (Pine Script) and would appreciate help correcting it. I'm trying (unsuccessfully) to trigger an alert ...
0
votes
1
answer
63
views
Detect duplicate modifiers in swiftui?
In my particular case I faced a problem in swiftui which doesn't allow to add more than 1 alert to the same View. This problem is known and is already resolved for example by adding additional empty ...
0
votes
0
answers
65
views
Loki Alerting: Retrieving Contextual Log Lines (Before/After Error)
"I’m trying to set up Loki alerts that include the AKS pod log lines immediately before and after an error event (similar to the ‘context’ feature in Grafana Explore). Is this possible within ...