queryverse / queryverse/ElectronDisplay.jl
turn off ElectronDisplay
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 89
- Forks
- 17
- Avg merge
- 19h 47m
- Merged PRs (30d)
- 5
Description
Let's say in a session you want some output:
using ElectronDisplay # easy as Apple Pie
Then, you don't. There is no way to stop the output going to ElectronDisplay.
Sorry if this seems like a very basic requirement. Ending the Julia session doesn't seem like a good approach.
Generally, have the powers-that-be (whoever they may be) decided that output from the REPL in graphical environment OSes (Windows, MacOS) is deprecated in favor of IDE-like environments (VS Code, Jupyter et al)? It's probably OK (always some loose ends, but they eventually get tied) but might be nice to just say so...
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 behavior triggered by using ElectronDisplay and trace how REPL output is routed to ElectronDisplay. Define a session-level way to stop that routing without ending Julia, then verify that output no longer goes to ElectronDisplay while the session remains active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, julia
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100