Skip to main content
0 votes
0 answers
10 views

JQuery - use static file in getscript

In one of my script, I'm using $.getScript("https://rawgit.com/indrimuska/jquery-editable-select/master/dist/jquery-editable-select.min.js").then(() => {...}); to get a script before ...
Nico44044's user avatar
  • 401
0 votes
0 answers
7 views

iOS 18.0 Shared Extention Open App URL Can't Work

iOS 18.0 Shared Extention Open App URL Can't Work Xcode 16 Swift 5.9 private func openMainApp() { let urlScheme = "AppName://" if let url = URL(string: urlScheme) { ...
 Rifiter's user avatar
0 votes
0 answers
26 views

Django Model Instances Not Displaying in Template

I'm having trouble displaying model instances in my Django template. I have created instances of my Tribute model, and they exist in the database. However, when I render my template, the model ...
DragonFruit's user avatar
0 votes
0 answers
27 views

Laravel url() Sometimes Return https and http Randomly

I'm using Laravel 10.32.1 and the url() method behaves very strangely. My site uses https and I expect that url will follow it. APP_URL in .env also configured to https. Here is my code: <!-- {{ ...
Hajime Saki's user avatar
0 votes
0 answers
33 views

Is there a way to detect in the backend (js/nodejs) if a video url is no longer available? [closed]

I have a table with hundreds of free video links of youtube.com and other streaming sites, which I embed in my site. I periodically check manually if they are still available. Is there a way to check ...
Diego's user avatar
  • 1
0 votes
1 answer
24 views

Why does my icon boxes go to /undefined when the link is correct? [closed]

On the website if I click on a icon box with a link it sends me to a url that ends with /undefined. It's always the "correct" url but with the added /undefined at the end. It only happens ...
Leman's user avatar
  • 1
0 votes
0 answers
25 views

WP Is converting & to &amp; in dynamics URL. How to avoid it?

I need to send a url redirect to a third-party application after a form is submitted with the following structure: (checkoutlink)?&fn=[field+id="name"]&em=[field+id="email"]...
Daniel Nascimento's user avatar
0 votes
1 answer
33 views

How to validate if a URL is an Okta domain?

How to validate if a URL is an Okta domain? I'm looking for a simple code solution to determine whether a given URL belongs to an Okta domain. Most Okta domains follow these patterns: example....
Nadav Spier's user avatar
0 votes
0 answers
34 views

Omnibox url formation and navigation in chromium

How do I stop the URL bar from showing Google searches instead of actual websites in chromium. I'm trying to tinker with chromium build - not latest. For instance if I search google for xyz.com it ...
VaneSor's user avatar
1 vote
0 answers
77 views

Why are there different results from returned from this test in python3.8 and python 3.11

I have a test that validates urls that looks like this def test_rfc2732_urls(self): def valid(v): self.assertTrue(validate_c_db(v)) self.assertFalse(validate_c_db("...
mr_no's user avatar
  • 59
-1 votes
0 answers
23 views

?locale tag with chinese characters on Instagram

I was looking up an Instagram account today on PC and after looking for it on Google and clicking on it I noticed that it had a weird ?locale tag. Since this isn't a public person I will replace the ...
Westec's user avatar
  • 19
0 votes
0 answers
37 views

How to add URL Dependencies dynamically using Parcel?

Problem: I use Parcel as a bundler of my project and try to inject HTML markup into my index.html from my TypeScript file. Injected markup contains <img> elements with dynamically resolved paths ...
Rock_n_Roll_CRC's user avatar
0 votes
0 answers
12 views

How to find a random element's page, in an app that uses pagination? [closed]

I have an app that uses pagination for eficiency, that presents images in batches of 30, although you can do a detailed view of each one of them, which forms a url with the id of that image. The front ...
Topa's user avatar
  • 1
0 votes
0 answers
18 views

Im trying to use urllib.request.urlretrieve() to download multiple images that i'm iterating through. There are over 1000 images and it stops at 50

I'm experimenting with an app that is using selenium to scrape every minecraft blocks name and texture url. The app loops through a csv that contains the scraped data and i'm trying to use urlretrieve ...
nellisboomer's user avatar
0 votes
1 answer
50 views

How to avoid error 404 on refresh with angular app on IIS that contains special characters like "%2"

I have an Angular App (V17), hosted on IIS. I have a route https://mysite/myapp/b%2fBP1SQsgyE%3D I can reach it the first time but I can't refresh. The server respond with 404. The issue comes from ...
Kurtis92's user avatar

15 30 50 per page
1
2 3 4 5
2901