Yukihiko Shinoda

Results 6 issues of Yukihiko Shinoda

Note: This is one of example resolution, if there are alternative one, reject this PR. Since pre-installed PHPUnit 8 is used and failed it. ```console Error: Looks like you're using...

**Describe the bug** Stubber blocks boto3 client from raising ParamValidationError. **Steps to reproduce** None of following test succeed: [The step to reproduce issue of botocore Stubber.](https://gist.github.com/yukihiko-shinoda/36951e650ed45ceb17eb567b19640db4) **Expected behavior** If parameter...

enhancement
feature-request
stubber

### Issue description Pipenv seems to prioritize narrower sys_platform condition between packages when lock. Ex: [Pytest requires colorama only when os is Windows](https://github.com/pytest-dev/pytest/blob/7f24cc2feb87af41e95d2c0aee59fc81a44dbea8/setup.py#L12) [Pipenv-setup requires colorama everytime](https://github.com/Madoshakalaka/pipenv-setup/blob/8e4d15efe60a6f77b47a93ac6f9e0268cc5d44f9/setup.py#L152) When I run:...

Status: Awaiting Update :hourglass_flowing_sand:
triage
markers

Radon reports `ValueError: invalid interpolation syntax` when use pytest log format with `$()d`. But pytest official documentation uses `$()d`: [_pytest.logging — pytest documentation](https://docs.pytest.org/en/7.1.x/_modules/_pytest/logging.html) ```python DEFAULT_LOG_FORMAT = "%(levelname)-8s %(name)s:%(filename)s:%(lineno)d %(message)s" ```...

This pull request supports .ts file. I took care enough for preventing to break current specification. However, I couldn't find any automation tests to garantiee no regressions. Please consider to...

I don't know what this update causes any side effects because any automated test not found. However, 5.1.2 worked fine in my usecase.