Shalvah

Results 192 comments of Shalvah

Thanks @plabbett this helped.

Ran into the same issue. Turned out it was because the server was not setting a `Content-Length`, so apparently autocannon kept waiting for the request to end. The fix was...

I was surprised too. Even though the connection was being closed after sending the response. Clients like Insomnia correctly stopped, but autocannon kept waiting.

Agree. The fix should be for autocannon to count a request as ended when the connection is closed. I'll try to work on it when I have time. Autocannon's a...

Thanks for reporting. Checked out the Tweet in question. This is what Twitter reports for it: ``` "entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https://t.co/kjAFvYQNO8","expanded_url":"https://twitter.com/i/broadcasts/1OdKrvlZooYKX","display_url":"twitter.com/i/broadcasts/1…","indices":[48,71]}]},"source":"Periscope" ``` Right now, I can't think of an easy way to retrieve...

Hmm, I think that's a fine compromise. I think I've used tools that had that quirk, and it wasn't really a problem.

@jonathanhefner I did this from the GitHub web interface, because I didn't want to have to clone all of Rails for a docs change of a few lines. Not sure...

@bosunski As a maintainer of a popular package, I can tell you it's not likely this PR will get reviewed. It's time-consuming work with a lot of mental overhead, and...

> I'm looking at using https://github.com/nikic/PHP-Parser to analyse existing code and add to it, but the output doesn't conform to Drupal's code formatting standards. Coincidentally, I have the same use...