Agustí Dosaiguas
Agustí Dosaiguas
This is what I did to integrate this library into Dingo\Api: - Followed the instructions to install this module - Created an authentication provider helper class for Dingo\Api: ``` php
+1 For now I just save using a different set of rules: $user->save(array('email' => 'required')). An empty array won't work :) Remember to add the password_confirmation rule is the password...
It seems not to be read from the GC log file even after adding -XX:+PrintHeapAtGC. It would be great to have this feature! $ grep "perm gen" server.loggc.log compacting perm...
Yes, this is +1!
@hinthornw thank you for your reply! sure, I'll move it there. I'll close this PR once I have the other PR link.
@hinthornw I've created this PR: https://github.com/langchain-ai/langchain/pull/18710 but I'm not sure if it will get approved having in mind the backward compatibility issue. Let's see what they say.
The problem is that I don't even remember what problem was caused by this issue, but i think that files weren't getting synced because of some message that was displayed...