Ramon Giovane
Ramon Giovane
Hi. Fantastic framework. But have you guys thought in an option to shorten the output log, especially the **stacktrace**? Sometimes I'm only interested on the exception message but Ward formats...
The following code works like a charm: ```python async def async_job_sample(some_param: str): print('Async RQ test: The param is: ' + some_param) await asyncio.sleep(0.2) print('Async RQ test: Done') ``` ```python def...
**Describe the bug** `RevisionIdWasChanged` error is raised when `save_changes` is called on an instance created by `get`. **To Reproduce** ```python import asyncio from typing import List, Optional from beanie import...
Related to https://github.com/samuelcolvin/arq/pull/279#issuecomment-1842995859
### Usage Showing: `ward --show-locals` or simply `ward` as it's the default option. Hinding: `ward --hide-locals` _Image examples below._ ### Motivation Check #338 But basically:  ### Examples #### Showing...
Updating pre-commit 's isort. The current version raises this error when `make prep:` ``` RuntimeError: The Poetry configuration is invalid: - [extras.pipfile_deprecated_finder.2] 'pip-shims
### Description I'm unable to update Ward to version [0.67.0b0 ](https://github.com/darrenburns/ward/releases/tag/release%2F0.67.0b0) or later. When I run Ward async tests for **FastAPI + SQLAlchemy async**, this shows on console in the...
### The problem: Whenever we place a `breakpoint()` and the test suite stops at an instruction we are not allowed to access the pdb command history with ↑ or ↓....
I've tested Cockpit on non-RHEL-like systems and it works very well. So as long as Cockpit is running in a distro and it has _iptables_, I think _guiptables_ is good...