Reshad Farid
Reshad Farid
Any chance this is still on the radar somewhere to be fixed??
would love to see this merged @ikeith could you help us out with this?
I have this same issue on gitlab ce. see #1111 any solution? It seemed to work for me for a little and then it broke.. reverting to a previous commit...
Is there a way to debug and try to solve this myself? Since we get a lot of reproductions of this issue it might be easy to find the problem...
update: after some debuggin the calls I tried deleting `DANGER_GITLAB_API_BASE_URL` from the env variables in GITLAB which fixed the issue. update update: It might not have entirely solved the problem....
Any help or a more in depth example would be nice of this
Hi Matt, Thanks for your response. I tried the library and it works fine for most parts. However, I tried a larger include (Include13) which is not supported. So I...
Well, from the docs I assumed I only needed to cache all the includes and not the primaryResource.. I now added it. ``` struct EntryCache: Equatable, ResourceCache { var entries:...
this is how it looks for me ``` typealias EntryResourceResponse = JSONAPI.Document ```
Hi Matt, I debugged for quite a bit until I noticed that I did not have everything implementing Materializable. 😅 after fixing that it seems to work better.