78 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
96
views
JWT injection on egress from an Istio Ambient mesh?
I can't remember the last time I had this much difficulty getting a thing working. It may just not be possible. But I'm very new to Istio so I continue to believe I may just be doing it wrong. I've ...
2
votes
1
answer
82
views
AmbientLifecycleCallback does not get called
I want to write an Always-on app for Wear OS. My Samsung watch is using Android 14.0.
Minimum SDK is set to 29, target and compilse SDK to 35.
Added WAKE_LOCK permission to the manifest.
Below you can ...
0
votes
0
answers
66
views
Istio Ambient and ztunnel Daemonset restarts/crashes
As I understand Istio in Ambient mode, all traffic from the Pods on one Node passes through the zTunnel Pod on this node.
What happens if this Pod restarts, because of upgrades?
Do all the services ...
0
votes
1
answer
127
views
Android Wear_OS 5, always-on and ambient mode
I am running Flutter in Android Studio. I have been working on an app for my Samsung Galaxy 7 ultra. I am using the wear_plus package to manage screen shape and size as well as ambient mode. My app ...
-1
votes
1
answer
202
views
Istio ambient mode connection to ipv4 endpoint
I have ipv6 only EKS cluster and istio service mesh with sidecar proxy containers. In this setup i can connect directly ipv4 endpoint e.g. curl -v -4 https://sts.eu-central-1.amazonaws.com, this flag ...
1
vote
0
answers
273
views
Get the value of ambient light sensor on iPhone in Swift
I am working on a testing project which is trying to get the value of the ambient light sensor in iPhone and check whether the values are accurate or not. I have searched through the developer ...
1
vote
0
answers
66
views
How to read exercise seconds in ambient mode
I used the open source code of Android's Wear OS Exercise Sample to create an exercise program. Its function is to stop exercising immediately when the time is equal to the number of seconds I set.
...
1
vote
0
answers
105
views
2 questions about routing rules/iptables of Ambient Mesh
when I tried to delve into the traffic path of the Istio Ambient Mesh, I found two rather bizarre issues. For the sake of discussion, let me first present a scenario:
There are 2 nodes in the cluster,...
0
votes
1
answer
360
views
'AmbientLifecycleObserver' is abstract; cannot be instantiated
Google updated how ambient mode works in WearOS but I'm having trouble implementing the changes.
This is the change they made:
https://android-review.googlesource.com/c/platform/frameworks/support/+/...
1
vote
1
answer
347
views
Capability Info, Health Service, and Ambient Mode
I'm trying to write a fitness companion watch app that would collect heart rate, and calories via HealthServices API, and send them to the device, where we display a workout. I've been following ...
0
votes
1
answer
372
views
Global variable as a namespace? Defining ambient typescript definitions for StarUML
I'm trying to define the TypeScript type definitions for the StarUML tool. I've managed to make it work for a good part of the API but I'm getting stuck on the following problem: how to make the link ...
1
vote
2
answers
391
views
Android Wear OS - AmbientModeSupport not working properly in release-mode
I'm using AmbientModeSupport for an Androi Wear OS application: https://developer.android.com/training/wearables/overlays/always-on
Just finished implementing/testing it and everything worked as ...
12
votes
1
answer
2k
views
NRWL NX library typescript ambient declaration files
I have a basic setup in my new NX workspace
/apps/my-app (node type)
/libs/some-lib (node type)
Both created with nx cli commands:
i.e. nx g @nrwl/node:lib some-lib --simpleModuleName=true
For ...
4
votes
1
answer
3k
views
Typescript ambient *.d.ts error TS2304: Cannot find name "*"
I'm trying to write a very simple ambient type in a *.d.ts file. The type (interface) is called "IField" and I'm trying to use it not from import, but as an ambient type. Somehow, I ...
0
votes
0
answers
136
views
Identification of colors in a transparent bottle under different lighting conditions
I am trying to identify set of colors in bottles which are kept serially using OpenCV. I have tried the following procedures but most of them fail in different colors of ambient light.
Image ...