Tac Tacelosky
Tac Tacelosky
My branch of no-agenda now does the following. I hope you'll consider a PR and a major version release. * Latest Symfony (7.2), Attributes instead of Interfaces * Webpack replaced...
For example: ``` 6) App\Tests\Crawling\BatSignalCrawlerTest::testSignalExists TypeError: App\Crawling\BatSignalCrawler::__construct(): Argument #2 ($notificationPublisher) must be of type App\Crawling\NotificationPublisher, Mock_BatSignalRepository_86f1ae6a given, called in /home/tac/g/tacman/no-agenda/tests/Crawling/BatSignalCrawlerTest.php on line 28 /home/tac/g/tacman/no-agenda/src/Crawling/BatSignalCrawler.php:19 /home/tac/g/tacman/no-agenda/tests/Crawling/BatSignalCrawlerTest.php:28 ``` The issue is $this->crawler...
 This is looking great! Since we know that the doctrine relations go from the teacher_id field in session to the id field in teacher (ditto for session and course),...
https://www.meilisearch.com/docs/reference/api/search#ranking-score-threshold I'm finding too many low-scoring semantic search results, which is why this parameter was introduced. It'd be nice to see it here. Thanks for your consideration.
I've started to use semantic search, one of my favorite new features of meilisearch. I inadvertently triggered a re-vectorization of a dataset (I dropped a field) which meant that it...
Clicking on the title goes to the animated field distribution page. But I rarely want to see that first. Instead, I like to go right to the documents page. Right...
null values should be blank or "pending" or something like that. They are defaulting to 1970
It would be helpful to know how many documents were received in the task list. Sometimes I'm doing bulk updates, and other times (like when a doctrine entity has been...
Tiny issue -- The tasks icon is pushed to the right because of the word "Indexing..." so it's hard to click on. Idea: add the number of incomplete (pending/processing) tasks,...
 I'd be nice to see the sort arrows with the column name when sort is active. Idea: put a dimmed up/down sort arrow by the columns that are sortable....