Neil Matatall

Results 65 comments of Neil Matatall

+1 for popen 2/3 if that fixes the problem. The more output the better. On Jan 6, 2012 10:29 AM, "Andrew De Ponte" < [email protected]> wrote: > It does this...

Could use the approach from https://github.com/grosser/parallel_tests Just create a separate database with a counter variable in your database.yml and the test keeps track of which db to use. There's a...

``` I tend to think the use of raw suggests "I am intentionally rendering data directly so it is up to me to explicitly protect that data". ``` Good point....

If we can detect anything that's been `raw`'d or `html_safe`'d, we should always flag that in this case. The data must be escaped for it to be valid.

Thanks for the branch! I hadn't even thought about pagination, thankfully our queries always return a small result. Just some bikesheding: I think we should augment the existing `reports` method...

Just adding a note here that independent of pagination implementation, we should eventually add an auto-paginate feature a la octokit.

I'm not sure I know enough about this issue to make a decision on what to do. It has sat for two years so I wonder if this is niche...

Welp. I'm assuming that policy mangling means your CSP is breaking functionality. The `*` should only apply to http/https schemes.

I've never been a fan of the deduplication based on `*` anyways. Maybe we should just rip that out.