Tac Tacelosky

Results 500 issues of Tac Tacelosky

vendor/bin/rector process src/Controller/SecurityController.php --dry-run [controller_error.zip](https://github.com/rectorphp/rector/files/9226231/controller_error.zip) Attached is the log and file that caused the problem.

PHP 7.3 will reach EOL in two weeks. If we bump the minimum requirements to php 7.4, we can start using better typehints. The API currently allows either an object...

I'm trying to render in Spanish, and am not sure how to configure timeago. ```javascript import { register, format, render, cancel } from 'timeago.js'; import {esLocal} from 'timeago.js/lib/lang/es'; register('es', esLocal);...

The documentation on how to search assumes the container is available, which is not longer very common in Symfony 5 apps. $finder = $this->container->get('fos_elastica.finder.app.user'); https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/usage.md If these were services were...

I'm trying to create a Word Cloud, and I'm not sure how to make the call using TermVectors or MTermVectors. Can someone provide an example? I'm happy to update the...

Are there plans to update bolt to the last libraries, especially Symfony 6 and the soon-to-be-released ApiPlatform 2.7/3.0? How can you help? ------------------------------- My forked repo now compiles, but gets...

I'd like to configure oneup to use a local adapter in dev and s3 in my production environment ``` # .env UPLOAD_ADAPTER=s3_adapter AWS_S3_BUCKET_NAME=mybucket.mydomain.com # .env.local UPLOAD_ADAPTER=local_adapter ``` The yaml configuration...

question

When I run the application locally, I can't embed svg images ```twig {% set url = 'https://127.0.0.1:8007/?accessoriesType=Kurt&avatarStyle=Transparent&clotheColor=Gray02&clotheType=ShirtVNeck&eyeType=Side&eyebrowType=RaisedExcitedNatural&facialHairColor=Red&facialHairType=BeardLight&hairColor=Blonde&mouthType=Default&skinColor=Pale&topType=LongHairCurly' %} ``` When I inspect what's returned, it's the html page, not the...

Thanks for making this available -- quite exciting to have MIT-licensed bootstrap 5 admin theme available, with no jQuery dependencies! Can you make this available in the yarn package manager?...

Can you add a page for the new bootstrap icons please? Also, it'd be nice to see a "best practices", or samples of how to include all icons (probably not...