Fredrik Enestad
Fredrik Enestad
It seems http://alchemist-elixir.org leads to a Vietnamese spam page instead of the alchemist page.
fixes the warning: variable "deps" does not exist and is being expanded to "deps()"
## Bug Report ### Version ``` ❯ cargo tree | grep tracing ├── tracing v0.1.36 │ ├── tracing-attributes v0.1.22 (proc-macro) │ └── tracing-core v0.1.29 └── tracing-subscriber v0.3.15 ├── tracing-core v0.1.29...
This is a work in progress implementation for #175 Opening this as a draft to have a discussion to see if this is a valid approach to go forward with,...
https://github.com/onnx/models have renamed the default branch from `master` to `main`. This causes ci to fail, since it get 404 when trying to download models. But I see there are other...
Update `zip` to get a newer version of `time`. `zip 0.5.x` depends on an old version of `time` that is affected by https://rustsec.org/advisories/RUSTSEC-2020-0071
In both Java and Python it is possible to handle datastore timeout errors in code, according to this text: https://cloud.google.com/appengine/articles/handling_datastore_errors In Go however, a error from the internal packages are...
From what I understand from reading [this](https://cloud.google.com/appengine/docs/flexible/go/upgrading), these packages can no longer be used in combination with flexible env, since the latest App Engine Flexible env beta release. So, the...
The GCP pricing model for these APIs is to [charge per request](https://cloud.google.com/stackdriver/pricing), so this patch would slightly decrease the number of requests in every scrape, and therefore reduce the cost...
It would be great if it was possible to set [these logging options for Phoenix.Channel](https://github.com/phoenixframework/phoenix/blob/v1.4.11/lib/phoenix/channel.ex#L390-L391) Right now, since `use Phoenix.Channel` is done inside [Absinthe.Phoenix.Channel](https://github.com/absinthe-graphql/absinthe_phoenix/blob/master/lib/absinthe/phoenix/channel.ex#L2) there is no way of setting...