Yuval

Results 59 issues of Yuval

The error message suggests that the filename is somehow mangled along the way: ``` julia> load("\\\\132.68.111.72\\sternlab/tmp.png") Errors encountered while loading "\\\\132.68.111.72\\sternlab/tmp.png\\". All errors: =========================================== Failed to open \\132.68.111.72\sternlab/tmp.png\ =========================================== UnableToOpenBlob...

It seems like creating a new notebook (File->New Notebook) starts it in the same environment as the last open notebook. I'm not sure if this is deliberate, but I find...

Each of these lines ``` map(!, OffsetArray([true,missing],2)) map(x -> x>1 ? 1 : nothing, OffsetArray(1:2,2)) ``` errors with ``` BoundsError: attempt to access 2-element OffsetArray(::Array{Union{Missing, Bool},1}, 3:4) with eltype Union{Missing,...

I would expect `Accumulator()` to construct an empty `Accumulator{Any,Int}` instead.

bug

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)

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

``` with_terminal() do CSV.write(stdout, DataFrame(x=[1,2,3],y=[2,3,4])) end ``` output is shown in the terminal which launched Pluto, and not inside the notebook: ![image](https://user-images.githubusercontent.com/4170948/138317022-d47e05de-5883-4edc-9a76-e063f36d08dd.png)

e.g. ``` using PlutoUI ## mcb = @bind v MultiCheckBox(["a", "b", "c"]) ## mcb ## v ``` Changes to the `MultiCheckBox` in either cell updates v, but the change is...

good first issue

## Details - Atom version: 1.50.0 - Julia version: 1.5.2 - OS: Windows 10 - Package versions: - Atom.jl: 1.12.30 - julia-client: 0.12.6 - ink: 0.12.5 ### Steps to reproduce...

bug