Add unit-testing for search, functions and fetching #18
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: olaven/nrss#18
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This will help when deploying new versions as well as help others contribute.
There seems to be leaks coming from https://github.com/olaven/kall, which makes it difficult to make proper tests.
Should I fix the issue upstream in olaven/kall or should I replace
kallwith ordinaryfetchwithin the project?cc @olaven
@timharek that's no good! thank you for bringing ths up. If you want to fix the error upstream, that's the best solution IMO.
I think the issue is that the response is only read when the application type is json, based on this check, which might not be complete enough. So I think the fix would be to 1) consume the response body regardless of content type and 2) (perhaps) update the content type check.
I'll look into it upstream 😊
I see that some of the tests in kall also fail with the same error, so I'll know when it's fixed. I'll ping you when I'm done.
Also found your old issue regarding the same issue https://github.com/denoland/deno/issues/4735