Conrad Carpenter
Conrad Carpenter
Any word on this?
It's been months... what is froala's stance on Nova support?
I don't really support this legacy package anymore. Your best bet it is to upgrade so you can use package version `3.0.0`. If you want to submit a PR for...
A docblock that has `@return self` when what it does is `return $this` tends to lie. For instance (in pseudocode): ``` class A // return self? function something return $this...
Hey Tim! 1. I'm not against this idea in general. I think it's a good idea to upgrade packages to make use of newer PHP features and bump minimum version...
You're always free to fork any of my packages -- that's the spirit of open source and I approve of it. No worries there. Don't consider it 'taking', but building...
For actively maintained packages that is definitely rude, I guess. But not in this case!
There isn't a 1-to-1 migration guide at the moment. I'm swamped right now, and would greatly appreciate help in that regard. I completely agree that the documentation could do with...
The driver error is indeed caused by the missing configured filesystem driver entry. You can configure paperclip to use an existing filesystem driver, or configure the filesystems to provide the...
There is currently no official migration mechanism. Your best bet is to make your own script that applies the transformation. It may be possible to use the interpolator in this...