Edgar Alvarado

Results 31 comments of Edgar Alvarado

I started some work on this. The first 12 bytes of the files are the header of the compressed file. 4 bytes for the magic number for the file: 0x6f...

Great news! I successfully decompressed some files, I'll include the code soon. In the mean time I'm including the COMMON.CGO for both Jak 2 and 3. I tried with both...

Yes, is caused by that, background always using the default container. This can be solved with webRequest.onBeforeSendHeaders as described [here](https://discourse.mozilla.org/t/specify-context-container-ajax-or-fetch/29697) Here's the PoC for toolbox. Set up listeners to update...

> In some situations, requests may be made by tabs that aren't the currently active one The first thing that pops in my mind are notifications, that show up as...

Sorry for the late response, this is something I wouldn't be able to do in a timely manner, I mean I don't know the code very well and it'll be...

A little bit late to responde you @TrapinchO but: I wanted to minimize the changes so the PR is easier to process. At a later point we can refactor for...

Maybe the solution in here would be for phinx to not quote functions. In this case someone might want to use the functionality of precision described in here https://mariadb.com/kb/en/current_timestamp/ In...

Hello guys! I can step up to work on this. @pirate let me know if there's anything to consider while doing grant work for the project and what things to...

Just ran into this issue. This isn't a problem with this plugin, but an issue of python, [requests is not a default module, you need to install it](https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests). Add `-...