Thiago Belem
Thiago Belem
+1 for Facebook
@danielfoxp2 did you manage to find a fix? I could make it work by adding `http: [port: {:system, "PORT"}]` to my **config/prod.exs** like this: ``` config :dragon_slay, MyApp.Endpoint, http: [port:...
Here is some more information about the issue and what happened: The record could not be updated/created because the `Audit` object was invalid, here is an example of the audit...
This is definitely caused by the `belongs_to user/associated` being required by default in recent Rails versions. I can get it working if I do this, which I don't feel like...
Is there any alternatives/workarounds for this issue?
> So if you want to help me, please describe your environment in more detail so I might be able to replicate it. I'm not well versed in C and...
Funny enough, I had a similar issue in the past https://github.com/cabo/cbor-ruby/issues/22
@cabo here are the relevant versions and the install log, please let me know if I can provide any more information: https://gist.github.com/TiuTalk/adb7e49aa815ea8a76fef7e811486e3f ``` ➜ uname -a Linux lambda 6.14.10-arch1-1 #1...
I was able to install it (and other gems that were giving me trouble) by downgrading to gcc: ``` ➜ gcc --version gcc (GCC) 14.2.1 20250207 ```