Aaron Matthis
Aaron Matthis
marker shows that there is a new version to update to, but it still doesn't update. ```julia (@testing) pkg> st Status `C:\Users\Aaron\.julia\environments\testing\Project.toml` [cbdf2221] AlgebraOfGraphics v0.6.9 ⌃ [e9467ef8] GLMakie v0.6.9 Info...
This is the complement to the yellow marker (which says “there's a new version, but we cannot use it due to dependencies”) and shall mean “this package prevents us from...
`visual(BarPlot, direction=:x)` links the x-axes as usual, which is wrong in this case.
It'd be really cool if instead of just this ```julia julia> plot( plot(plt1::Plots.Plot, plts_tail::Plots.Plot...; kw...) in Plots at C:\Users\necka\.julia\packages\Plots\Iuc9S\src\plot.jl:63 plot(sp::Plots.Subplot, args...; kw...) in Plots at C:\Users\necka\.julia\packages\Plots\Iuc9S\src\plot.jl:285 plot(args...; kw...) in Plots...
Even though the Doc reads that `Union{Missing, T}` is the default type, the `table` function converts that Union to DataValue. ```julia julia> df = DataFrames.DataFrame(mis = Union{Missing, Int}[missing]) 1×1 DataFrames.DataFrame...
Hey, being new to JuliaDB I though using its save function would be straight-forward and following the rules of FileIO, thus the argument order would be `save(::IO, obj)` which let...
```julia MethodError: convert(::Type{Union{Missing, RCall.RObject{RCall.VecSxp}}}, ::RCall.RObject{RCall.VecSxp}) is ambiguous. Candidates: convert(::Type{T}, x::T) where T>:Missing in Base at missing.jl:67 convert(::Type{T}, x) where T>:Missing in Base at missing.jl:69 convert(::Type{T}, r::RCall.RObject{S}) where {T, S:Missing, S
Is this intended? 🙈 ```julia MethodError: getindex(::RCall.RObject{RCall.VecSxp}, ::UnitRange{Int64}) is ambiguous. Candidates: getindex(r::RCall.RObject{S}, I...) where S
As seen in there:   Example taken from: https://lastpass.com/?ac=1&lpnorefresh=1
Would it be feasible to add a flag to the most UI elements that says whether the form is enabled? I.e. if that's set to false it is greyed out....