FTS
FTS
ref: https://elixirforum.com/t/37231
is it a good idea?
Created with `brew bump-formula-pr`. - [ ] `resource` blocks have been checked for updates.
since 2.2, aeson use [text-iso8601](https://hackage.haskell.org/package/text-iso8601) instead of [attoparsec-iso8601](https://hackage.haskell.org/package/attoparsec-iso8601)
**Is your feature request related to a problem? Please describe.** [dejafu](https://github.com/barrucadu/dejafu) provided great facilities to test concurrent programs, tho `dejafu` using [`concurrency`](https://hackage.haskell.org/package/concurrency) to provide IO classes which very similar to...
In the pull request at https://github.com/erlang/otp/pull/8537, specifically in commit https://github.com/erlang/otp/commit/8d537f5, the `CWD` is rebuilt using `filename:join/2`. However, `dest_path` was not converted from binary to charlist: https://github.com/jsonkenl/xlsxir/blob/4dbebf2eec01ee661d21d78d3ad5b70a91c3339a/lib/xlsxir/unzip.ex#L153-L154 As a result, `filename:join/2`...
fixes https://github.com/jsonkenl/xlsxir/issues/128
poc of https://github.com/danschultzer/test_server/issues/41
The `add` API currently behaves like Bypass’s `expect_once`; we’d like an option that matches Bypass’s [expect/2](https://hexdocs.pm/bypass/Bypass.html#expect/2), allowing multiple expectations for the same endpoint.