All Questions
24,243,839
questions
0
votes
0
answers
1
view
User-assigned managed identity is reset after Bicep deployment
We’re encountering an issue with Azure App Services where the managed identity used to pull container images from Azure Container Registry (ACR) is being cleared or reset to empty after deployment.
...
0
votes
0
answers
1
view
Process typescript module type
I have a babel extension which process files with extension .ext.ts. I cannot explain to typescript then any module with this extension is not of type T, initially detected, but
type Correct<T> =...
0
votes
0
answers
1
view
Set constant from URL on prefetched site
I have a multi page application, where a page has to pass a variable (road) to a dynamic page. I just grabbed the value from the URL, but as I changed the page to prefetch, it broke, since the URL is ...
0
votes
0
answers
1
view
Error when archiving files in the CI/CD pipeline: error at the last step after transferring files to the archive (GitLab CI)
When archiving files using pipeline, I get the following error:
Cleaning up project directory and file based variables 00:01 ERROR: Job failed: exit status 1
But at the same time, he transferred all ...
0
votes
0
answers
3
views
Azure Elastic agent job issue. New database has been added to an elastic pool, the job targeting this pool fails execute against the new database
We have a number of elastic agent servers with jobs that target elastic pools. The jobs are still completing successfully for all databases that have existed for some time, but for new databases that ...
0
votes
0
answers
2
views
What is the proper why to generate an instance from Lean4 GetElm class type?
Trigger
I am writing an exercise in Functional Programming in Lean. The example shows a way to generate an instance for GetElem' (NonEmptyList α) Nat α .. with a bound. I explain it as to implement ...
0
votes
0
answers
3
views
Quarto presentation: Background elements called twice in custom css template
I am building a quarto template, emulating a PPT from my organization.
I specified backgrounds and institutional logos in the css with a placement simmilar to the ppt. When I render the background and ...
-1
votes
0
answers
4
views
How to trigger a conversation?
I'm trying to make a telegram bot that sends anonymous polls to the user. The next poll is not sent until the user answers the previous one and the answer is saved in the database. Some answers ...
-2
votes
0
answers
4
views
WordPress Plugin Development Issue: Text Replacement Not Working Inside Links
I'm developing a WordPress plugin that uses OpenAI's GPT to analyze and improve text content. The plugin works by:
Getting post content from the Gutenberg editor
Analyzing it with GPT
Offering text ...
0
votes
0
answers
5
views
How to optimize for memory when querying and saving large dataframe to S3
I'm trying to query to Athena using boto3, getting a value from the dataframe, then saving the dataframe to S3.
from io import StringIO
import boto3
import awswrangler as wr
region = ""
...
-1
votes
1
answer
6
views
is there any way to restrict the pricing setup based on user in Oracle configurator developer?
I need to display the prices for only selected user of Oracle EBS in Oracle configurator UI , is there any way that this can be possible ?
I got to know about usage in OCD but idk how to implement ...
-1
votes
0
answers
4
views
Identifying overfitting features in tree based methods
I have a tabular data, all the tree based methods that I have tried (Random Forest, XGBoost, Catboost, LightGBM etc) are overfitting. I have tried changing parameters like `ccp_alpha`, that reduces ...
0
votes
0
answers
2
views
How display nested array in Yajra datatable
I have an array that contains two sub-arrays, one called "version_anio"and another called "sedes",I pass the main array to Datatable and it only can display two values "...
0
votes
0
answers
1
view
Gradle dsl ruby gems build fails
I am using gradle 3.0 to build this but it fails no matter what I try. I cannot upgrade to a newer version of gradle or any of the plugins and 3rd party jar files since this is part of a larger ...
0
votes
0
answers
4
views
Why can't react-datepicker scroll months?
my react-datepicker cannot scroll months for some reason. Otherwise works perfectly fine, can select any date, its just arrow keys near month name (highligted on screenshot) don't do anything. If I ...