cchriste
cchriste
@sharpe5 > For the record, I have a large Python module that has zero-copy communication between Python and C++ when working with columns in a DataFrame. It is zero-copy both...
I experience the same issue, and the frustrating thing is that if I forget that I've forced integrated-only mode and accidentally connect an external display, I'm forced to reboot in...
Great desc of potential race conditions, @mwilliamson I stopped here looking for a solution to one of these races in some other code (thank google). Seems there is no silver...
> 1. There are 4 domains per shape in the use case - left, right, shared surface meshes, and boundary loop contour. > How to update `OptmizeUtils.py` for such a...
> Should now be fixed by PR #1344. For now we have to manually keep them in sync but maybe we should add a new issue for looking into a...
> Do we want to add this feature of not manually syncing it for this release? The docs have been updated to reflect what in there in pr #1344 Let's...
Is this resolved since the documentation update? @jadie @iyerkrithika21
This application can be used to automate execution of notebooks: https://papermill.readthedocs.io/en/latest/index.html A script can set parameters and run a notebook, producing output for testing (#1121). Or current notebook documentation is...
My favorite will be where to put the opening braces. ``` function(...) { ... } function(...) { ... } ``` (fwiw, these days I'm in favor of the first, on...
Underlying this issue is that rendering in the notebooks has taken a significant turn for the worse, becoming so slow that we removed it from the notebooks and now use...