Michael Palumbo

Results 11 comments of Michael Palumbo

Yes, sounds good, the order information should not be changed by the executions.

Same issue. 298 did not seem to work for me. 297.0.01 worked.

To confirm, the above does not exist in the current version yet, correct?

Can the scheduler be stopped "safely"? For example, the RQ workers have a warm shutdown so that the workers wait until the currently running task is finished.

Hi, @ui I am having an issue when stopping the scheduler. When I try to start a new one after stopping it, I get an error: "There's already an active...

@selwin Hi Selwin, any chance you will have a moment soon? Thanks

What do you mean "by hand"? The validators are called with `instance, attribute, value` by `attrs`. Could `attrs` call the converters with the same or maybe without the instance? At...

I am looking for an up to date documentation as well. Anyone maintaining this project or it is pretty much abandoned?

I have the same issue. I pinpointed the problem to the [common-aliases plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/common-aliases). Removing that plugin makes `nvm install node` work with a correct URL.

I am having the same issue and could not resolve it reading the above. For example, I installed Gitkraken: ``` wget https://release.gitkraken.com/linux/gitkraken-amd64.deb sudo apt install ./gitkraken-amd64.deb ``` Then I launch...