Orgad Shaneh

Results 191 issues of Orgad Shaneh

```py import logging logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG) seq_num = 0 def seq(): global seq_num seq_num += 1 return seq_num def test_fail(): logger.info(f'Test log {seq()}') assert False ``` pytest --reruns 1...

``` Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/_pytest/main.py", line 271, in wrap_session session.exitstatus = doit(config, session) or 0 ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/_pytest/main.py", line 325, in _main config.hook.pytest_runtestloop(session=session) File "/usr/local/lib/python3.11/dist-packages/pluggy/_hooks.py", line 493,...

### Extension Version v2.28.2 ### Problem Statement tfstate file is opened as JSON, which is correct. But when I navigate through it, the outline (the line above the editor) shows...

enhancement

Hi, The following example works with typed-emitter v1, but breaks with v2. ```typescript import { EventEmitter } from 'events'; import TypedEmitter from 'typed-emitter'; type TestEvents = { foo: () =>...

The log appears before the timeout, which is misleading. Also return support for async onRetryAttempt. Fixes #119.

## Versions What package version of the SDK are you using. 4.19.1-rc What nodejs version are you using 18.14.0 What os are you using Windows ## Describe the bug Give...

bug
customer-reported
Bot Services
ExemptFromDailyDRIReport
needs-triage

Reduces the alpine image from 46M to 41M. yajl parts can be removed if/when https://github.com/brianmario/yajl-ruby/pull/228 is merged and released.

### Proposed changes Simplify package installation in non-slim variants. This can also be used in user images to install packages directly. ### Checklist Before creating a PR, run through this...