Awlexus

Results 14 issues of Awlexus

Hi, we ran into a couple of issues updating this library from 3.16.4 to 3.17 ## 1. Cldr.Unit.parse_unit_name returns string instead of atom ```elixir iex> Cldr.Unit.parse_unit_name("mg/dl") # Before 3.17 {:ok,...

Tested Elixir version: 18.3 Tested Erlang versions: 27.2.1, 27.3 Currently all requests to braintree fail with the following error ```elixir {:error, {:tls_alert, {:handshake_failure, ~c"TLS client: In state hello received SERVER...

### Issue Following the 2 steps of listed when trying to send a test event hook, the cli fails with the error: "you are using a legacy-style API key which...

bug

## Problem Currently the `.field` component discards errors for `select`-fields with the `multiple` flag set, because [the fields component uses `input_used?/1` internally](https://github.com/petalframework/petal_components/blob/v3.0.1/lib/petal_components/field.ex#L103). This is not wrong per se, but `inputs_used?/1`...