Jérôme Tamarelle

Results 51 issues of Jérôme Tamarelle

### Feature Request MariaDB added support for SEQUENCE in version 10.3. DBAL. https://mariadb.com/kb/en/sequences/ | Q | A |------------ | ------ | New Feature | yes | RFC | no |...

MariaDB
Sequences

For people looking for a micro-framework for cli, the Console component provides a fluent interface to declare commands. I don't find it in the doc. Example: ```php $app->register('hello') ->addArgument('name', InputArgument::OPTIONAL,...

Console

It was common to write code examples using `method(...)` to omit the details of the arguments. https://github.com/symfony/symfony-docs/blob/250afd32ae9d605f5170dd492d15ff2df497de17/messenger.rst#L2040-L2041 This notation is becoming confusing since [first-class callable syntax was introduced in PHP...

Waiting feedback

Symfony Console supports completion of command and option names out of the box ([doc](https://symfony.com/doc/current/console.html#console-completion)). Documentation: The `completion` command dumps the shell completion script required to use shell autocompletion (currently, bash...

Hello, Above all, I would like to thank you for the high quality and reliability of this library. I'm using it for on demand conversion of my HTML pages to...

Using Akamai, I can include a page using HTTPS. ```html ``` For such ESI tag, ETS tries to make a request using http. This is not working for me since...

When logging absolute URLs to FirePHP, I have to copy/paste the URL to access them. Is it possible to make them clickable ? For information, the URLs I log in...

feature

| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | yes | Tickets | Fix...

Feature
HttpFoundation
Status: Needs Review
Deprecation

Hi, thank you for this library that is very easy to use. I created a Symfony bundle by copying things from the Laravel integration. You can find it here: https://github.com/GromNaN/openai-symfony...