Jacob Thomason

Results 203 comments of Jacob Thomason
trafficstars

These categories never made much sense to me. I don't understand how GraphQLite could, or why it should, attempt to categorize errors on behalf of an application/API. The organization of...

Being that there hasn't been any pushback on this, let's go forward with removing in a PR. Please include details in the PR description on the BC breaks and suggested...

add this to your php block... fastcgi_split_path_info ^(.+.php)(.+)$; fastcgi_param PATH_INFO $fastcgi_path_info;

@ruvceskistefan The issue was an expired token for me. I think the response code should be updated. A 404 is not sufficient for this error.

@hjerichen thanks for the PR! Please allow some time for review.

I see. How's that any different from how it is currently with a serialization issue for objects? I actually haven't made use of prefetch as we tend to rely on...

@hjerichen where does the unserialization come into play? Looking at the `PrefetchBuffer` the serialized object is only being used to generate a hash for the object array key. Am I...

@hjerichen can you explain why invalidating the result cache is necessary or beneficial?

@hjerichen thanks for that. Unfortunately, I'm not really following you. `$this->objects` stores the `Post` and `$this->results` stores the `Comment`s?

@hjerichen so, this invalidation in the `register` method just throws red flags for me. I'm trying to get a good wrap on what's happening here, but the location of an...