Dakora Baer
Dakora Baer
### Steps to reproduce 1. Compile the release as normal (MIX_ENV=prod mix release --env=prod) 1. Navigate to the build bin directory (_build/prod/rel/project/bin) 1. Install the service using `project.bat install` 1....
Good Afternoon, I'm getting an assertion while attempting to process a barcode: ``` WARNING: zbar/decoder/databar.c:1249: _zbar_decode_databar: Assertion "seg->finder >= 0" failed. i=26 f=-1(000) part=1 ``` The barcode in question: ![Screen...
I'm unsure why it's specified since darwin has been uni-arch for ages, but the arm version is smart enough to know which arch to build. M1 Mac Mini ``` dabaer@Mac-mini...
Hello, i'm getting a rather odd error spam out of the blue here. About 5000 error events popped up in sentry after running an update, which resolved with a reboot:...
Hello, I'm attempting to get CID working with emails sent using the SMTP adapter, however when I attach a logo for example `put_attachment(%Bamboo.Attachment{filename: "logo.png", data: logo, content_type: "image/png", content_id: "headlogo"})`...
I apologize if the format is not correct, as the problem reporting section of the readme no longer exists. On a fresh install of 10.13.4 and CloverALC (master branch as...
When running insert/1 on a changeset, the shim does not appear to respect the virtual: true setting in the schema, and inserts the virtual fields with their data (eek) into...
Hello, ```elixir Erlang/OTP 22 [erts-10.5] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] IEx 1.9.4 (compiled with Erlang/OTP 22) ``` ```erlang { "hackney": {:hex, :hackney, "1.15.2", "07e33c794f8f8964ee86cebec1a8ed88db5070e52e904b8f12209773c1036085"}, "timex": {:hex, :timex, "3.6.1", "efdf56d0e67a6b956cc57774353b0329c8ab7726766a11547e529357ffdc1d56"}, "tzdata":...
**Describe the bug** The result of `ak_user_has_authenticator` does not update when adding or removing authenticators while the user is logged in. **To Reproduce** Steps to reproduce the behavior: 1. Implement...
### oidcc version 3.5.1 ### Erlang version 27.3.3 ### Elixir version 1.18.3 ### Summary Under certain circumstances, the PAR request to Keycloak will fail. This seems to be partially related...