Yukihiko Shinoda

Results 4 comments of Yukihiko Shinoda

I built docker image for Gatsby development and wrote procedure manual: [futureys/gatsby - Docker Hub](https://hub.docker.com/r/futureys/gatsby) If anyone wants to fork to customize, Dockerfile is here: [yukihiko-shinoda/dockerfile-gatsby: Dockerfile for Gatsby.](https://github.com/yukihiko-shinoda/dockerfile-gatsby) I...

Sorry, `test_2()` I am: [The step to reproduce issue of botocore Stubber.](https://gist.github.com/yukihiko-shinoda/36951e650ed45ceb17eb567b19640db4) The boto3 logs client `put_log_events()` doesn't accept argument `sequenceToken`=`None`, then `ParamValidationError` is raised. Stubber blocks it. I meant...

@matteius I confirmed that this seems to be fixed in pipenv ver. `2022.4.21` -> `2022.4.30`. Note that it requires to remove `Pipfile.lock`, otherwise `markers` of `colorama` in `Pipfile.lock` doesn't remove...

In my case, it happened if meets following all conditions: - Install git in container - Have local repository (`.git`) in `workspaceFolder` root in container It didn't happen even if...