Ash Berlin-Taylor

Results 323 comments of Ash Berlin-Taylor

@jason810496 All yours!

This still doesn't feel right to me @amoghrajesh -- I think "should_fail" as a property on the task state, and all the plumbing we need to set through the layers...

Yeah it's just nvim trying it and hoping. That said, having a `--help` option that prints something is no bad thing, no?

> i'll leave this issue open then but curious as to what the use case is if it's already covered by the lsp spec. i think it's only worth doing...

I've written something that works for me - https://github.com/ashb/tmux-resurrect-virtualenvwrapper - let me know (via issue there) if the setup instructions are confusing/don't work. (I rushed the plugin, but the method...

@KhaimovMR The instructions in my README? Could you open an issue against my repo and we can discuss it there?

@hynek stdlib has `isEnabledFor(level)` that we use like this https://github.com/apache/airflow/blob/c1d44f556956d08a137613de81cd4b6a3e2162c3/airflow/dag_processing/manager.py#L1307-L1317 ```python if self.log.isEnabledFor(logging.DEBUG): for processor in self._processors.values(): self.log.debug( "File path %s is still being processed (started: %s)", processor.file_path, processor.start_time.isoformat(), )...

For 2: https://docs.gunicorn.org/en/stable/signals.html > TTIN: Increment the number of processes by one > TTOU: Decrement the number of processes by one > If a worker dies, there's no master process...

For 1: https://docs.gunicorn.org/en/stable/settings.html#timeout I think?