Matthew Rocklin
Matthew Rocklin
I think that it would be useful to start thinking about a uniform way to specify things across all of the projects. On Mon, Jun 17, 2019 at 4:56 PM...
Would we want to take configuration as an input to YarnCluster and send that as a yaml file along with everything else to the workers? On Fri, Nov 9, 2018...
``` **Labels:** -Milestone-Release0.7.3 ``` Original comment: http://code.google.com/p/sympy/issues/detail?id=1198#c28 Original author: https://code.google.com/u/109882876523836932473/
Thank you for the error report. Are you able to produce a minimal reproducer? That would help a lot in identifying the issue.
> Does Dask track the forked/child process CPU usage under the worker CPU usage? No, it doesn't > If not, I think it should since child processes can occur when...
Perhaps you'd like to submit a PR? Also, will this affect performance? We do these checks relatively frequently, and they show up frequently in overhead profiling. On Mon, Mar 18,...
If it doesn't affect the case where people aren't making many subprocesses then I'm not too concerned. On Mon, Mar 18, 2019 at 6:23 PM Roger Qiu wrote: > It...
@CMCDragonkai do you have any interest in implementing and testing this?
My pages today look like the following (with MyST) ``` --- title: How I Conduct an Interview og:title: How I Conduct an Interview date: 2023-01-06 ... ```
I put the following in my template, mostly to help avoid duplication ``` {%- if meta is mapping and "title" in meta %} {{ meta.get("title") }} {%- endif %} ```