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...
I was on version `2025-01-19T00-00-00-groovy-4` but I updated to `2025-07-26T19-45-00-groovy-4` and still have this issue. When trying to build a Docker Image like the following: ```groovy static buildCIContainer(String name) {...