Alan Pinstein

Results 92 comments of Alan Pinstein

Review status: all files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. --- _[phocoa/framework/WFRequestController.php, line 62 at r1](https://reviewable.io:443/reviews/apinstein/phocoa/59#-KTFPZDKq7nFCa-4KdRE:-KTFPZDKq7nFCa-4KdRF:bjbd93b) ([raw file](https://github.com/apinstein/phocoa/blob/7c1a75e00d124c0789a55913b92bee6cd7886f7a/phocoa/framework/WFRequestController.php#L62)):_ > ``` PHP > { > //...

presuming you've tested that exception reporting via phocoa still works / rollbar still captures things --- Reviewed 1 of 1 files at r2. Review status: all files reviewed at latest...

see https://github.com/apinstein/dotfiles/tree/256colors

Is the page online somewhere for me to see? Hard to say what's going on without seeing it in action.

Ah actually that makes sense. Invocation Paths don't have leading /. Only URLs do. The difference is subtle. I actually did think about that but I couldn't figure out why...

I tried a swoole mutex and that prevents the segfault but the dump is corrupted json about 50% of the time... ``` 57 $lock = new \Swoole\Lock(SWOOLE_MUTEX); 58 $lock->lock(); 59...

What is the issue here? Is it if WWW_ROOT has / in it? Alan

Oh yes that sounds correct, you must either have it BLANK or with a leading / is that what you're saying? That sounds correct. If that's the case, what does...

This PDF has useful notes: http://www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flash_player_10_security.pdf Look for "trust" We might be able to do with without admin access and make it work for any platform, too.

Here's how I do this in my own project's Rakefile: ``` ruby desc "Set up local trust settings for this project" task :setup_flash_trust do trust_dir = File.expand_path("~/Library/Preferences/Macromedia/Flash Player/#Security/FlashPlayerTrust") mkdir_p trust_dir...