Brandon Butler

Results 48 comments of Brandon Butler

@ianrgraham it may be worth waiting on doing this. Python 3.12 will have a compile time option to remove the GIL entirely. In even further releases it may be removed...

Part of this (namely the duplication in registry objects) is handled by #251.

@csadorf I was thinking of something like this structure where the only relationship is ownership (not inheritance). Names are just placeholders, and not meant to be the final names necessarily....

I would keep the metaclass (we need it for the class level attribute automatic creation). I would just have store these registry attributes. I realized I made a mistake in...

@rayasare, this is caused by the switch a few years back to call run from submit. Could you work on the fix? It would involve adding the flag to the...

@bdice I agree with what Vyas just posted. Having now looked at this, I don't think it is worth the effort necessary to fix the pretend output to have more...

Sorry for the delay, I have uploaded my current changes. Some things that need to be done: - [ ] Regenerate the template test standard (the generation script currently fails...

@zhangyemayapro hey sorry for the late response. Do you still get this error with the most recent version of `flow`? I am inclined to think this is due to some...

We could allow for a setup script for any forked commands to ensure that the modules are loaded as necessary. Otherwise we could document using the correct configuration files on...

There are definitely bugs and landmines in the submission logic. We would need to brainstorm and come up with the minimum number of settings that support all the workflows we...