Roi Kingon

Results 29 comments of Roi Kingon

I can confirm this is still happening. Workaround: ` { this.opacity = e.target.value }} />` (tbh, i've been moving away from vModel anyway, I like the control you get with...

@jmdobry i am trying to do the same and do it exactly as you mention above... my issue is that one API requires an auth token in the headers and...

I thought I did write a migration for that. Weird. I've got a bit too much going on right now to dig in, but I'll set a reminder in about...

Sorry, I don't even have PHP installed anymore. I've moved onto other languages. I'll see if I can help assist you here, though. I am assuming that you have an...

yea pretty much. it's so that way it only init's if there is a 404.. otherwise you would be making sql calls on every request

Have you guys tried using regex and ending it with `/i` -- i think i've done that before

Check to make sure you're on the latest version. This should have been fixed in 6794069bb79a03f9b051d0db3527fb6d12a8c671

I didn't re-version it on that update. Can you check line 50 of `redirectmanager/RedirectManagerPlugin.php` and see if it includes: `$event->handled = true;` ? thanks!

hey @bstein-clever - i haven't opened a php file in quite sometime, a PR would be welcomed if you can figure out what is going on :)

Yea, 10k is a ton! The problem is the way it matches, via regex. mysql has some basic regex support but I haven't really looked into it. I think the...