-
Hi!
My app has been shutting down seemingly randomly. This only happens on my local machine (not on other devs, not in production environments) so I suspect it has something to do with my set up.
…
-
I am trying to use the library in a Elixir project and also use [Dialyxir](https://hexdocs.pm/dialyxir/readme.html).
As indicated in the doc, I specified `:systemd.ready()` as:
```elixir
# Elix…
-
Maybe this context should be set on start event, but it was called on stop event.
https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/c8b760e77601a66e20041957d5c102f455fa71d5/instru…
-
### KYC Using Your GitHub Account
Please make sure your GitHub account meets the following requirements (all are required):
- [x] The issue title must be: Request GitHub KYC - Your US.KG Panel r…
-
- [ ] get the standings of the cowboys
- [ ] get the scoreboard of a game
-
I wanted to start a discussion about a build tool and dependency manager. I've got a few ideas.
It would be really nice if we could do [go-style remote imports](http://golang.org/cmd/go/#hdr-Remote_i…
-
Hello @essen , i 'll try to create http/3, but doesnt work. the server always running, but doesnt access by browser. and this is my code
```
start(_Type, _Args) ->
Dispatch = cowboy_router:comp…
-
When trying to update a company as admin, the fallowing error is generated at the backend and it fails.
```console
[error] Ranch protocol #PID of listener Nexpo.Endpoint.HTTP (cowboy_protocol) ter…
-
https://www.bebopser.com/2020/09/29/treeShaking/
Tree Shaking
-
Is it possible to do "reverse routing" in Cowboy, i.e. to generate a URL given a handler + bindings?
For example, given a handler (e.g. `'user_handler'`) and a set of URL bindings (e.g. `[{user_id,…