If I try the same from an Elixir app, I am seeing an :error atom returning, i.e.
f = File.read!("calendar.br")
:brotli.decode(f)
Could totally be something I am doing / misunderstanding, but my understanding is :brotle.decode is equivalent to the command line brotli decompress command?
Hello, thanks for the library! I am not using it directly but via Req.
I am running into an issue where it looks like an error occurs when attempting to decode a valid br file.
For example, if I do the following from the console:
The file is decoded without issue.
If I try the same from an Elixir app, I am seeing an :error atom returning, i.e.
Could totally be something I am doing / misunderstanding, but my understanding is :brotle.decode is equivalent to the command line brotli decompress command?