tbruckmaier

Results 22 comments of tbruckmaier

So, I finally found a solution which works on linux (no luck on osx or windows so far): `node-notifier` uses `libnotify-bin` here, which relies on dbus. If you share the...

I just ran into the issue on npm 3.5.2, npm 6.4.1 worked fine. I could solve it for npm 3 with the fix from @adsingh14 . ` npm install [email protected]...

I am currently working on a pr for this, unfortunately it requires a bunch of changes. The more complex fields like repeater or even image need to retrieve additional data...

@jgrossi if you do not intend to continue this package anymore, you might consider putting a link to the fork into the readme?

@jgrossi where can i find the corcel rewrite? Is there a special branch? Maybe I'm just blind ;) Regarding the acf package: as my fork works quite differently than your...

@jgrossi i rewrote the field fetching mechanism with a custom eloquent relation, so it is possible now for instance to preload relations with `with()` and `load()`. The relation uses the...

@codemonkeynorth Hi, I have not planned for such a usage, but it could probably be implemented. I created an issue at https://github.com/tbruckmaier/corcel-acf/issues/7 and commented there

I have been using https://github.com/superhuit-ch/wp-cli-acf-json for automatic syncs of the generated acf-json. The generated acf-json files are in git and whenever someone checks out the repository, they run `wp acf-json...

@JamiesonRoberts yeah that's right, I ran into the same performance issues. You might want to check out my fork, I reworked the data fetching logic and it decreases the number...

Meanwhile I have updated my fork to work with a php-generated config too: https://github.com/tbruckmaier/corcel-acf