J2ane

Results 10 issues of J2ane

### Occurrence environment - [ ] Workflow - [ ] GUI - [X] Docker - [ ] Command line ### Question description 请问下docker版本应该怎么使用?我已从8000端口下下载m3u,但是没办法通过使用vlc进行播放。 一般docker的操作整个流程是啥?docker默认安装后运行在8000端口下载后的m3u还需要进行操作吗 ### Related log _No response_

question

Environment: - OS: Linux (kernel 6.16.8, x86_64) - gpui version: "0.2.2" - gpui_component version: "0.3.1" - rust version: "rustc 1.91.0 (f8297e351 2025-10-28)" ```rust use gpui::*; use gpui_component::{button::*, *}; pub struct...

linux
titlebar

**System information:** - Kernel: kernel 6.16.8, x86_64 - gpui version: "0.2.2" - gpui_component version: "0.4.0-preview0" - rust version: "rustc 1.91.0 (f8297e351 2025-10-28)" **Description:** TitleBar supports dragging the window by default,...

gpui

Description: On Linux (XFCE + LightDM + X11), right-clicking the TitleBar component in programs causes the graphical session’s input system to become completely unresponsive. **Observed behavior:** - Mouse pointer still...

Environment: gpui version: 0.2.2 gpui_component version: 0.4.0 ```rust LineChart::new(self.data.clone()) .x(|d| d.x.clone()) .y(|d| d.y) .stroke(cx.theme().success) ``` ``` Diagnostics: no method named `stroke` found for struct `LineChart` in the current scope private...

🔹 Summary Propose improvements for the `NumberInput` component to enhance usability and styling. 🔹 Motivation The current `NumberInput` component has some usability and visual issues: 1. Focusing the input box...

number_input

**Environment** - Kernel: 6.16.8, x86_64 - Desktop Environment: XFCE - Display Server: X11 - gpui version: 0.2.2 - gpui_component version: 0.4.0 - Rust version: rustc 1.91.0 (2025-10-28) **Problem Description** When...

**System information:** - OS: Linux 6.16.8-amd64 - gpui version: 0.2.2 - gpui_component version: 0.4.1 - Rust version: rustc 1.91.0 (2025-10-28) **The example `dock` table has a row duplication issue.(exists in...

🌟Problem Summary I'm facing a layout issue while using egui for building a UI. Inside the CentralPanel, I used ui.horizontal(|ui| { ... }) to lay out several components in a...

bug
layout

Environment: - OS: Linux (kernel 6.16.8, x86_64) - Dioxus version: [0.7.0] - Rust version: [rustc 1.91.0 (f8297e351 2025-10-28)] - Originally, I was able to use this code to disable Dioxus's...

bug