Skip to content

issues Search Results · repo:JuliaGizmos/InteractBase.jl language:Julia

Filter by

44 results
 (60 ms)

44 results

inJuliaGizmos/InteractBase.jl (press backspace or delete to remove)

When I use the filepicker widget, I would like to get a response for a callback function even when I select the same same twice or more times. The current behavior just ignores the callback for the same ...
  • beorostica
  • Opened 
    on Jul 19, 2023
  • #180

Describe the bug Theme is undefined on this line in dialog https://github.com/piever/InteractBase.jl/blob/0a91fe6d605cafcb27b1b9c15d5fea568fb187da/src/input.jl#L113 Original report here: https://github.com/JuliaGizmos/Interact.jl/issues/414 ...
  • mkitti
  • 1
  • Opened 
    on May 18, 2023
  • #176

When I was trying Vertical Range Slider, I wrote next code. using Interact, Blink win = Window(); ui = rangeslider(0:100; value=[30, 80], orientation= vertical ); body!(win, ui) But, this Range Slider ...
  • ujimushi
  • 2
  • Opened 
    on Feb 24, 2023
  • #174

Describe the bug Using Slider with a default value of median feels unnatural for me. Would it be better to use first value as default? To Reproduce using @manipulate Expected behavior Slider value defaults ...
  • xgdgsc
  • Opened 
    on Aug 3, 2022
  • #170

This issue is used to trigger TagBot; feel free to unsubscribe. If you haven t already, you should update your TagBot.yml to include issue comment triggers. Please see this post on Discourse for instructions ...
  • JuliaTagBot
  • 19
  • Opened 
    on Feb 3, 2021
  • #161

Restricting Colors to 0.11, restricts Plots ~1.0 down the line.
  • skleinbo
  • Opened 
    on May 12, 2020
  • #157

On v0.10.2, julia versioninfo() Julia Version 1.1.1 Commit 55e36cc308 (2019-05-16 04:10 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz WORD_SIZE: ...
  • cstjean
  • 2
  • Opened 
    on Jul 10, 2019
  • #150

Yesterday I stumbled across a stange misbehaviour of sliders with Integer ranges. slider(5:10) will not evaluate correctly, whereas slider(collect(5:10)) does. The reason is that the slider method from ...
  • hhaensel
  • 5
  • Opened 
    on May 4, 2019
  • #142

Label could say i =123 for example, to avoid having the readout far away.
  • piever
  • Opened 
    on May 1, 2019
  • #141
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub