Sumit Khanna
Sumit Khanna
If I run the following command: ``` docker run --rm -it docker.io/library/ruby:3.0.3-bullseye gem install fast_excel ``` I get the following error as the installer attempts to compile `libxlsxwriter/third_party/minizip`. ``` Fetching...
Was there a recent change that broke login? I'm trying to get into the phuks.co deployment of Throat. After entering a username/password, there is no error message and the forgot...
I was running into the new_record?/nil class issue described in the readme. ``` undefined method `new_record?' for nil:NilClass is_dynamic = f.object.new_record? ^^^^^^^^^^^^ ``` I have my models listed in a...