Yang Yang
Yang Yang
Output from applet: ``` Hello again :> Problem : HappyLetterDiv2 Score : 500 Generating code... Generating template [problem-desc-theme-dark] Generating template [problem-desc-theme-blue] Generating template [problem-desc-styles] Generating template [problem-desc-theme-light] Generating template [problem-desc-theme-darkgray]...
I noticed that past attempts to extract build orders (e.g. #35) have proved difficult. It seems pretty straight-forward now, correct? I've been using a custom engine plugin to parse build...
### Discussed in https://github.com/rq/rq/discussions/1708 Originally posted by **y4n9squared** September 17, 2022 There is a short period of time between when the worker dequeues a job https://github.com/rq/rq/blob/153d29cce74cf1143a5f6bbe2672e7fb55b9abfe/rq/worker.py#L674-L677 to when the horse...
If a job crashes due to process exit, `monitor_work_horse` will enter https://github.com/rq/rq/blob/master/rq/worker.py#L916. ```py elif job_status not in [JobStatus.FINISHED, JobStatus.FAILED]: if not job.ended_at: job.ended_at = utcnow() # Unhandled failure: move the...
On the [website](https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_setting-up-your-environment), it states that working with Jupyter Notebooks in VS Code requires environments have the Jupyter package installed. The [GitHub Markdown docs](https://github.com/microsoft/vscode-jupyter/wiki/Jupyter-Kernels-and-the-Jupyter-Extension#python-environments), which I think is correct, states...
I have a general question in regard to: > - Natively supports multiple [storage drivers](https://google.github.io/tensorstore/kvstore/index.html), including [Google Cloud Storage](https://google.github.io/tensorstore/kvstore/gcs/index.html), [local and network filesystems](https://google.github.io/tensorstore/kvstore/file/index.html), [in-memory storage](https://google.github.io/tensorstore/kvstore/memory/index.html). > - Support for read/writeback...
This log message is emitted twice.
**Describe the bug** In #960, when switching compression libraries, the default compression settings for LZ4 were also changed. In `python-lz4`, the default level was 0. Now it is 9. We...
We wanted to upgrade our library from 0.1.5 to 0.2 but noticed that stub packages have been added and are propagated to the users. As a library maintainer, you have...
**Describe the solution you'd like** Currently, `AIOKafkaConsumer.end_offsets` fires off either an `OffsetRequest_v0` or `OffsetRequest_v1` message to the broker. Here, the broker will reply with the high watermark (HWM), but if...