Eddie Groshev
Eddie Groshev
- What version of Makie are you running? `0.21.8` - Can you reproduce the bug with a fresh environment ? `Yes` - What platform + GPU are you on? `MacOS`...
# Description Allows width to be set per box. Not sure if this is a bug fix or new feature, classified it as a bug fix since colors can be...
I frequently get the following error. The progress bar is used in a threaded run, in JupyterLab, and is initialized with `safe_lock=1`. The error constantly happens during the `flush` call....
**Describe the bug** `k` is not defined here: https://github.com/JuliaGeometry/DelaunayTriangulation.jl/blob/9134c8ebba348338dcf394bdf615843caf7f0bac/src/algorithms/point_location/jump_and_march.jl#L422 and here: https://github.com/JuliaGeometry/DelaunayTriangulation.jl/blob/9134c8ebba348338dcf394bdf615843caf7f0bac/src/algorithms/point_location/jump_and_march.jl#L448 **Reproducer** Anything snippet that hits those lines in the code. **Environment information** ``` UndefVarError: `k` not defined in...
The following snippet seems to never converge, might even be an infinite loop. ``` import Optim c = 0.46827885610377784 g = [-0.017808551990403484, -0.009150354124211798, 0.023989940649623325, -0.0015879460060053466, -0.0030085905935535303] H = [-1.4083929846267207 -0.08729658128691528...
What happened to parallel DE? Seems like it merged into main but no release has been made?
I can generate sliders using `SliderGrid` but can't use `Slider` directly. Why is that?