jordanade

Results 29 comments of jordanade

I don't need auto-fit, just a way to set widths for each column! Any way to workaround/hack this for now?

Oh, figured it out--just added this line to Worksheet.php, startSheet(), between the header and the data: `fwrite($this->sheetFilePointer, '');`

Surely there is room for APIs that may not work for all possible file outputs? Best effort, etc...

Yes, I am using Elasticache as well, over SSH. Still happening with Redis 6.0.5 and TablePlus 3.12.5.

I'm getting this too. Maybe because I have it running on a two-instance app...

I would really like an artisan command for this! I don't want to clear the entire cache, just the firewall rules!

See https://www.jamescrowley.net/2007/06/19/gotcha-http-x-forwarded-for-returns-multiple-ip-addresses/

Here's code I use to reliably get the actual user IP: ``` function getUserIP() { if (getenv('HTTP_X_FORWARDED_FOR')) { $ip = getenv('HTTP_X_FORWARDED_FOR'); if ($first_ip_in_list = stristr($ip, ',', true)) $ip = $first_ip_in_list;...

Related to this is another issue where malformed HTTP_X_FORWARDED_FOR is being used as an attack vector—I recently got this error with the following value: `\">`

Same here on up-to-date Shield: ``` 04-09 18:44:29.786 25606 25606 D GenerateShortcutHelper: Loading ad 04-09 18:44:29.789 25606 25606 D ShortcutPostTask: {} 04-09 18:44:29.791 25606 25606 D ShortcutPostTask: --apiclient-1554849869789 04-09 18:44:29.791...