-
I am trying to build a simple reverse proxy with https://hexdocs.pm/reverse_proxy_plug and its https://github.com/edgurgel/httpoison http client plugin. When I forward requests to a (angular dev-). se…
-
The code executes normally and successfully in dev, but when running mix test, the test is failing the majority of the time. It *sometimes* succeeds, which is utterly baffling.
config.exs
```
con…
-
The model [Tiny YOLOv3](https://github.com/onnx/models/tree/main/vision/object_detection_segmentation/tiny-yolov3) raises an ArgumentError when trying to import it:
```elixir
** (ArgumentError) unsu…
-
I'm using timex `0.19.5` and phoenix `1.0.2`
my `mix.exs` file is:
``` elixir
defmodule Blog.Mixfile do
use Mix.Project
def project do
[app: :blog,
version: "0.0.1",
elixir: "~> 1…
-
We are currently using trailing_format_plug for an API we are implementing with Phoenix. We use it to declare urls like `example.com/:one_param`, receive requests with `example.com/one_value.js` and …
-
I’m working on a library that accepts status codes (integer or atom) and want to verify that valid status values are used.
I can do this with:
```elixir
try
Plug.Conn.Status.code(value)
t…
-
This the most awesome package for proxying, but it does not work with websockets, the error code `426 Upgrade Required` received when i try to proxy "ws://" request. I found that "connection" and "upg…
-
Given the following file:
```
defmodule Http do
defmacro __using__(_) do
quote do
use HTTPoison.Base
def get(url, headers \\ [], options \\ []) do
response(:get, u…
-
Do you need help maintaining this project?
-
### Environment
* Elixir version (elixir -v): OTP21 Elixir 1.8.0
* Arc version (mix deps): 0.11.0
* Arc dependencies when applicable (mix deps): `arc_ecto` is 0.11.1
* Operating system: RedH…