Timothy Vanderaerden

Results 7 issues of Timothy Vanderaerden

### Description As far as I know there is currently no support for [RFC-8760](https://tools.ietf.org/html/rfc8760) yet. It modifies the Digest Access Authentication scheme to add support for more secure digest algorithms,...

feature-request

Fixes the following compilation warnings with Elixir 1.17. ``` warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead ```

Fixes the following compilation warnings with Elixir 1.17. ``` warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead ```

**Describe the bug** When using `seek-offset` together with `file_string` and multiple sounds, the sounds after the `seek-offset` aren't played. The `seek-offset` itself is correctly applied and the file is played...

bug

This includes the following * Fix `delivery_tag` type for `ack/3` and `reject/3` in adapter callback * Follow `basic_consume_ok/2` and `basic_deliver/3` callback contract in the consumer case clauses I'm not sure...

I know there are already some PR's open to bump `amqp` to the latest version, but this includes fixes to deprecations like `Mix.Config` and Logger.warn/1`. I can split this into...

I have a schema with a required value based on the value of an enum, the schema looks likt the following: ```json "type": "object", "required": [ "a" ], "additionalProperties": false,...