Jochen Kupperschmidt
Jochen Kupperschmidt
Adding an option to specify a custom output filename or write to STDOUT would be the obvious fix. If none is given, the ouput filename could be extended with a...
I agree that it's not that trivial. Given a program that requires positional arguments, one could not simply add a `--version` switch and just print the version string because `myprogram...
> So I just issued pip install "git+https://github.com/rq/rq-scheduler.git" and still I receive the deprecated web interface... :-/ Highly likely because this is rq-dashboard, not rq-scheduler. :)
So, have you made up your mind yet?
I guess the README is wrong in that regard. The `Rakefile` contains [a task called "flash"](https://github.com/jensnockert/dueboot/blob/master/Rakefile#L61), so try `rake flash` instead.
I see various deprecation warnings in my test suite (with rq 1.15.1): ``` …/rq/connections.py:35: DeprecationWarning: The Connection context manager is deprecated. Use the `connection` parameter instead. …/rq/connections.py:58: DeprecationWarning: The `push_connection`...
Thanks again! > As a sidenote, the data directory have also been added to git, in order to ensure it keeps the current user permissions. If it is not created,...
Indeed this seems to be pretty stable. Took me a while to get to this point, though. Sometimes executing the script seemed to have no effect. Part of the code...
Same issue here: `pyproject.toml` without `project.dependencies` key and with a `requirements.txt` leads to the stack trace posted above by @fofoni. I'd say this still fits the use case stated as...
I tried it again and this time changing `README.md` triggered every time as expected, but changes to (using different editors, also during the same `orange dev` run) and even deleting...