ShuhanX
ShuhanX
Hi,Thank you so much for developing such a useful tool. I've added support for independent data files to the tool, allowing users to create data files within the directory instead...
it is a great idea to store data file in the projet dir, so we can submit the data file to Git, or at least make the task data file...
更新AUR安装包
Arch aur的两个储蓄库均不可用: `netease-cloud-music-gtk4`: 编译无法通过,由于rand导致(见issue#325),这个问题在netease-cloud-music-api1.5.1中已被修复,但aur使用的release2.5.0使用的是ncm-api1.5.0版本导致编译失败。 或许需要将aur pkgbuild改为最新的commit `netease-cloud-music-gtk-bin`: bin版本的资源文件`https://download.opensuse.org/tumbleweed/repo/oss/x86_64/netease-cloud-music-gtk-2.5.0-1.3.x86_64.rpm`返回404,无法找到,需要更新
### 🧐 问题描述 我第一次使用nixos,我尝试在nixos下使用Steam++加速github和google翻译,由于没有提供nix packages,我尝试通过fhs环境运行Steam++, fhs配置如下: ``` (let base = pkgs.appimageTools.defaultFhsEnvArgs; in pkgs.buildFHSUserEnv (base // { name = "fhs"; targetPkgs = pkgs: (base.targetPkgs pkgs) ++ (with pkgs; [ pkg-config ncurses...
i'm trying to create an `Area` by ```rs let area = egui::Area::new(“areaid”) .movable(true) .kind(UiKind::Window) .default_size((200., 100.)); area.show(contexts.ctx_mut(), |ui| { // title bar egui::TopBottomPanel::top(format!("titlebar", entity)).show_inside(ui, |ui| { ui.label("1"); // display normally...