Results 61 comments of Kyle Paulsen

It does show up in the sources, the file just has a weird name (it's base64 encoded). Try putting a ``` debugger; ``` statement where you want to start debugging...

if the file name has no patterns to it (other than having a .js at the end) then yeah the best you can do is something like: `https://somesite.com/js/*.js` which would...

I am no longer accepting PRs for this repo unless for critical basic functionality bug fixes. This project has been in maintenance mode ( https://github.com/kylepaulsen/ResourceOverride/blob/master/maintenance_notice.md ) for a while now....

Could you give more details please? I wasn't able to reproduce. I was using Chrome Version 84.0.4147.105 (Official Build) (64-bit) on Mac OSX 10.13.6 and was able to redirect one...

Valid regex? The url match strings are not run through a regex engine. The "*" syntax is custom. Are you able to post the url strings? Also just tested on...

Resource override has a header rule that allows you to change request and response headers. Keep in mind that if you are trying to make a CORS request, the only...

I'm not sure I understand the issue... A URL -> URL rule is a basic way to send a request to a different server than what the browser tried to...

Right.. unfortunately with a cors request that also causes a preflight options request, I don't think there's much we can do. I was trying to get around this and debugging...

This is not a solution but a workaround: If you edit remember-session.js in your .atom/packages/remember-session/lib directory, you can add this line of code around line 20: setInterval saveSession, 3000 Here...

@mzgajner Ah, yeah, I can see that. This is my second day trying atom so I hadn't even used panes yet. Unfortunately I don't think a fix (or workaround) can...