Tac Tacelosky

Results 500 issues of Tac Tacelosky

Use Dependency Injection instead of the container.

Since you've already implemented calling the indexer and creating indexes for Behat, can you expose the service that does the index and perhaps add a Symfony command that demonstrates how...

I'm having a hard time getting this bundle to work with Symfony 5. First, services.yml needs to have quotes around the parameter: ```yaml services: # captcha type captcha.type: class: Gregwar\CaptchaBundle\Type\CaptchaType...

With a very basic symfony app (based on the Symfony4.2 demo, all started plugins), I'm having difficult configuring the bundle. I can install it, but can't install an adapter. The...

Following the instructions, after composer install the auth command fails, because there's no config path. Adding the config path fails because there's no config fille. Could you add a config.yml.dist...

Is is possible to modify the album metadata, specifically the title and description? Maybe something like ./flickr-cli album "OriginalAlbum" "Description" [--title "New Album Name"] Are there ways to move albums...

There was no error message if the endpoint returned a valid SimpleXML object but it contained an error message. This displays one now (for example, a permissions error).

I've followed the instructions for creating an API Key on Flickr, but when I attempt to upload, I'm getting a persissions error: $xml = $apiFactoryVerbose->upload($filePath, $fileName, $description, $tags); ``` 'code'...