Copilot
Copilot
This PR makes `ax-platform` an optional dependency as requested in issue #268, allowing users to install the package without the heavy Bayesian optimization dependencies when they don't need that functionality....
This PR adds a new leaderboard section to the README as requested in the issue. The changes include: ## Changes Made - **Added new leaderboard section**: "Top 20 Players, Last...
The number of suggestions to load was resetting to default (100) whenever suggestions were updated within a session—when adding publications, processing queues, or retrying failed loads. ## Changes - **`src/composables/useAppState.js`**:...
## Summary Fixes the issue where perfect title matches were not appearing first in search results. This PR merges results from both OpenAlex and CrossRef APIs and ranks them by...
## Overview This PR implements visual distinction for publications that don't match active filters in the network visualization when "Only show filtered" is disabled. Previously, when filters were applied but...
This PR adds native Dart bindings using Dart's `@Native` annotation, providing a modern, efficient alternative to dynamic library loading. The changes include both a native binding for the tree-sitter-dart language...
## Implementation Complete ✅ Successfully implemented the Status column feature for the `boilerplates list` command to clearly show which templates are published vs. draft. ### Changes Made: 1. **Added Status...
The existing README was functional but missing several standard sections that would help users and contributors better understand and use the project. This PR enhances the documentation with minimal changes...
## Problem The translation loading for the `wp-user-manager` domain was triggered too early, occurring on the `plugins_loaded` hook with priority 0. This is against WordPress best practices and can cause...
## Problem PR #89 fails due to a missing go.sum entry for github.com/olekukonko/tablewriter v1.x. Additionally, the code in `pkg/sccli/sccli.go` wasn't updated to be compatible with the new tablewriter API in...