sternj
sternj
I have been attempting to perform server-side rendering of `mui` (formerly material-ui) components and have been getting issues similar to #193. The precise error I am getting is ``` ActionView::Template::Error...
Currently, because memory support requires setting the `LD_PRELOAD` or `DYLD_PRELOAD` environment variables outside of the interpreter and respawning Scalene as a subprocess, which we currently do not do. Further, multiprocessing...
When I visit http://learnlispthehardway.org/, I get a 504 gateway error, even though pinging the server succeeds.
This is meant to express the following logic: - When an allocation occurs, settrace should be called - the settrace callback should be called when the next line executes. Between...
The documentation of the `program-path` parameter states > --program-path PROGRAM_PATH > The directory containing the code to profile (default: the path to the profiled program) However, the implementation uses [`os.getcwd()`](https://github.com/plasma-umass/scalene/blob/master/scalene/scalene_profiler.py#L2034),...
Why do we have `--html`?
Return all separated GPU info from `ScaleneGPU` and aggregate on the frontend, surfacing per-gpu information in the JSON
Add GPU copying to Scalene
Allow the end-user to specify a separate filename for the intermediate results of `--profile-interval` to be written to
Under default settings on commit `94b56c`, files under `.git` are being uploaded, even though testing `ssh-deploy--file-is-included-p` on its own returns nil on an example file.