Ben Fradet
Ben Fradet
which fails the ci
like in octokit: - https://github.com/octokit/octokit.rb#pagination - https://github.com/octokit/octokit.rb#hypermedia-agent
[This article](https://github.blog/2020-04-09-from-48k-lines-of-code-to-10-the-story-of-githubs-javascript-sdk/) got me thinking: - we might be able to scrape the documentation - generate an open api specification out of it - generate a client through mu -...
It seems we're using the cats-effect version from http4s transitively: https://github.com/47degrees/github4s/pull/501#discussion_r433683082. It'd be better to depend on it directly I think.
That way unsatisfied links (amongst other things) will fail the build.
There is a growing amount of the API we don't run integration tests for because the operation would modify the repository in a significant way (mutating files, milestones, projects, etc)....
There is a lot manual file I/O which was ported over from org-policies in #465 . It seems very likely that there exists a library which could handle a lot...
from snowplow/snowplow#1629: >Findings based on the differences between the domain_sessionidx and a session index calculated using SQL (30 minutes lag). Events are sorted on dvce_tstamp. The index sometimes decreases, increases...
https://codecov.io/github/circe/circe-fs2
If we go back to the example in the readme, I'd like to be able to do: ```scala import classy.generic._ import classy.config._ sealed trait Shape case class Circle(radius: Double) extends...