Thibault G.
Thibault G.
Thank you for your quick answer. Is this this [issue](https://github.com/orchidjs/tom-select/issues/78) (#78) ?
Thank you @oyejorge. I tried to fix my select today and #78 was the correct issue. I had to add the `clearOptions()` in the `load` function and set my `searchField`...
Is there a way to get the operation host in a decorator maybe ?
I've looked into the `ApiPlatform\OpenApi\Factory\OpenApiFactory` and saw that the `$servers` variable is not based on the `host` metadatas. Perhaps a change could be made here if I'm not mistaken ?
Until the API Platform configuration supports this, you can use my example provided in #2508.
@94noni Thank you for your answer. Yes they are displayed in the profiler (for instance, when I go to the `/_profiler/` URL, all the requests are profiled with their token...
Yes, I've understood that. My suggestion would be to include a call limiter at the library application level. Another option would be to modify the `update()` method so that it...
Just a little question @asgrim: Why does it say in the [readme](https://github.com/browscap/browscap-php#the-cli-commands) that the `checkUpdate` method is likely to reach the rate limit, whereas on the [website](https://browscap.org/) it says that...
It's because of #1551
I do have the same errors message even using the ready to use packages.