Jonathan Stickel
Jonathan Stickel
EPANET input files sometimes specifies pumps as constant power. This is nonphysical and will result in constant-valued objective functions (at least with respect to that pump). We can assume the...
With GR v0.57.3 installed, I get the following when using Plots with the pyplot() backend: ``` julia> using Plots julia> pyplot() objc[3586]: Class QMacAutoReleasePoolTracker is implemented in both /Users/jstickel/.julia/artifacts/ee74d003b12e6dd5f748e8cefb1688edbdfb184b/lib/QtCore.framework/Versions/5/QtCore (0x16e94c9b8)...
**Affects:** JuliaCall **Describe the bug** Using JuliaCall with Ubuntu 22.04 system python (python-3.10) results in `free(): invalid pointer` crash if a Julia package is imported that also imports/uses PyCall. I...
On my system (MacOS with macports-installed julia and python), PythonPlot was not picking up an appropriate gui backend. It took some sleuthing to determine why, but I discovered that `pyimport("importlib")`...
* update ipe to version 7.2.29 * update ipe-tools to 7.2.24.1 * remove qt4 variant * add ipetoipe to $prefix/bin * add jjstickel to maintainer Closes: https://trac.macports.org/ticket/64422 Closes: https://trac.macports.org/ticket/60911 Closes:...
Building against vtk-9.4.0 via macports results in, ``` Building TVTK classes... Fatal Python error: Segmentation fault ``` Full build log attached. Looks similar to #1209. Has anyone else built Mayavi...
Based on documentation (`README.md` of this package and [docs of WebIO](https://juliagizmos.github.io/WebIO.jl/latest/providers/ijulia/)), PlotlyJS uses a Jupyter extension (`webio_jupyter_extension`) to render plots in Jupyter. However, that extension (v0.1.0) is 4 years old...