Michael
Michael
Running into the same issue. This gem only provides a class method stub called update_with_password: ``` module ClassMethods def update_with_password(resource) puts "UPDATE_WITH_PASSWORD: #{resource.inspect}" end ``` but devise calls it on...
I can confirm that I'm having the same issue. It seems it [should look like this](https://www.nordtheme.com/static/6e0903cf2207a5e5bc385ef8d0829e20/96d29/ui-welcome-screen.png)
Its still happening quite often, more 503 then not. If you need help with hosting or the API connection, I'm glad if I can help. If its an issue with...
Can we please try to make this happen? - #379 is still there :+1: :) @bigxiang
I'm also having this issue with squeel (master) and an update to Rails 4.2.1
@jlesage do you think its safe to use daniel0076' image? is there a reason this has not been merged to your repo although it exists for over two years? :)...
> Note that I'm expecting to release a new version this week or next week with ARM support. I had discussions with the JDownloader's developer for more seamless integration, but...
(fyi, I' having a [similiar issue with MacOS (M3 Max), but with another model, see here](https://github.com/comfyanonymous/ComfyUI/issues/3178) and [especially the linked image in the bottom])
Same here (https://github.com/ged/ruby-pg/issues/311#issuecomment-1591540807) I suspect this came from an update either of [krb5](https://github.com/Homebrew/homebrew-core/commit/af5af124a869e6dc62bc21f9a11f064a34c401fa) last week or [postgresql@14](https://github.com/Homebrew/homebrew-core/commit/5bb5ad7977109f2dd2f6a2d423613b9bfeeb3a34)/[libpq](https://github.com/Homebrew/homebrew-core/commit/44675ef7b9e70e42b1d0323e518579035f472188) last month (unlikely) The temporary fix in #311 is still working, just `export...