Hossam Hammady

Results 28 comments of Hossam Hammady

Jazana wa'eyakom. I sent you an email containing my Skype id. Sent from my iPhone > On Apr 7, 2014, at 2:57 PM, Nour Sharabash [email protected] wrote: > > I'll...

@MattRuddick Any chance for this to get reviewed, we have some PRs lined up, also open to discuss them first.

I still can't run it on Windows. It hangs on startRequest. I have installed libcurl binaries from http://curl.haxx.se/libcurl/php/install.html.

@gopal-abbineni what you see is the keepalive packets sent by the server to the client. More about that here: https://www.postgresql.org/docs/9.6/runtime-config-connection.html. What @boromisp is referring to is the client generated keepalives...

How is this report related to the kutt server itself? It seems to be a different repo. We need a prompt explanation in case the kutt server has serious security...

I am using PostgresApp 9.3.0.0 on Mavericks. I have already included PostgresApp in my PATH so that psql launches the correct binary. ``` $ which psql /Applications/Postgres.app/Contents/MacOS/bin/psql ``` My problem...

@jesjos In my application code, I am doing this check: ```ruby subscription2 = Subscription.upsert!... unless subscription2.id.nil? # do manual callbacks end ``` Or: ```ruby after_save { user.touch if user }

No seriously, a troubleshooting guide will be helpful. I'm using the latest helm chart. For me, I made sure the celery workers send task events: ``` celery -A control enable_events...

@danihodovic It was caused by the serializer for events (tasks & results) being pickle. Once changed to json, it started reporting right away. Is this a bug/limitation of the exporter...

> I think they should be separate, but that ship has already sailed on v1 of this gem. ☹️ I was about to create a PR to change the bug...