Brendan Long

Results 40 comments of Brendan Long

I started on this but I can't get it to compile: ``` [ 79%] Building C object plugins/backend/feedbin/CMakeFiles/feedbin_test.dir/TestFeedbin.c.o /home/blong/workspace/FeedReader/build/plugins/backend/feedbin/TestFeedbin.c:25:10: fatal error: TestPlugin.h: No such file or directory #include "TestPlugin.h" ^~~~~~~~~~~~~~...

The code-level fix (as far as I can tell) is to either change your `iterations.php` call to use a GET request (although some people reported that this fix didn't work...

I'm running into this too. I'm not sure how TypeScript expects these to be declared, but I suspect we need to change this check to not skip outputting createdAt/updatedAt if...

It's a little surprising that the way to get no output is `--verbose | /dev/null` but it works for me. Thanks!

Actually, after thinking about it this doesn't really help, since I _do_ want the normal output (I want to know which test failed).

My code looks like this: ``` type 'a t = 'a * Error_log.t let create value log = value, log let merge_logs (value, log_a) ~error_log:log_b = let log = Error_log.merge...

(Not sure if you're still wanting my opinion on this, but I'd be in favor of making the standard version as safe as possible and assuming if people want to...

Something to decide: Can we do this in a somewhat IO-independent way, so we don't have to re-implement this for each Pgx_* implementation?

I think this is still a real bug. I'd start by creating a test case to be sure.

I think this is the same bug as #40. We should probably add a test for this case specifically when we fix it though.