Goto Hayato

Results 9 comments of Goto Hayato

@bitprophet thank you for the great theme. I also tested this patch and it works for me. It would be great if this PR is accepted :)

I bumped into this issue with version `v.1.5.0`. > Could you please try again using the current version from GitHub and the same set of images? I switched to the...

(I believe) I met the same issue but in my case the cause was that I just didn't understand the correct way to use the fixture. The override is not...

As @jfw told, the error @jfw met seems to be caused when unexpected `status_code` is passed to `runpdb`. https://github.com/HassenPy/django-pdb/blob/8f57b2c722f05d33a4cb6594115659e08173b89f/django_pdb/__init__.py#L10-L19 The replaced function `technical_500_response` in Django core was changed in the...

I met the same issue on CentOS. The format of date is not always the expected one and it looks a little difficult to fix this for me. Fortunately in...

Current workarounds that work are to delete `auth.json` or to manually set `OPENAI_API_KEY` in `auth.json`. related comments: - https://github.com/openai/codex/issues/2733#issuecomment-3227059115 - https://github.com/openai/codex/issues/2733#issuecomment-3242788809 Screen recording: https://github.com/user-attachments/assets/76e64a59-1fb2-41d0-acb1-1cbcce2b8abe

@etraut-openai I confirmed Codex CLI no longer recognizes `preferred_auth_method` and the authentication process works exactly as you explained with the newer versions. Thanks!

@cyberscribe I've created this PR to address deprecation notices that appear in PHP 8.1 and later. I would appreciate it if you could review this when you have a moment!...

@cyberscribe Thank you for your review. I apologize for the late reply... You're right. I misunderstood the method's purpose... Also, I noticed that `filter_var(..., FILTER_SANITIZE_STRING)` was still present in other...