mbaz

Results 20 issues of mbaz

Consider code whose behavior depends on whether it is running on a notebook such as IJulia. Such a test is usually performed by inspecting a variable in the notebook's module....

abstract interpretation
error analysis

A new featur in Julia 1.9 is chaning the ["contextual module"](https://docs.julialang.org/en/v1/stdlib/REPL/#Changing-the-contextual-module-which-is-active-at-the-REPL). This activates a custom prompt with the contextual module in parenthesis. Using OhMyREPL to set a custom prompt inteferes...

It seems it is not possible to have both the new IPython prompt in Julia 1.9, and a custom OhMyREPL prompt at the same time. With this `startup.jl`, a custom...

I am running `curve_fit` on a large number of sinusoidal signals with random parameters. Sometimes this causes `curve_fit` to crash: ``` ERROR: LinearAlgebra.SingularException(4) Stacktrace: [1] checknonsingular @ ~/bin/julia-1.9.0/share/julia/stdlib/v1.9/LinearAlgebra/src/factorization.jl:19 [inlined] [2]...

I am trying to use SPGBox.jl in a simple problem, but the result is not very good and it takes too many iterations. To reproduce, first install the package `SinusoidalRegressions.jl`....

This is on OpenBox on X11 and Linux, with Julia 1.5.1, running the "plasma" example. The window comes up and I can see the visualization. Clicking on the window's "close"...

If I have more tabs than fit without scrolling, and then I pin a tab, then I can no longer scroll all the way up to the top tab. Also,...

It'd be useful (especially for types with lots of fields) to have a way to extract all fields of `X` without having to list every one. At the moment, `@extract...