adannenberg
adannenberg
Apologies: It appears to have nothing to do with version number. NumberField(1:10,default=NaN) bugs but NumberField(1:.1:10,default=NaN) initializes with a blank field.
The previous statement is now false?! NumberField(1:.1:10, default = NaN) now bugs with the error message: InexactError: trunc(Int64, NaN) [email protected]:805[inlined] [email protected]:369[inlined] closest(::StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}, ::Float64)@Builtins.jl:122 #NumberField#[email protected]:250[inlined] top-level scope@Local: 1[inlined]...
Is there any plan to implement this? If not, can someone post a more detailed working example of @mileslucas 's solution? I've tried to incorporate it in my code and...
Thank you. Is there anything beyond this?  I'm not a CSS user but am always happy to learn what I need, so an example that I could start with...
I was going to create a MWE for you, but I now find that Pluto cannot run at all with 1.11.0-beta1 (in Linux now). Here is the output from a...
Yes, that did it. Thank you. From now on I'll check against Main rather than the last release. _______________________ Alex Dannenberg 33 The Ledges Road Newton MA 02459 Tel 617.584.8969...
[mwe.zip](https://github.com/fonsp/Pluto.jl/files/15436801/mwe.zip) Here's a zipped version of a simple notebook called mwe.jl that generates the REPL output below in Julia 1.11.0-beta1. The notebook runs without problem under Julia 1.10.3 I'm using...
i closed the issue by mistake. reopening...
By the way, the name of this issue now seems to be wrong: The examples in https://docs.julialang.org/en/v1/manual/multi-threading/ all work using Julia 1.11.0-beta and Pluto#main. The issue seems to be with...
To be clear, the Pluto notebook seems to work but the error messages are thrown in the REPL from which I launch Pluto. Do you not have errors thrown in...