Jennings Zhang
Jennings Zhang
`number_of_workers` can be a way to support [embarrassingly parallel](https://en.wikipedia.org/wiki/Embarrassingly_parallel) jobs on multi-node compute environments. How can a process identify which replicate it is? It is necessary to know so the...
- [ ] `CromwellManager.remove_job` should delete files from the STOREBASE dir - [ ] `CromwellManager.get_job_logs` should localize `stdout` (and what about `stderr`?) and return it
https://github.com/FNNDSC/pman/blob/54e2a4320659f89c09ef041f1b215bcca430162d/pman/abstractmgr.py#L19 https://github.com/FNNDSC/pman/blob/54e2a4320659f89c09ef041f1b215bcca430162d/pman/resources.py#L54-L55 It would be better if multiple mounts were supported, and with mount options, such as mounting a volume read-only v.s. read-write. With DS plugins it is preferred to...
# `readline.parseInt()` `gatt.addService` and `gatt.addChraracteristic` always returns 0 ## sketch ```c++ ble.begin(true); ble.factoryReset(); ble.info(); uint8_t SERVICE_UUID[16] = {0xAC, 0xE6, 0xE3, 0xE3, 0x45, 0x49, 0x4B, 0x5C, 0x86, 0x11, 0x6C, 0xA6, 0x26,...
The CLI for `tinyssh-convert` was (recently?) changed. Currently, trying to use this package causes: ``` -> Running build hook: [tinyssh] tinyssh-convert: usage: tinyssh-convert out-tinysshkeydir < in-opensshfile ``` https://github.com/grazzolini/mkinitcpio-tinyssh/blob/bd73e32a1685bb843cdfe1300abcad58faba6e88/tinyssh_install#L32
Fixes #10 I edited `/usr/lib/initcpio/install/tinyssh` by hand on my own system to test this patch.
I have a dual-monitor setup: a left (270⁰) vertical monitor, scaled by 1.5x, and a right horizontal monitor.  The watershot preview is magnified and centered, with a...
I have feature requests which would be a lot of work, but much desirable. Two other Rust projects which implement a tiling window system in the terminal are [zellij](https://zellij.dev/), a...
Fixes #20418 #### Does this PR introduce a user-facing change? ```release-note None ```
Mega-issue tracking all of the problems with running the "Fetal Brain MRI Reconstruction Pipeline"
The "Fetal Brain MRI Reconstruction Pipeline" is an important pipeline we run at BCH. - https://chrisproject.org/blog/2023/11/14/fetal-reconstruction-pipeline - https://github.com/FNNDSC/Fetal_Brain_MRI_Reconstruction_Pipeline It works on our internal deployment of CUBE, but is suboptimal. ##...