Tymon Tobolski

Results 13 issues of Tymon Tobolski

Since Endpoint is all macros it checks `:authorization` config during verk_web compile time. Since compiling dependency happens only once, changing config after dependencies have been compiled has no effect. I...

I'm trying to use Phoenix LiveView over tunnelto. Everything works just fine without proxy or when using ngrok. With tunnelto I get: ``` [info] Sent 200 in 2ms [info] CONNECTED...

Continuation of https://github.com/teamon/tesla/pull/264

feature :sparkles:

[copy from #240] Timeout middleware has been causing issues for a long long time (#151, #157, #237 and more). The two biggest problems with it are the use of `Task`...

idea :bulb:

## tl;dr Switch `Tesla.Adapter.Mint` to use passive mode, as suggesting in https://github.com/teamon/tesla/issues/357#issuecomment-916967770 ## (Potentially) related issues: - https://github.com/teamon/tesla/issues/357 - https://github.com/teamon/tesla/issues/450 - https://github.com/teamon/tesla/issues/394 - https://github.com/teamon/tesla/issues/385 - https://github.com/teamon/tesla/issues/370

feature :sparkles:
mint

Currently `Tesla.Mock` is implemented as adapter with special interface to intercept requests and provide mocked responses. It has a few drawbacks, like for example being a single instance - if...

idea :bulb:

Currently there is some inconsistency regarding adapter/middleware configuration. For example, logger format can be configured with `config :tesla, Tesla.Middleware.Logger, debug: false` but `log_level` can't. This all should be unified with...

idea :bulb:

- Request streaming support #506 - First take on response streaming support #271 The implementation requires spawning a process, I'm not sure there's a way to implement streaming without it...

feature :sparkles:
finch

wip, testing in progress

Would it be possible to somehow prefetch the fresh tz release during app release assembly? Maybe some kind of mix task (`mix tzdata.download`) that would override the version bundled with...