268 questions
0
votes
1
answer
129
views
LCP is 2.6s even after optimizing dynamic image (22KB size)
I'm trying to improve the Largest Contentful Paint (LCP) on one of my pages. The main LCP element is an image that is loaded dynamically via PHP.
I have already compressed the image and the final size ...
0
votes
0
answers
24
views
Saving dynamically generated form with checkboxes and conditional fields
I'm working on an Oracle APEX application (Oracle APEX 24.1.5) where I have a dynamically generated form using PL/SQL in a Dynamic Content region. The form includes various types of inputs, including ...
0
votes
0
answers
82
views
How to Efficiently Translate Static and Dynamic Text in a Flutter App?
I'm developing a Flutter app that needs to handle translations for both static text in widgets and dynamic text coming from an API. I've set up a translation provider using the translator package, but ...
1
vote
2
answers
58
views
How to Retrieve Dynamic Table Data After Button Click Using Selenium in Python?
Problem Details
I am working on a personal project to scrape dynamic data from the Small and Medium Enterprise Agency's database using Python and Selenium. The webpage displays company information in ...
0
votes
0
answers
24
views
How can I generate markup for dynamic content in a React Native app?
I’m building a React Native app with dynamic content, and I want to ensure the app generates SEO-friendly markup for search engines. Given that React Native does not natively support server-side ...
0
votes
1
answer
172
views
How can I reinitialize Slick carousel after appending new content via AJAX
I’m building a light fixture e-commerce site, HamptonLightings using the Slick library to display product images in a gallery. The gallery initializes correctly on page load, but when I append new ...
1
vote
1
answer
54
views
JavaScript Script Issue for Dynamic Video Playback
I'm experiencing an issue with my JavaScript script that is supposed to manage video playback on my platform. Currently, the script works correctly for video elements already present on the page, but ...
2
votes
1
answer
5k
views
Ask in PowerApps missing: Power Automate
I have a PowerApp. In the PowerApp I go to power automate and select create new flow. I select create from blank. I add step to initialize variable and there is no dynamic content available. ...
0
votes
0
answers
21
views
Metadata Tags Not Reflecting in Page Source Angular 9
I’m currently working on an Angular 9 application, and I’m implementing SSR (Server-Side Rendering) and SEO for it. I’ve added dynamic metadata tags to my components, using resolvers and within the ...
0
votes
0
answers
41
views
Implementing dynamic product details with compulsory items in e-commerce site
I'm developing an e-commerce site using Next.js 14 with TypeScript and Tailwind CSS. I'm trying to implement a feature similar to what's seen on the Ubiquiti store for this product.
My requirement is ...
0
votes
0
answers
14
views
"this" is not avaible in the current context with EventCallback.Factory.Create [duplicate]
Here is my code:
private readonly Dictionary<string, ComponentMetadata> components = new()
{
[nameof(ChoiceOfAnswerQuestion)] = new ComponentMetadata()
{
Type = ...
0
votes
1
answer
196
views
Create dynamic linked service with self-hosted integration runtime as a dynamic parameter in adf
I have 5 self hosted integration runtimes like shir, shir 1,shir2,...shir5.
I want to create a linked service to a SQL MI in adf but want to dynamically pass the integration runtime values.
whats the ...
1
vote
1
answer
107
views
How to programmatically inspect and retrieve dynamic content from an Angular website using Python?
I'm trying to scrape a website built with Angular using Python, but I'm encountering issues with retrieving the dynamically generated content. When I make a direct HTTP request or view the page source,...
0
votes
1
answer
93
views
Synapse pipeline - extract year and country from a filename in a wildcard path
I have files named File 2024 US adj.csv. I have a wild card path in a copy activity which ingests all files in an ADLS location and passes the year as a wild card. I'm trying to create two new columns ...
1
vote
2
answers
288
views
Nuxt3 - How to create a single page portfolio site where posts open in a div popup (no page reload), but each project has a unique url?
I am making a portfolio website with nuxt3, tailwindcss and the Wordpress REST API.
The general layout of the portfolio website is as follows:
<body>
<div id="page-wrapper">
...