AI Summary: This issue proposes integrating Gridlook as a Jupyter Lab plugin to allow users to open and interact with their ESM datasets directly within their Jupyter environments. The core idea is to create a context menu item that opens Gridlook in an iframe, leveraging Jupyter Lab's file browsing and access control capabilities. The main challenges lie in packaging Gridlook as a static page and building the Jupyter Lab extension, with a suggestion to potentially include the extension within the main repository.
Showing 30 of 267 opportunities to contribute from the last 7 days
AI Summary: This issue proposes randomizing the order of answer options for each player in a live quiz to prevent cheating. Currently, all players receive the same question payload with options in a fixed order, and answers are validated by their index. The solution requires backend modifications to shuffle options per player before broadcasting, while ensuring the scoring mechanism remains robust.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue proposes several usability enhancements for a CDN/file manager, focusing on mobile experience improvements like better upload and bulk action UIs. It also aims to expand supported file types and provide frontend detection for unsupported files to prevent user frustration.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
AI Summary: The user is requesting a new feature for Kontakt scripts: a "detune only" export option. This would allow for more nuanced pitch adjustments in sampled instruments, potentially improving sound quality by detuning higher notes instead of always tuning lower notes.
Design and visualize microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.
AI Summary: This issue requests support for internationalization (i18n) by externalizing hardcoded text strings used in UI elements like code block and Mermaid chart buttons. The goal is to allow users to provide their own language configurations.
AI Summary: This issue proposes adding a comprehensive TypeScript type-checking script and a corresponding GitHub Actions CI workflow to the repository. Currently, the CI pipeline lacks a full TypeScript check, relying only on ESLint which doesn't perform type-checked configurations. This gap has led to type-related bugs being missed in previous PRs. The goal is to ensure PRs fail if TypeScript or Vue SFC types are incorrect, and to provide contributors with a local type-checking mechanism.
Front-end repository for Find a Doc, Japan
AI Summary: This issue proposes an enhancement to the current category and team display, which is currently a limited tree view. The goal is to modernize the interface by adding a more intuitive "graph" view and a view switcher, without relying on external libraries for the graph functionality.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: The datatable component incorrectly displays '10' as the default selected value in its pagination dropdown, even when a different default item count is configured in the application settings. This is a UI bug where the displayed default does not match the actual applied default.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: This issue addresses two minor problems with the Kanban assign modal. Firstly, it contains incorrect text related to 'permissions' instead of 'assignment' due to a copy-paste error. Secondly, it needs a small text addition to inform users that they must type three characters to see assignment results.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: This issue proposes enhancing the admin dashboard with new security-focused features. Admins should gain the ability to manage user passwords, view and terminate active sessions, and suspend or ban user accounts to improve security oversight and problem-solving capabilities.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: The Electron main entry point file has grown significantly in size and complexity, making it difficult to navigate and maintain. This issue proposes refactoring the file by extracting logic for app menus, IPC event handlers, CLI importer/exporter, and auto-updater into separate, more organized files. The goal is to improve maintainability and ease of development.
AI Summary: This issue proposes researching the performance benefits of using the CSS Custom Highlight API with microlighter for code rendering compared to the current stream-diffs/Shiki approach. The goal is to create a Vue Proof of Concept (PoC) that benchmarks these methods, focusing on DOM size, bundle size, and rendering costs, while preserving the existing streaming lifecycle.
Multi-framework streaming Markdown renderers for AI apps: Vue/Nuxt, React/Next.js, Svelte, and Angular, with Mermaid, KaTeX, stream-diffs code blocks, safe HTML, and low-jitter updates.
AI Summary: This issue requests updating the first instruction in the game to be input-neutral. The current instruction "Click on a card to flip it over" should be rephrased to acknowledge both mouse/pointer and keyboard (Enter/Space) interactions for selecting cards, ensuring accessibility for all players.
AI Summary: This issue aims to improve accessibility by hiding decorative Font Awesome icons from assistive technologies. The icons are redundant as the elements they are within already have accessible names. The fix involves adding `aria-hidden="true"` to these specific icon elements in the specified Vue components.
AI Summary: This issue proposes adding dark mode support to an existing application. The core tasks involve defining dark theme CSS variables in `app/main.css`, integrating the `@nuxtjs/color-mode` module, creating a theme toggle component, and persisting user preferences using Pinia. The goal is to leverage the current Tailwind v4 and shadcn-vue setup for a seamless dark mode experience.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue proposes adding keyboard shortcuts to live quiz sessions to improve user interaction. The core task involves creating a new composable function to manage these shortcuts, which will then be integrated into specific quiz components to handle answer selection, question advancement, and modal closing.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue proposes adding functionality to export quiz questions and results in CSV format. It requires implementing a new backend API endpoint for exporting and a corresponding frontend button to trigger the export on the quiz detail page. The initial scope is limited to exporting questions.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue aims to improve the accessibility of quiz interactions by addressing several key areas. Tasks include adding a skip-to-content link, implementing proper focus trapping in modals, auditing and adding ARIA labels, introducing live regions for dynamic content, and improving color contrast. The work is designed to be broken down into smaller, manageable pull requests.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue aims to enhance user experience by implementing loading skeletons and consistent empty states across the application. The existing `Skeleton.vue` component needs to be extended to support various visual styles, and then applied to quiz lists, dashboard/reports, and public discovery pages. Additionally, new `EmptyState.vue` components with iconography will be created for scenarios like no quizzes found or no search results.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue aims to introduce internationalization (i18n) support to an English-only application. It involves installing and configuring the `@nuxtjs/i18n` module, creating an initial English locale file, extracting strings from a section of the app into this file, and replacing hardcoded strings with translation calls. Additionally, documentation for adding new locales will be created.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue requests the addition of unit tests for pure functions within the `api/utils/` directory, specifically focusing on scoring and CSV utilities. The goal is to improve code coverage by following established testing patterns and utilizing Go's standard testing library with `testify/assert`. The work can be broken down into smaller, independent tasks.
jovVix — Real-time, open-source quiz platform built for live engagement, instant feedback, and dynamic leaderboards.
AI Summary: This issue proposes adding application-level themes to Alexandrie, expanding beyond the current document rendering themes. The goal is to allow users to personalize the application's look and feel by introducing new visual themes like Minimal, Material Design, GitHub, Fluent, and Modern. The implementation is expected to be straightforward as existing components utilize SCSS variables that can be overwritten.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: When creating a new document from the Kanban view's '+' button, the new document page opens with an incorrect query parameter (`parent` instead of `parent_id`). This prevents the category from being automatically set, indicating a bug in how the query parameter is constructed.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
A collection of uPortal Web Components and JavaScript utilities
AI Summary: This issue proposes UI improvements for the "Join a team or workspace" modal. The goal is to prevent users from accidentally submitting an empty invitation code by disabling the "Join" button when the input field is empty and making the placeholder text more distinct. Additionally, a helper label should clarify the required input.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: This issue requests the addition of Spanish translations for the dashboard and landing page. The contributor needs to follow the existing directory structure for i18n locales, as indicated by the provided GitHub link. This is a straightforward enhancement to internationalize the application's frontend.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: This issue proposes adding an onboarding tutorial for new users of Alexandrie. The tutorial should guide them through key features like navigation, document creation, the editor, and the Command Center to improve initial understanding of the application's interface. The implementation should be lightweight, allowing users to skip or dismiss it.
Self-hosted knowledge base with extended Markdown, Kanban, OIDC/SSO, PWA & offline support. Deploy in one command.
AI Summary: The UI-Thing website (uithing.com) is experiencing intermittent 500 errors, specifically a "Cannot read properties of null (reading 'parentNode')" error. This issue prevents components from loading correctly and occurs when browsing the website or navigating to specific pages like the components section.
A modern set of Nuxt components built with Reka UI & TailwindCSS. Inspired by shadcn/ui & shadcn-vue.
Also browsing: Python , TypeScript , JavaScript