Tac Tacelosky
Tac Tacelosky
I have a column for translations in my data, ```json [{ "id": 1, "t": "en": { "title": "Title for doc 1", "description": "Description in English" } "es": { "title": "Titulo...
What a cool bundle! Thanks for releasing it. I'd like to be able to customize the label (and maybe a title attribute on the element). In particular, I want to...
 Fails with both postgres and sqlite. I don't have MySQL installed.
I _think_ I've followed all the instructions, and the bundle is installing. When I upload images, they go to the default /var/storage/medias, but the image browsing is trying to display...
Fixes #42 Personally, I'd be fine dropping 6.0 and requiring 6.4, since everything 6.x before 6.4 is already at EOL. But I simply added Symfony 7.0 so it can be...
Some outdated libraries make it difficult to install. Problem 1 - Root composer.json requires voku/simple-php-code-parser * -> satisfiable by voku/simple-php-code-parser[0.1.0, ..., 0.20.1]. - voku/simple-php-code-parser[0.1.0, ..., 0.13.0] require nikic/php-parser ~4.4 ->...
Okay to add the return type? ``` public function uploader() /** * Get an uploader with which to upload photos to (or replace photos on) Flickr. * @return Uploader */...
This seems to pass some static tests, but I'm not sure how to set the API key to do all the unit tests. It just gets the return type from...
Is oAuth 1 still used by Flickr? I'm seeing some areas of the code where both oauths are handled, and I'm wondering if that's still necessary.
I'm getting a lot of skipped tests, so I need to set an API key to run them? Does it make calls into Flickr, or are they mocked?