Zhiyuan Ma

Results 14 issues of Zhiyuan Ma

### Description Hi, It appears that forms like `10

units
Bug
typing

Hi, I encounter the following use case, which requires adding a new option "ignore_extra_values": ```python from schema import Schema s = Schema({str: int}, ignore_extra_values=True) print(s.validate({'some_str': 2, 'a': 'some_str'})) ``` Expected...

Hi, I would like to create a helper function that can record the duration of a function call, like this: ``` from loguru import logger as _loguru_logger from contextlib import...

question

#### Reference issue Closes #20720 #### What does this implement/fix? Added check to only do interpolation if values are different. #### Additional information

defect
scipy.signal
Cython