queryverse / queryverse/ElectronDisplay.jl

Display Arrays

Open
#19 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.