Tac Tacelosky
Tac Tacelosky
I don't think isPrimaryKey even exists.
phpspec/phpspec": "^6.0 || ^7.0", but phpspec doesn't support 8.4 There are some alternatives that do support php 8.4, like php-unit, but that's a pretty big rewrite of the tests. I'm...
Discussions aren't enabled here, if they were I'd have posted it there. I ran across this node application, and though how neat it would be to make a Symfony app,...
I'm fixing the signatures so that PHP 8.4 doesn't throw warnings about implicit nullables. ```php /** * @param string $key Google API key */ public function __construct($key, ?HttpClient $httpClient =...
This isn't really an issue or bug, but rather a discussion. If you drop support for PHP 7, you could add attributes. I'm not sure what value it adds, but...
 https://kaermorchen.github.io/meiliadmin/login If it has to do with my server configuration, can you provide more details as to what to do?
```bash composer require dunglas/digital-ocean-bundle symfony/http-client nyholm/psr7 guzzlehttp/promises ``` Symfony now supports its own version of promises/contracts, since this is a Symfony bundle, what would be the way to insall without...
Has anyone used thumbhash to do a similarity search? It seems like it'd be possible, and I suspect someone else has already thought of this. I imagine it would be...
First, thanks for this very cool library! My site needs to have thumbnails slightly larger than 100x100, like 120 or so. I'd like to have the option of using those,...