Deni
Deni
Hi! Personally, I don't use this bundle and Symfony as full stack framework in recent years. I will try to add support Symfony 5, but I'm not very familiar with...
Can you check #32 for compat with Symfony 5? ``` $ composer require yethee/enum-bundle:dev-symfony5 ```
Thanks, this workaround is working.
In `composer.json` mentioned MIT license.
I faced with this issue when API server returns a response with status `202` and there is neither a body nor `content-length` header. As a workaround, I override the parse...
> I'm wondering if there is any way to return a default value or not let it report an error when it encounters an error like this? You can use...
Please submit a stack trace, used encoding and the input text to encode when the error occurs again.
Hi! Thanks for the report. I can confirm that PHP implementation is less performant than the original library. In the [tiktoken](https://github.com/openai/tiktoken) library, the core logic is written in rust. I...
I updated implementation, this allowed to speed up converting text into tokens ~ 2 times, for your example. You can check #10 for details.
We can generate two types with suffixes, `Read` and `Write`, as an option.