Ghislain Vaillant

Results 274 comments of Ghislain Vaillant

> I don't know much about Flatpak, but I'm cautiously interested Among the list of Flatpak [features](https://flatpak.org/), I think those 3 stand out for higan / bsnes: - Stable platforms:...

> It will if someone fixes up hiro to work as well with GTK3 and Qt5 as it does with GTK2. __I don't think we're there yet.__ How do you...

Regarding nighties, there is a project which uses a GH workflow to [trigger](https://github.com/OpenRCT2/OpenRCT2/pull/12836/files) the GH workflow of the flathub repo by updating the commit hash (sounds quite meta but ver...

Worth noting that a similar implementation using [depot](https://github.com/amol-/depot) works fine.

I believe a key differentiator between the S3 implementation in sqlalchemy-media and depot is the latter uses boto3 instead of requests-aws4auth, which is no longer maintained.

> The code should be sourced from Github Ok, that can be changed easily by tracking GitHub releases in the d/watch file. > I would ensure that a recent version...

See https://github.com/neurolabusc/MRIcron/pull/19

> Is this a toy example or is there a problem you're trying to solve this way? For instance, how would we implement something like `BIDSDataGrabber` as a `pydra` native...

I am having a similar issue with FreeSurfer's `long` option for `recon-all` whereby the expected format is a tuple of strings: ```console recon-all -long -all ``` I'd expect to just...

An alternative could be: ```python [ { "longitudinal_timepoint_id", str, { "help_string": "longitudinal timepoint identifier", "argstr": "-long {longitudinal_timepoint_id} {longitudinal_template_id}", "requires": ["longitudinal_template_id"] }, }, { "longitudinal_template_id", str, { "help_string": "longitudinal template identifier",...