Sam Minnée
Sam Minnée
Pardot now has a v4 API, and new accounts don't seem to work with the v3 API. It would be great if the v4 API was supported by this package.
I started Secretive today, and: * My secrets are gone * I can't create a new one It seems like both issues are caused by the same issue: Secretive can't...
There are a few commits on the 1.3.x-dev branch that aren't in a stable tag. Perhaps tag 1.3.4 to expose these via a stable release?
Right now it seems as though greenkeeper pushes updates that skip major versions. Under semver, major releases break APIs, and so my code will likely break because of this. Is...
If the esy.lock is untouched, this app works, but attempting to rebuild the esy.lock folder throws the following error: ``` error: build failed with exit code: 1 build log: #...
This lets you install the module in apps that don’t have asset-admin (such as ModelAdmin-focused apps, where batch editing would be handy) Fixes #202.
It's impossible to use this module if you don't have asset-admin installed. IMO it would better if the asset-admin requirement was moved to suggests.
It would be nice if the generated code could inject all of its functions into a class, calling all the methods as $this->fn_name(). The rationale is that the generated class...
For my sins, I'm using an older version of PHPUnit. I've noticed that problems aren't always picked up. ## Repo - working case This output marks a problem correctly: ```...
A ModelAdmin with a bunch of search fields is an excellent power-user feature but it can end up with something a little unwieldy. To give users more specific views on...