Dmitry Zotikov

Results 9 comments of Dmitry Zotikov

Try `walk(cluster, ~.x$kill())`

Neither this, nor `box::use(r/core[...])` works for me on macOS Ventura 13.4, R 4.2, under RStudio: ``` Error in View(datasets::mtcars) : X11 is not available ```

I think it is. IIRC, the rendering did depend on the particular version of java installed and/or set of font patches. Still have no idea how it all works together...

To everyone reading this who have problems with the JVM not releasing the heap memory back to the OS: @asieira 's claim that > the JVM grabs heap memory and...

Can confirm this issue persists with the latest stable of cvxpy & cvxpylayers. The relevant [change](https://github.com/cvxpy/cvxpy/blame/master/cvxpy/reductions/dcp2cone/cone_matrix_stuffing.py#L232) commited by @SteveDiamond made it into v1.3.0 and above. I tried 1.2.5 and it...