queryverse / queryverse/ElectronDisplay.jl
Display Arrays
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 89
- Forks
- 17
- Avg merge
- 19h 47m
- Merged PRs (30d)
- 5
Description
Would be great to have this work on 1d and 2d arrays (or higher dimensions with a dropdown to select?)
using ElectronDisplay
rand(10,10) |> electrondisplay
MethodError: no method matching display(::ElectronDisplay.ElectronDisplayType, ::Array{Float64,2})
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the display(::ElectronDisplay.ElectronDisplayType, ::Array{Float64,2}) failure shown in the issue and reproduce it using the Julia example with rand(10,10) |> electrondisplay. Trace the array display entry point and define what support for 1D and 2D arrays should show; the higher-dimensional dropdown behavior remains to be scoped. Done means arrays no longer raise this MethodError and the intended display behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, julia
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100