Mike Bronner
Mike Bronner
@antonioribeiro would you be open to submitting a PR for this change, based on the commit you referenced from Nutickets? That would really help a lot. :)
This should be fixed now, thanks for your patience!
> Is this merged? Hi @danpalmieri, this was not merged, as it goes against the core intent of the package.
@thomasbrus thanks for the suggested work-around. Unfortunately this (no longer?) seems to work, as I am still getting the warning message. My postcss.config.js: ```js module.exports = { plugins: [ require('postcss-import')({...
> For those who use Devcontainers, you can bind `.wakatime.cfg`: > > ```json > "runArgs": [ > "-v", > "${env:HOME}/.wakatime.cfg:/root/.wakatime.cfg" > ], > ``` Which file is this to be...
Perhaps related to this: what do you tink of adding `date` and `datetime` to attribute casting?
I am running zsh on El Capitan (10.11) -- doesn't seem to work here either.
> Here is how I currently have it set up and things seem to be working ok. > > ``` > 'args' => [ > 'type' => 'Single', > 'title'...
@PlanetGamingGG Wouldn't you then just want to use Laravel Eloquent? The entire point of this package is to disconnect models from the database, leaving persistence implementation up to you, or...
Thanks for posting this PR. i will try to get this merged over the next few days. i will likely change your specific implementation to better fit with the rewrite.