PlutoUI.jl icon indicating copy to clipboard operation
PlutoUI.jl copied to clipboard

Results 121 PlutoUI.jl issues
Sort by recently updated
recently updated
newest added

Sometimes `Radio` objects interpolated into markdown cells do not behave correctly. This radio button will respond visually, but will not change the value of `var`: ``` md""" blah blah: $(@bind...

this worked in v0.7.29. I used the default=NaN configuration for inputs that are optional. You can then use isnan on the associated variable to avoid extra calculations associated with the...

good first issue

Fixes a double update when a cell defining `CounterButton` refreshes. I also changed the tests to catch this kind of problem, but I'm not sure if that's the right fix....

![image](https://user-images.githubusercontent.com/4170948/182158035-a37e2867-f5ae-4ae5-bbda-fb0abddaa4f1.png)

Updated Slider with: - a downsampling function per #212 - a max_steps param to determine how many values should remain after downsampling Important: - [ ] needs tests added (please...

When creating a slider with inappropriately high resolution, the memory usage becomes very high, slowing down the computer or even killing the Julia process. **Steps to Reproduce** 1. Open Task...

bug
good first issue

For example, this doesn't work: ``` MultiSelect([1=>"a", 2=>"b"]; default=Any[1]) ``` ![image](https://user-images.githubusercontent.com/4170948/177173753-cb898db8-f53f-41a9-8fbf-8234c5e576d7.png) This can become annoying when the default is generated from some loosely-typed data.

good first issue

![show_value](https://user-images.githubusercontent.com/9824244/177010908-685b006a-f35a-4937-a7fa-19b3e201bbf7.gif)

The build at https://docs.juliahub.com/PlutoUI/abXFp/0.7.39/ has only the README page, no docstrings.

When the HTML value of a slider exceeds `2^31 - 1 = 2147483647`, the bound value is assigned an invalid index error. **Steps to Reproduce** 1. Create a new Pluto...

bug