Marc Neudert

Results 21 comments of Marc Neudert

Are you by any chance using a custom `:applications` list (or `:included_applications`) in your project's Mixfile? Or running a `Mix.Task`? "By default" the application startup should detect `:hackney` as a...

I somehow managed to construct an umbrella application that can force a startup error: https://github.com/mneudert/instream-issue_61 The example is extremely contrived by sending a request through hackney from a dependency "next"...

The decision behind only returning `:ok` or `:error` was a quite simple one: I don't know what to really return otherwise. It should be possible to return the object that...

That conversion is definitely possible. Depending on the string format you need you should receive something usable by taking the following steps (both last `v1.0.0` release and current development version):...

The query builder definitely needs a bucket of love already! Or in a more honest wording: "a complete rewrite". (Separating blocks with some horizontal rules because long text ahead ^^)...

Nice catch :+1: There was a stray `v-plugin-name` usage on the Trial Button. That directive did the additional work of opening the details popover instead of only the intended action.

Hi @martin-neumann-gurus, thank you for raising this issue. I could confirm this behaviour when using a token that is configured as `Secure use only = Yes`. Having a token that...

These are probably cases of "double formatting", will forward for prioritization so we can check if there is a reasonable fix to apply until #20701 is being worked on. Most...

As already mentioned internally we need more details to reproduce the issue. Just using `nohup` or running the archiving via `crontab` should not output "0 out of x archivers". It...

Hi @alexhebing, sorry this type confusion is causing you trouble. This was not a deliberate change, but probably gone wrong along the way to the new major release. We will...