Phil Smy
Phil Smy
Okie dokie! I'm in! I'm traveling now, but towards the end of next week, I will try to re-merge my Philia fork back into Milia, with my Rails 6 and...
I'm trying to move over a 1.2TB (yes, TB) database from MySQL and hitting this same error. I wonder if this will ever work.
Can anyone get this to work under Rails 7?
If I do that I get the same error as @1CISP above. ``` Could not find a declaration file for module 'stimulus-flatpickr'. '/Users/philsmy/development/zm/node_modules/stimulus-flatpickr/dist/index.js' implicitly has an 'any' type. Try `npm...
Does this mean we need to move away from WickedPDF (or any other `wkhtmltopdf`-backed method) if we are on Ubuntu 22? Seems that the discussion over on the `wkhtmltopdf` GH...
I believe the same issue is happening with the ListingsApi. We are getting ``` `method_missing': undefined method `build_from_hash' for Item:Class (NoMethodError) ``` We also have a model called `Item` in...
I'm experiencing this as well and it's killing us. We have very long jobs and if the mysql connection dies the record stays locked and in limbo. Right now we're...