-
I'm getting a crash from the repl while it's trying to print a value
I included something rather curious to me -- the crash doesn't occur if I made the same concrete types without paramaterization…
-
I've been seeing an error like this intermittently. Once it starts happening it seems like restarting Julia clears it and typically it won't happen again in the next session. I think I've usually seen…
-
```julia
using OpenCV
const cv = OpenCV
...
contours = cv.findContours(threshImgBlr2, cv.RETR_LIST, cv.CHAIN_APPROX_NONE)
```
output:
> ERROR: MethodError: no method matching jlopencv_core_Mat_…
-
### What happened?
```julia
function loss_fnc(tree, dataset::Dataset{T,L}, options, idx) where {T,L}
# Extract data for the given indices
X = idx === nothing ? dataset.X : view(dat…
-
This is quite problematic:
```
julia> Any[824.9999999999999] ≈ [825]
true
julia> Number[824.9999999999999] ≈ [825]
false
julia> Union{Number,Missing}[824.9999999999999] ≈ [825]
true
ju…
-
Loading `HarmonicOrthogonalPolynomials` breaks `expand(Fourier(), f)` (and probably other methods, but this is the only issue I keep hitting).
```julia
julia> using ClassicalOrthogonalPolynomials
…
-
Related to #43, I noticed that columns can't be specified as strings:
```julia
julia> table_one(pkpain_df, names(pkpain_df); show_n=true)
ERROR: MethodError: no method matching SummaryTables.Anal…
-
```julia-repl
julia> π^Int(-1)
ERROR: DomainError with -1:
Cannot raise an integer x to a negative power -1.
Convert input to float.
Stacktrace:
[1] throw_domerr_powbysq(::Float64, p::Int64)
…
-
Hi,
I am building an integration for frege here: https://github.com/invesdwin/invesdwin-scripting/tree/main/invesdwin-scripting-parent/invesdwin-scripting-haskell/invesdwin-scripting-haskell-runtim…
-
When using Revise.jl, a common workflow is to divide a project into a package, say, `MyPackage` and an evironment, say, `scripts` that depends on `MyPackage` by `develop absolute/path/to/MyPacakge`. T…