Goto Hayato

Results 4 issues of Goto Hayato

`load_data()` in the following code snippet in the document should be `load_bulk()`, I believe. ```python # parent = None MyNodeModel.load_data(data, None) ``` - https://django-treebeard.readthedocs.io/en/latest/api.html#treebeard.models.Node.load_bulk (I searched for `load_data()` in the...

Documentation

This happens on Django 3.1. ```text /usr/local/lib/python3.7/site-packages/compressor/signals.py:4: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation,...

This PR replaces `filter_var($string, FILTER_SANITIZE_STRING)` that was deprecated at PHP 8.1 with `htmlspecialchars()`. # Ref - https://wordpress.org/support/topic/deprecation-notice-on-php-8-1-2/ - https://wordpress.org/support/topic/deprecation-notice-on-php-8-2/

### What version of Codex is running? codex-cli 0.30.0 ### Which model were you using? gpt-5 ### What platform is your computer? Darwin 24.6.0 arm64 arm ### What steps can...

bug