Mohammad Abu Musa

Results 64 comments of Mohammad Abu Musa

@florentdestremau I support your change, we need to use JSON instead of php-serialization

@florentdestremau please make a PR, I will review it and hopefully, we can get it merged. This is important feature

@escopecz I would appreciate your support in fixing the failing tests, the failing tests are failing only on GitHub but on my local machine they work. is there something I...

I am waiting on this https://github.com/symfony/symfony/issues/33394 to be merged so we can save the messages as JSON instead of serilazed PHP object

@kuzmany what is missing for this PR? do you think we can merge it with the next release?

@kuzmany when you have time, please take a look at this PR, it fixes multiple issues and it would be great to have it merged in the next release

@kuzmany please rebase this PR so it fixes github actions issues

@RCheesley please do help me , I am slack as always

Thanks @acvetkov, here is the code I am working on https://github.com/mabumusa1/chrome-ext/blob/testing/app/scripts.babel/background.js I run tests using Karma, under phantomJS To give you a quick overview of this code, we mount the...

I just did, before I used to do `global.chrome = chrome`. now I did as you suggested `window.chrome=chrome` Nothing changed, the same error still occur. What I find strange, that...