Oleksandr Stasyk

Results 16 issues of Oleksandr Stasyk

## Title Add Package "app_optex" ## Description Add the Package "app_optex" from hex.pm **Link:** https://hex.pm/packages/app_optex **Description:** Client for [AppOptics API](https://docs.appoptics.com/api/). Send metrics and tags to AppOptics time series service.

Hey if anyone is interested, I might invest some more time into this and add some more useful features. If anyone has any requests in particular please leave a comment...

question

Hey, I'm very interested in coherence and the functionality it provides, however, I'd like to experiment with combining its functionality with other frameworks, for example [ueberauth](https://github.com/ueberauth/ueberauth), or just in the...

enhancement
help wanted

To configure confirmation URL ```elixir config :coherence, external_hostname: {:system, "EXTERNAL_HOSTNAME"}, # Set external hostname, e.g.: http://localhost:4000 confimarion_url: ":external_hostname/#/user/confirm/:token", # Can use either hardcoded hostname or :external_hostname, and use :token to...

Could you please update the cowboy version? ``` Failed to use "cowboy" (version 2.8.0) because plug_cowboy (version 2.4.1) requires ~> 2.7 wobserver (version 0.1.8) requires ~> 1.1 ```

Using `throw` does not reflect the original error being generated. For example: With `throw` in `gen_body/3` pre you get: ``` ** (throw) %Ecto.NoResultsError{message: "expected at least one result but got...

``` Failed to use "ecto" (version 3.0.6) because bourne (version 1.0.0) requires ~> 2.0 ecto_sql (version 3.0.4) requires ~> 3.0.6 phoenix_ecto (version 4.0.0) requires ~> 3.0 mix.lock specifies 3.0.6 Failed...

Allow jackal to take key/value pairs from the command line to use in contract interpolation, for example: `jackal run URL variable=value` will be used in the contract: ``` {... "something":...

enhancement

- The TeamCity format does not correctly format error to be expandable, the TC markup doesn't seem to get parsed - The output shows all the tests ran against the...

bug