Add suitable default open statement for FreeBSD
未关闭
还没有人认领这个 Issue。
Area: Meta
Area: MissingAbstraction
help wanted
Type: Enhancement
- 主要语言
- F#
- 星标
- 860
- 派生
- 99
- 平均合并
- 22 分钟
- 30 天内合并 PR
- 1
描述
Chart.show uses an OS-specific way of opening files:
Since we do not have a match case for FreeBSD, you currently cannot display charts via Chart.show on that OS.
Since i am not familiar with that OS, I would need input from someone that actually uses it on how to proceed here.
My first google attempt comes up with this, but i have no way of testing it.
See also #384
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 src/Plotly.NET/InternalUtils.fs 的第 93-105 行开始,检查 Chart.show 使用的特定于操作系统的逻辑。研究适用于 FreeBSD 的打开命令,然后添加 FreeBSD 分支,并验证 Chart.show 能在该操作系统上显示图表;测试可能需要访问 FreeBSD。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- fsharp
- 领域
- operating-systems
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100