Wojtek Mach

Results 81 issues of Wojtek Mach

- [ ] https://github.com/swoosh/swoosh/pull/830/files#diff-e3dca7da1dc26f78c6942e408e806dd74956ef02fe0d75ff3ce1ddd3d319f52aR27 - [ ] https://github.com/ex-aws/ex_aws/blob/main/lib/ex_aws/request/http_client.ex#L10

TBD the naming and output formatting but basically we want to dump the raw request and response for debugging. Something like this: It's using logger so that users can enable...

Before: ```elixir Req.post!(req, url: "/prices", form: [ product: product.id, unit_amount: 100, currency: "usd", "recurring[interval]": "month" ] ) ``` After: ```elixir Req.post!(req, url: "/prices", form: [ product: product.id, unit_amount: 100, currency:...

Ref: https://github.com/bryanjos/geo/pull/166#issuecomment-974624214 There's a _ton_ of deprecation warnings when running `wkb_test.exs` which I can't get to at the moment. If someone would like to go ahead and fix those, that'd...

We need Hackney to make sure that tzdata we're downloading and unpacking has not been tampered with. However, hackney brings many transient dependencies and for that reason I believe it...

The end goal is https://github.com/hexpm/preview/issues/26, but in the meantime we can improve the UX greatly by following this: https://twitter.com/IMAC2/status/1383384601192656897

Currently our homepage, https://diff.hex.pm, allows to search for packages but the URL never changes. Let's change that. While at it, let's also support landing on `/?package=...&to=...` per #75.