👀 Reading hidden code
using Revise
👀 Reading hidden code
using PlutoUI
👀 Reading hidden code
""
👀 Reading hidden code
👀 Reading hidden code
👀 Reading hidden code
""
👀 Reading hidden code
MethodError: no method matching format(::Missing, ::String)
Closest candidates are:
format(::Any, ::Dates.Delim, ::Any, ::Any) at /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Dates/src/io.jl:256
format(::Any, ::Dates.DatePart{'d'}, ::Any) at /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Dates/src/io.jl:165
format(::Any, ::Dates.DatePart{'p'}, ::Any, ::Any) at /opt/hostedtoolcache/julia/1.7.3/x64/share/julia/stdlib/v1.7/Dates/src/io.jl:176
...
Here is what happened, the most recent locations are first:
Don't panic!
Dates.format(alsodate, "Y-m-d")
👀 Reading hidden code
missing
date
👀 Reading hidden code
missing
alsodate
👀 Reading hidden code
@bind alsodate html"""
<div id="asdf"></div>
<script>
const d = this.querySelector("#asdf")
d.value = new Date()
d.dispatchEvent(new CustomEvent("input"))
</script>
"""
👀 Reading hidden code
missing
alsodate
👀 Reading hidden code
bitcast: expected primitive type value for second argument
Here is what happened, the most recent locations are first:
- reinterpret
(#unused#::Type{Int64}, x::Missing) from essentials.jl:443 - from This cell: line 1
ttt = reinterpret(Int64, alsodate)[1]
ttt = reinterpret(Int64, alsodate)[1]
👀 Reading hidden code
using Dates
👀 Reading hidden code
Another cell defining ttt contains errors.
Computers are hard!
Dates.DateTime(ttt)
👀 Reading hidden code
Another cell defining ttt contains errors.
Probably not your fault!
Dates.DateTime(1970) + Dates.Millisecond(ttt)
👀 Reading hidden code
1.600472743808e12
v = 1600472743808.0
👀 Reading hidden code
0x00
0x00
0xf8
0xbf
0x39
0x4a
0x77
0x42
reinterpret(UInt8, [v])
👀 Reading hidden code