3,466 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
26
views
How to make AS3 recognize a movieclip loaded with content from external SWF?
I know how to load the movieclip with the external swf but after doing so animate throws an error saying the movieclip does not exist??
var loader:Loader = new Loader();
var contentSWF:URLRequest = ...
1
vote
1
answer
64
views
How to configure autoload to integrate external PHP class
In my custom extension I am trying to integrate an external PHP lib. I get the following error message in TYPO3 v12.4:
Expected to find class "Brevo\Client\Api\AccountApi" in file
"/...
1
vote
0
answers
55
views
Istio egress gateway with External Authorization: cannot enforce policy on HTTPS external sites
**
Question: Is it possible to apply External Authorization on HTTPS
external traffic routed through an egress gateway
**
I am trying to configure Istio so that all outbound traffic from workloads ...
0
votes
1
answer
52
views
Pausing other apps while my floating window app is running [closed]
I'm coding an app in kotlin on android studio that appears every fifteen minutes as a floating window on the user's screen. I want whatever the user is currently doing (e.g., watching a YouTube video, ...
0
votes
1
answer
56
views
How to an external dependency of a Keycloakl SPI to the dockerized version of Keycloak?
I have developed a registration plugin for Keycloak that informs a Spring backend that a user was registered.
My Keycloak plugin uses an external dependency, namely jackson-datatype-jsr310.
The plugin ...
0
votes
0
answers
35
views
Shopify: External links from variant metafields not updating when variant changes?
I’m using Shopify and displaying external buy buttons (Amazon, Flipkart, IndustryBuying) for each product variant using metafields.
Here's a simplified version of the Liquid code I’m using:
{% assign ...
0
votes
0
answers
53
views
Docker running on OpenSUSE Leap 15.6
I am running Docker on my OpenSUSE Leap machine (in order to publish a web page in WordPress) which also serves as a firewall. How do I get my container to communicate on both the external interface ...
1
vote
2
answers
34
views
Dependency ... not found in module
I'm using opencv in my qt project, and I want to link it. But th qbs for my project does not find my opencv module.
Here is my file structure:
MyProject/
├── build/
├── opencv/
│ ├── debug/
│ │ └...
0
votes
0
answers
38
views
In case spawn of electron, I can't see output of process in realtime
I'm beginer of electron, and I learned I can execute external program with spawn function.
But, when I execute external program, I can't see output data of the program immediately.
This is my external ...
0
votes
1
answer
147
views
Spark Overwrite table , getting data loss when terminated at insertion stage
Objective :
we need to read the table in spark application and trasform the data and rewrite the same table
Senario :
I am trying to overwrite external non partitioned table with spark
Since same data ...
1
vote
1
answer
46
views
Hourly DAG ExternalTaskSensor check external DAG always in "reschedule" mode
I have an hourly DAG ("dag_b") depend on the complete of an external DAG ("dag_a", also an hourly DAG that started 10 minutes earlier than "dag_b", mentioned in '...
0
votes
0
answers
118
views
How To Update Referenced Data From Another Workbook Automatically
I've referenced data from an external workbook source in LibreOffice Calc (v 24.8.0.3 on Win 11) and while the referencing successfully populates the target workbook, it does not dynamically update ...
0
votes
1
answer
55
views
How do you set a content security policy in Apache to block form posts from all external sources? [closed]
I have a form that will accept a form post from self and external sources. How do I enter the correct syntax in Apache/2.4.29 (Ubuntu) web server to block form posts from all external sources? I have ...
0
votes
0
answers
23
views
Include fully qualified url within PHP code without using an ESI tag [duplicate]
Would like to call a fully qualified URL such as https://www.example.org/abc.html and include that HTML code snippet within a PHP page.
The reason for this is that the entire PHP page is dynamic but ...
1
vote
0
answers
136
views
Android how to configure provider path for dual app storage
Two connected questions:
Environment.getExternalStorageDirectory().getAbsolutePath() gives me the external storage. But I just noticed that dual apps (You can clone apps for example on Xiaomi) have ...