Tac Tacelosky
Tac Tacelosky
Since the latest version targets Symfony 7, would you accept a PR that updates the source code and directories to a modern structure (e.g. extending AbstractBundle, moving tempates into /templates,...
> PostgreSQL 9.4+ and MySQL 5.7+ are supported. Since sqlite now supports json, is there any reason this bundle can't be used with it? There is even a jsonb format,...
configuration fix, so that ```bash bin/console config:dump twig_extra > config/packages/twig_extra.yaml ``` now generated valid yaml and a valid configuration. But I'm not sure that quoting the default values is correct....
when adding symfony/joli-notif-notifier to a project, the env var is commented out. composer req symfony/joli-notif-notifier ``` cat .env ###> symfony/joli-notif-notifier ### # JOLINOTIF_DSN=jolinotif://default ###< symfony/joli-notif-notifier ### ``` I can't find...
## Detailed description Since 8.0 is at EOL, what do you think of bumping the minimum version of php to only supported versions? Even 8.1 is on life support (security...
Although it's still an experimental feature, it'd be nice to have the chat methods available to the client. In particular, it's a bit confusing because to create an assistant you...
I'd like to see the raw settings as an array, and I can't see how to do it. ```php public function getSettings(): array { return (new Settings($this->http->get(self::PATH.'/'.$this->uid.'/settings'))) ->getIterator()->getArrayCopy(); } ```...
**Description** All of the examples show searching using the master key, but best practice is to use a search key and only use the master key for managing API keys....
**Description** It has always felt unnatural for the index to be called Indexes. We could deprecate the plural in version 1 and have version 2 return just Index. OLD: ```...
There is a method in the client index that returns the index endpoint. I would like a similar method for the task endpoint, although I'd prefer that the method name...